|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.fatwire.cs.ui.model.bo.Site
public class Site
This is the data class for representing the content management site.
Constructor Summary | |
---|---|
Site()
|
Method Summary | |
---|---|
java.lang.String |
getDescription()
|
java.lang.Long |
getId()
|
java.lang.String |
getName()
|
java.lang.String |
getPriviewAsset()
|
java.util.ArrayList<Role> |
getUserRoles()
Gets the type of roles for the users of the site. |
java.lang.String |
getUserRolesAsString()
This method returns a comma separated list of roles for the site selection screen This reads from the ArrayList of Role objects and converts them to a string |
void |
setDescription(java.lang.String description)
|
void |
setId(java.lang.Long id)
|
void |
setName(java.lang.String name)
|
void |
setPriviewAsset(java.lang.String cs_previewasset)
|
void |
setUserRoles(java.util.ArrayList<Role> userRoles)
Sets the type of roles for the users of the site. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Site()
Method Detail |
---|
public java.util.ArrayList<Role> getUserRoles()
public void setUserRoles(java.util.ArrayList<Role> userRoles)
userRoles
- The list of roles for userspublic java.lang.String getUserRolesAsString()
public void setId(java.lang.Long id)
public java.lang.Long getId()
public void setName(java.lang.String name)
public java.lang.String getName()
public void setDescription(java.lang.String description)
public java.lang.String getDescription()
public void setPriviewAsset(java.lang.String cs_previewasset)
public java.lang.String getPriviewAsset()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |