|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.wcm.sandbox.SandboxVersionImpl
public class SandboxVersionImpl
Provides information about a WCM sandbox version (snapshot).
Method Summary | |
---|---|
java.util.Date |
getCreatedDate()
Get the creation date |
java.lang.String |
getCreator()
Get the creator of this version |
java.lang.String |
getDescription()
Get the submitted (long) description |
java.lang.String |
getLabel()
Get the submitted (short) label / tag |
java.lang.String |
getSandboxId()
Get the sandbox id |
int |
getVersion()
Get the sandbox version ID |
boolean |
isSystemGenerated()
Return true if system generated snapshot |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getSandboxId()
SandboxVersion
getSandboxId
in interface SandboxVersion
public int getVersion()
SandboxVersion
getVersion
in interface SandboxVersion
public java.lang.String getCreator()
SandboxVersion
getCreator
in interface SandboxVersion
public java.util.Date getCreatedDate()
SandboxVersion
getCreatedDate
in interface SandboxVersion
public java.lang.String getLabel()
SandboxVersion
getLabel
in interface SandboxVersion
public java.lang.String getDescription()
SandboxVersion
getDescription
in interface SandboxVersion
public boolean isSystemGenerated()
SandboxVersion
isSystemGenerated
in interface SandboxVersion
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |