|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.ade.publish.shared.CmsPublishResource
public class CmsPublishResource
A publish resource.
| Constructor Summary | |
|---|---|
protected |
CmsPublishResource()
For serialization. |
|
CmsPublishResource(CmsUUID id,
java.lang.String name,
java.lang.String title,
java.lang.String resourceType,
CmsResourceState state,
long dateLastModified,
boolean removable,
CmsPublishResourceInfo info,
java.util.List<CmsPublishResource> related)
Creates a new publish group bean. |
| Method Summary | |
|---|---|
long |
getDateLastModified()
Gets the last modification date. |
CmsUUID |
getId()
Returns the id. |
CmsPublishResourceInfo |
getInfo()
Returns the additional info. |
java.lang.String |
getName()
Returns the name. |
java.util.List<CmsPublishResource> |
getRelated()
Returns the related resources. |
java.lang.String |
getResourceType()
Returns the resource type name. |
CmsResourceState |
getState()
Returns the state. |
java.lang.String |
getTitle()
Returns the title. |
boolean |
isRemovable()
Returns the removable flag. |
void |
setInfo(CmsPublishResourceInfo info)
Sets the publish resource info. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsPublishResource(CmsUUID id,
java.lang.String name,
java.lang.String title,
java.lang.String resourceType,
CmsResourceState state,
long dateLastModified,
boolean removable,
CmsPublishResourceInfo info,
java.util.List<CmsPublishResource> related)
id - the resource idname - the resource nametitle - the resource titleresourceType - the resource type namestate - the resource statedateLastModified - the last modification dateremovable - to indicate if the resource can be removed from the user's publish listinfo - the additional information, if anyrelated - the related resourcesprotected CmsPublishResource()
| Method Detail |
|---|
public long getDateLastModified()
public void setInfo(CmsPublishResourceInfo info)
info - the publish resource infopublic CmsUUID getId()
public CmsPublishResourceInfo getInfo()
public java.lang.String getName()
public java.util.List<CmsPublishResource> getRelated()
public java.lang.String getResourceType()
public CmsResourceState getState()
public java.lang.String getTitle()
public boolean isRemovable()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||