Package org.bedework.caldav.server
Class Organizer
- java.lang.Object
-
- org.bedework.caldav.server.Organizer
-
- All Implemented Interfaces:
Serializable
public class Organizer extends Object implements Serializable
- Author:
- douglm
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCn()Get the cnStringgetDir()Get the dirStringgetLanguage()Get the languageStringgetOrganizerUri()Get the organizerUriStringgetSentBy()Get the sentByvoidsetOrganizerUri(String val)Set the organizerUriStringtoString()
-
-
-
Method Detail
-
getCn
public String getCn()
Get the cn- Returns:
- String cn
-
getDir
public String getDir()
Get the dir- Returns:
- String dir
-
getLanguage
public String getLanguage()
Get the language- Returns:
- String language
-
getSentBy
public String getSentBy()
Get the sentBy- Returns:
- String sentBy
-
setOrganizerUri
public void setOrganizerUri(String val)
Set the organizerUri- Parameters:
val- String organizerUri
-
getOrganizerUri
public String getOrganizerUri()
Get the organizerUri- Returns:
- String organizerUri
-
-