|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.file.CmsProject
org.opencms.file.CmsBackupProject
Describes an OpenCms backup project.
Field Summary |
Fields inherited from class org.opencms.file.CmsProject |
ONLINE_PROJECT_ID, ONLINE_PROJECT_NAME, PROJECT_STATE_INVISIBLE, PROJECT_STATE_UNLOCKED, PROJECT_TYPE_NORMAL, PROJECT_TYPE_TEMPORARY |
Constructor Summary | |
CmsBackupProject(int versionId,
int projectId,
java.lang.String name,
java.lang.String description,
int taskId,
CmsUUID ownerId,
CmsUUID groupId,
CmsUUID managerGroupId,
long dateCreated,
int type,
java.sql.Timestamp datePublished,
CmsUUID userPublished,
java.lang.String namePublisher,
java.lang.String nameOwner,
java.lang.String nameGroupUsers,
java.lang.String nameGroupManagers,
java.util.List projectResources)
Creates a new CmsBackupProject. |
Method Summary | |
java.lang.Object |
clone()
Returns a clone of this Objects instance. |
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getGroupName()
Returns the projects user group name. |
java.lang.String |
getManagerGroupName()
Gets the project manager grou pname. |
java.lang.String |
getOwnerName()
Gets the ownername. |
java.util.List |
getProjectResources()
Returns the project resources (i.e. the "view" of the project). |
CmsUUID |
getPublishedBy()
Gets the published-by value. |
java.lang.String |
getPublishedByName()
Gets the publishers name. |
long |
getPublishingDate()
Returns the publishing date of this project. |
int |
getVersionId()
Gets the versionId. |
int |
hashCode()
|
Methods inherited from class org.opencms.file.CmsProject |
compareTo, getDateCreated, getDescription, getFlags, getGroupId, getId, getManagerGroupId, getName, getOwnerId, getTaskId, getType, isDeleteAfterPublishing, isInsideProject, isInsideProject, isOnlineProject, isOnlineProject, setDeleteAfterPublishing, setDescription, setFlags, setGroupId, setManagerGroupId, setName, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CmsBackupProject(int versionId, int projectId, java.lang.String name, java.lang.String description, int taskId, CmsUUID ownerId, CmsUUID groupId, CmsUUID managerGroupId, long dateCreated, int type, java.sql.Timestamp datePublished, CmsUUID userPublished, java.lang.String namePublisher, java.lang.String nameOwner, java.lang.String nameGroupUsers, java.lang.String nameGroupManagers, java.util.List projectResources)
versionId
- thw version id for this backup projectprojectId
- the id to use for this projectname
- the name for this projectdescription
- the description for this projecttaskId
- the task id for this projectownerId
- the owner id for this projectgroupId
- the group id for this projectmanagerGroupId
- the manager group id for this projectdateCreated
- the creation date of this projecttype
- the type of this projectdatePublished
- the date this backup project was publisheduserPublished
- the id of the user who publishednamePublisher
- the name of the user who publishednameOwner
- the name of the project ownernameGroupUsers
- the name of the project user groupnameGroupManagers
- the name of the project manager groupprojectResources
- a list of resources that are the project "view"Method Detail |
public java.lang.Object clone()
clone
in class CmsProject
public boolean equals(java.lang.Object obj)
equals
in class CmsProject
Object.equals(java.lang.Object)
public java.lang.String getGroupName()
public java.lang.String getManagerGroupName()
public java.lang.String getOwnerName()
public java.util.List getProjectResources()
public CmsUUID getPublishedBy()
public java.lang.String getPublishedByName()
public long getPublishingDate()
public int getVersionId()
public int hashCode()
hashCode
in class CmsProject
Object.hashCode()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |