org.opencms.gwt.shared
Class CmsResourceStatusBean

java.lang.Object
  extended by org.opencms.gwt.shared.CmsResourceStatusBean
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class CmsResourceStatusBean
extends java.lang.Object
implements com.google.gwt.user.client.rpc.IsSerializable

The Class CmsResourceStatusBean.


Constructor Summary
CmsResourceStatusBean()
           
 
Method Summary
 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.lang.String getPermissions()
          Gets the permissions.
 java.lang.String getResourceType()
          Gets the resource type.
 int getSize()
          Gets the size.
 CmsResourceState getStateBean()
          Gets the resource state object.
 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 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 setStateBean(CmsResourceState stateBean)
          Sets the resource state object.
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmsResourceStatusBean

public CmsResourceStatusBean()
Method Detail

getDateCreated

public java.lang.String getDateCreated()
Gets the date created.

Returns:
the date created

getDateExpired

public java.lang.String getDateExpired()
Gets the date expired.

Returns:
the date expired

getDateLastModified

public java.lang.String getDateLastModified()
Gets the date last modified.

Returns:
the date last modified

getDateReleased

public java.lang.String getDateReleased()
Gets the date released.

Returns:
the date released

getLastProject

public java.lang.String getLastProject()
Gets the last project.

Returns:
the last project

getListInfo

public CmsListInfoBean getListInfo()
Gets the list info.

Returns:
the list info

getLocales

public java.util.List<java.lang.String> getLocales()
Gets the locales.

Returns:
the locales

getLockState

public java.lang.String getLockState()
Gets the lock state.

Returns:
the lock state

getNavText

public java.lang.String getNavText()
Gets the nav text.

Returns:
the nav text

getPermissions

public java.lang.String getPermissions()
Gets the permissions.

Returns:
the permissions

getResourceType

public java.lang.String getResourceType()
Gets the resource type.

Returns:
the resource type

getSize

public int getSize()
Gets the size.

Returns:
the size

getStateBean

public CmsResourceState getStateBean()
Gets the resource state object.

Returns:
the resource state object

getTitle

public java.lang.String getTitle()
Gets the title.

Returns:
the title

getUserCreated

public java.lang.String getUserCreated()
Gets the user created.

Returns:
the user created

getUserLastModified

public java.lang.String getUserLastModified()
Gets the user last modified.

Returns:
the user last modified

setDateCreated

public void setDateCreated(java.lang.String dateCreated)
Sets the date created.

Parameters:
dateCreated - the new date created

setDateExpired

public void setDateExpired(java.lang.String dateExpired)
Sets the date expired.

Parameters:
dateExpired - the new date expired

setDateLastModified

public void setDateLastModified(java.lang.String dateLastModified)
Sets the date last modified.

Parameters:
dateLastModified - the new date last modified

setDateReleased

public void setDateReleased(java.lang.String dateReleased)
Sets the date released.

Parameters:
dateReleased - the new date released

setLastProject

public void setLastProject(java.lang.String lastProject)
Sets the last project.

Parameters:
lastProject - the new last project

setListInfo

public void setListInfo(CmsListInfoBean listInfo)
Sets the list info.

Parameters:
listInfo - the new list info

setLocales

public void setLocales(java.util.List<java.lang.String> locales)
Sets the locales.

Parameters:
locales - the new locales

setLockState

public void setLockState(java.lang.String lockState)
Sets the lock state.

Parameters:
lockState - the new lock state

setNavText

public void setNavText(java.lang.String navText)
Sets the nav text.

Parameters:
navText - the new nav text

setPermissions

public void setPermissions(java.lang.String permissions)
Sets the permissions.

Parameters:
permissions - the new permissions

setResourceType

public void setResourceType(java.lang.String resourceType)
Sets the resource type.

Parameters:
resourceType - the new resource type

setSize

public void setSize(int size)
Sets the size.

Parameters:
size - the new size

setStateBean

public void setStateBean(CmsResourceState stateBean)
Sets the resource state object.

Parameters:
stateBean - the new resource state object

setTitle

public void setTitle(java.lang.String title)
Sets the title.

Parameters:
title - the new title

setUserCreated

public void setUserCreated(java.lang.String userCreated)
Sets the user created.

Parameters:
userCreated - the new user created

setUserLastModified

public void setUserLastModified(java.lang.String userLastModified)
Sets the user last modified.

Parameters:
userLastModified - the new user last modified