|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--com.opencms.file.CmsProject
|
+--com.opencms.file.CmsBackupProject
Describes a backup project. A project is used to handle versions of one resource.
| Field Summary |
| Constructor Summary | |
CmsBackupProject(int versionId,
int projectId,
String name,
Timestamp publishingdate,
int publishedBy,
String publishedByName,
String description,
int taskId,
int ownerId,
String ownerName,
int group,
String groupName,
int managerGroup,
String managerGroupName,
Timestamp createdate,
int type,
Vector projectresources)
Construct a new CmsProject including publishing data. |
|
| Method Summary | |
Object |
clone()
Clones the CmsProject by creating a new CmsProject Object. |
boolean |
equals(Object obj)
Compares the overgiven object with this object. |
String |
getGroupName()
Gets the groupname. |
String |
getManagerGroupName()
Gets the managergroupname. |
String |
getOwnerName()
Gets the ownername. |
Vector |
getProjectResources()
Gets the projectresources |
int |
getPublishedBy()
Gets the published-by value. |
String |
getPublishedByName()
Gets the publishers name. |
long |
getPublishingDate()
Returns the publishing date of this project. |
int |
getVersionId()
Gets the versionId. |
| Methods inherited from class com.opencms.file.CmsProject |
doStaticExport, getCreateDate, getDescription, getFlags, getGroupId, getId, getManagerGroupId, getName, getOwnerId, getTaskId, getType, isOnlineProject, setDescription, setFlags, toString |
| Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public CmsBackupProject(int versionId,
int projectId,
String name,
Timestamp publishingdate,
int publishedBy,
String publishedByName,
String description,
int taskId,
int ownerId,
String ownerName,
int group,
String groupName,
int managerGroup,
String managerGroupName,
Timestamp createdate,
int type,
Vector projectresources)
| Method Detail |
public Object clone()
clone in class CmsProjectpublic boolean equals(Object obj)
equals in class CmsProjectpublic int getPublishedBy()
public long getPublishingDate()
public int getVersionId()
public String getOwnerName()
public String getPublishedByName()
public String getGroupName()
public String getManagerGroupName()
public Vector getProjectResources()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||