org.alfresco.wcm.sandbox
Class SandboxVersionImpl

java.lang.Object
  extended by org.alfresco.wcm.sandbox.SandboxVersionImpl
All Implemented Interfaces:
SandboxVersion

public class SandboxVersionImpl
extends java.lang.Object
implements SandboxVersion

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

getSandboxId

public java.lang.String getSandboxId()
Description copied from interface: SandboxVersion
Get the sandbox id

Specified by:
getSandboxId in interface SandboxVersion
Returns:
String sandbox id

getVersion

public int getVersion()
Description copied from interface: SandboxVersion
Get the sandbox version ID

Specified by:
getVersion in interface SandboxVersion
Returns:
The version

getCreator

public java.lang.String getCreator()
Description copied from interface: SandboxVersion
Get the creator of this version

Specified by:
getCreator in interface SandboxVersion
Returns:
The creator

getCreatedDate

public java.util.Date getCreatedDate()
Description copied from interface: SandboxVersion
Get the creation date

Specified by:
getCreatedDate in interface SandboxVersion
Returns:
The creation date

getLabel

public java.lang.String getLabel()
Description copied from interface: SandboxVersion
Get the submitted (short) label / tag

Specified by:
getLabel in interface SandboxVersion
Returns:
The label

getDescription

public java.lang.String getDescription()
Description copied from interface: SandboxVersion
Get the submitted (long) description

Specified by:
getDescription in interface SandboxVersion
Returns:
The description

isSystemGenerated

public boolean isSystemGenerated()
Description copied from interface: SandboxVersion
Return true if system generated snapshot

Specified by:
isSystemGenerated in interface SandboxVersion
Returns:
TRUE if system (implicit) snapshot


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.