public class CmsResourceStatusBean extends java.lang.Object implements com.google.gwt.user.client.rpc.IsSerializable
Constructor and Description |
---|
CmsResourceStatusBean() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
getAdditionalAttributes()
Returns the additional resource attributes to display.
|
java.lang.String |
getDateCreated()
Gets the date created.
|
java.lang.String |
getDateExpired()
Gets the date expired.
|
java.lang.String |
getDateLastModified()
Gets the date last modified.
|
java.lang.String |
getDateReleased()
Gets the date released.
|
java.lang.String |
getLastProject()
Gets the last project.
|
CmsListInfoBean |
getListInfo()
Gets the list info.
|
java.util.List<java.lang.String> |
getLocales()
Gets the locales.
|
java.lang.String |
getLockState()
Gets the lock state.
|
java.lang.String |
getNavText()
Gets the nav text.
|
java.util.ArrayList<CmsResourceStatusRelationBean> |
getOtherSiteRelationSources()
Gets relation sources for other sites.
|
java.lang.String |
getPermissions()
Gets the permissions.
|
java.util.ArrayList<CmsResourceStatusRelationBean> |
getRelationSources()
Gets the list info beans for the source resources of relations pointing to this resource.
|
java.util.ArrayList<CmsResourceStatusRelationBean> |
getRelationTargets()
Gets the list info beans for the targets of relations pointing away from this resource.
|
java.lang.String |
getResourceType()
Gets the resource type.
|
java.util.ArrayList<CmsResourceStatusRelationBean> |
getSiblings()
Gets the sibling information.
|
int |
getSize()
Gets the size.
|
CmsResourceStatusTabId |
getStartTab()
Gets the start tab.
|
CmsResourceState |
getStateBean()
Gets the resource state object.
|
CmsUUID |
getStructureId()
Gets the structure id of the resource.
|
java.util.LinkedHashMap<CmsResourceStatusTabId,java.lang.String> |
getTabs()
Gets the tab configuration, which is an ordered map defining the tabs to display and their order, with the tab labels as values.
|
java.lang.String |
getTitle()
Gets the title.
|
java.lang.String |
getUserCreated()
Gets the user created.
|
java.lang.String |
getUserLastModified()
Gets the user last modified.
|
void |
setAdditionalAttributes(java.util.Map<java.lang.String,java.lang.String> additionalAttributes)
Sets the additional resource attributes.
|
void |
setDateCreated(java.lang.String dateCreated)
Sets the date created.
|
void |
setDateExpired(java.lang.String dateExpired)
Sets the date expired.
|
void |
setDateLastModified(java.lang.String dateLastModified)
Sets the date last modified.
|
void |
setDateReleased(java.lang.String dateReleased)
Sets the date released.
|
void |
setLastProject(java.lang.String lastProject)
Sets the last project.
|
void |
setListInfo(CmsListInfoBean listInfo)
Sets the list info.
|
void |
setLocales(java.util.List<java.lang.String> locales)
Sets the locales.
|
void |
setLockState(java.lang.String lockState)
Sets the lock state.
|
void |
setNavText(java.lang.String navText)
Sets the nav text.
|
void |
setPermissions(java.lang.String permissions)
Sets the permissions.
|
void |
setResourceType(java.lang.String resourceType)
Sets the resource type.
|
void |
setSize(int size)
Sets the size.
|
void |
setStartTab(CmsResourceStatusTabId startTab)
Sets the start tab.
|
void |
setStateBean(CmsResourceState stateBean)
Sets the resource state object.
|
void |
setStructureId(CmsUUID structureId)
Sets the structure id of the resource.
|
void |
setTabs(java.util.LinkedHashMap<CmsResourceStatusTabId,java.lang.String> tabs)
Sets the tab configuration.
|
void |
setTitle(java.lang.String title)
Sets the title.
|
void |
setUserCreated(java.lang.String userCreated)
Sets the user created.
|
void |
setUserLastModified(java.lang.String userLastModified)
Sets the user last modified.
|
public CmsResourceStatusBean()
public java.util.Map<java.lang.String,java.lang.String> getAdditionalAttributes()
public java.lang.String getDateCreated()
public java.lang.String getDateExpired()
public java.lang.String getDateLastModified()
public java.lang.String getDateReleased()
public java.lang.String getLastProject()
public CmsListInfoBean getListInfo()
public java.util.List<java.lang.String> getLocales()
public java.lang.String getLockState()
public java.lang.String getNavText()
public java.util.ArrayList<CmsResourceStatusRelationBean> getOtherSiteRelationSources()
public java.lang.String getPermissions()
public java.util.ArrayList<CmsResourceStatusRelationBean> getRelationSources()
public java.util.ArrayList<CmsResourceStatusRelationBean> getRelationTargets()
public java.lang.String getResourceType()
public java.util.ArrayList<CmsResourceStatusRelationBean> getSiblings()
public int getSize()
public CmsResourceStatusTabId getStartTab()
public CmsResourceState getStateBean()
public CmsUUID getStructureId()
public java.util.LinkedHashMap<CmsResourceStatusTabId,java.lang.String> getTabs()
public java.lang.String getTitle()
public java.lang.String getUserCreated()
public java.lang.String getUserLastModified()
public void setAdditionalAttributes(java.util.Map<java.lang.String,java.lang.String> additionalAttributes)
additionalAttributes
- the additional resource attributespublic void setDateCreated(java.lang.String dateCreated)
dateCreated
- the new date createdpublic void setDateExpired(java.lang.String dateExpired)
dateExpired
- the new date expiredpublic void setDateLastModified(java.lang.String dateLastModified)
dateLastModified
- the new date last modifiedpublic void setDateReleased(java.lang.String dateReleased)
dateReleased
- the new date releasedpublic void setLastProject(java.lang.String lastProject)
lastProject
- the new last projectpublic void setListInfo(CmsListInfoBean listInfo)
listInfo
- the new list infopublic void setLocales(java.util.List<java.lang.String> locales)
locales
- the new localespublic void setLockState(java.lang.String lockState)
lockState
- the new lock statepublic void setNavText(java.lang.String navText)
navText
- the new nav textpublic void setPermissions(java.lang.String permissions)
permissions
- the new permissionspublic void setResourceType(java.lang.String resourceType)
resourceType
- the new resource typepublic void setSize(int size)
size
- the new sizepublic void setStartTab(CmsResourceStatusTabId startTab)
startTab
- the start tab idpublic void setStateBean(CmsResourceState stateBean)
stateBean
- the new resource state objectpublic void setStructureId(CmsUUID structureId)
structureId
- the structure id of the resourcepublic void setTabs(java.util.LinkedHashMap<CmsResourceStatusTabId,java.lang.String> tabs)
tabs
- the tab configurationpublic void setTitle(java.lang.String title)
title
- the new titlepublic void setUserCreated(java.lang.String userCreated)
userCreated
- the new user createdpublic void setUserLastModified(java.lang.String userLastModified)
userLastModified
- the new user last modified