|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.ade.containerpage.shared.CmsContainerElement
public class CmsContainerElement
Bean holding basic container element information.
| Constructor Summary | |
|---|---|
CmsContainerElement()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getClientId()
Returns the client id. |
java.lang.String |
getResourceType()
Returns the resource type name for elements. |
java.lang.String |
getSitePath()
Returns the site path. |
boolean |
isNew()
Returns if the element is new and has not been created in the VFS yet. |
boolean |
isReleasedAndNotExpired()
Returns if the given resource is released and not expired. |
void |
setClientId(java.lang.String clientId)
Sets the client id. |
void |
setNew(boolean isNew)
Sets the 'new' flag. |
void |
setReleasedAndNotExpired(boolean releasedAndNotExpired)
Sets if the given resource is released and not expired. |
void |
setResourceType(java.lang.String resourceType)
Sets the element resource type. |
void |
setSitePath(java.lang.String sitePath)
Sets the site path. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsContainerElement()
| Method Detail |
|---|
public java.lang.String getClientId()
public java.lang.String getResourceType()
public java.lang.String getSitePath()
public boolean isNew()
true if the element is not created in the VFS yetpublic boolean isReleasedAndNotExpired()
true if the given resource is released and not expiredpublic void setClientId(java.lang.String clientId)
clientId - the client id to setpublic void setNew(boolean isNew)
isNew - true on a new elementpublic void setReleasedAndNotExpired(boolean releasedAndNotExpired)
releasedAndNotExpired - true if the given resource is released and not expiredpublic void setResourceType(java.lang.String resourceType)
resourceType - the element resource typepublic void setSitePath(java.lang.String sitePath)
sitePath - the site path to set
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||