org.opengroupware.jogi.ogo
Interface Team

All Known Implementing Classes:
XmlRpcTeam

public interface Team

Represents an OpenGroupware.org Team record.

Author:
Andreas Rath (teddius) , Werner Schuster (murphee)

Method Summary
 java.lang.String getDescription()
          The description that this team is known by.
 java.lang.String getEmail()
           
 java.lang.String getId()
           
 boolean isLocationTeam()
           
 void setDescription(java.lang.String description)
           
 void setEmail(java.lang.String email)
           
 void setIsLocationTeam(boolean isLocationTeam)
           
 

Method Detail

getDescription

public java.lang.String getDescription()
                                throws OgoException,
                                       ConnectionException
The description that this team is known by.

Returns:
String of the description
Throws:
OgoException
ConnectionException

setDescription

public void setDescription(java.lang.String description)
                    throws OgoException,
                           ConnectionException
Throws:
OgoException
ConnectionException

getEmail

public java.lang.String getEmail()
                          throws OgoException,
                                 ConnectionException
Throws:
OgoException
ConnectionException

setEmail

public void setEmail(java.lang.String email)
              throws OgoException,
                     ConnectionException
Throws:
OgoException
ConnectionException

getId

public java.lang.String getId()
                       throws OgoException,
                              ConnectionException
Throws:
OgoException
ConnectionException

isLocationTeam

public boolean isLocationTeam()
                       throws OgoException,
                              ConnectionException
Throws:
OgoException
ConnectionException

setIsLocationTeam

public void setIsLocationTeam(boolean isLocationTeam)
                       throws OgoException,
                              ConnectionException
Throws:
OgoException
ConnectionException


Copyright © 2003 ogojogi Project, All Rights Reserved.