Package io.jans.scim.model
Class GluuOrganization
- java.lang.Object
-
- io.jans.orm.model.base.Entry
-
- io.jans.scim.model.GluuOrganization
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class GluuOrganization extends io.jans.orm.model.base.Entry implements Serializable
Group- Author:
- Yuriy Movchan Date: 11.02.2010
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GluuOrganization()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCountryName()
String[]
getCustomMessages()
String
getDescription()
String
getDisplayName()
String
getFaviconPath()
String
getLogoPath()
String
getManagerGroup()
String
getMember()
String
getOrganization()
String
getOrganizationTitle()
String
getSeeAlso()
String
getShortName()
io.jans.model.GluuStatus
getStatus()
String
getThemeColor()
String
getTitle()
void
setCountryName(String countryName)
void
setCustomMessages(String[] customMessages)
void
setDescription(String description)
void
setDisplayName(String displayName)
void
setFaviconPath(String faviconPath)
void
setLogoPath(String logoPath)
void
setManagerGroup(String managerGroup)
void
setMember(String member)
void
setOrganization(String organization)
void
setSeeAlso(String seeAlso)
void
setShortName(String shortName)
void
setStatus(io.jans.model.GluuStatus status)
void
setThemeColor(String themeColor)
void
setTitle(String title)
-
-
-
Method Detail
-
getOrganizationTitle
public String getOrganizationTitle()
-
getCountryName
public String getCountryName()
-
setCountryName
public void setCountryName(String countryName)
-
getCustomMessages
public String[] getCustomMessages()
-
setCustomMessages
public void setCustomMessages(String[] customMessages)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getDisplayName
public String getDisplayName()
-
setDisplayName
public void setDisplayName(String displayName)
-
getManagerGroup
public String getManagerGroup()
-
setManagerGroup
public void setManagerGroup(String managerGroup)
-
getMember
public String getMember()
-
setMember
public void setMember(String member)
-
getOrganization
public String getOrganization()
-
setOrganization
public void setOrganization(String organization)
-
getSeeAlso
public String getSeeAlso()
-
setSeeAlso
public void setSeeAlso(String seeAlso)
-
getShortName
public String getShortName()
-
setShortName
public void setShortName(String shortName)
-
getStatus
public io.jans.model.GluuStatus getStatus()
-
setStatus
public void setStatus(io.jans.model.GluuStatus status)
-
getThemeColor
public String getThemeColor()
-
setThemeColor
public void setThemeColor(String themeColor)
-
getTitle
public String getTitle()
-
setTitle
public void setTitle(String title)
-
getLogoPath
public String getLogoPath()
-
setLogoPath
public void setLogoPath(String logoPath)
-
getFaviconPath
public String getFaviconPath()
-
setFaviconPath
public void setFaviconPath(String faviconPath)
-
-