public interface VersionRoot
| Modifier and Type | Method and Description |
|---|---|
AVMStore |
getAvmStore() |
long |
getCreateDate() |
java.lang.String |
getCreator() |
java.lang.String |
getDescription()
Get the thick description.
|
java.lang.Long |
getId() |
DirectoryNode |
getRoot() |
java.lang.String |
getTag()
Get the tag (short description).
|
int |
getVersionID()
Get the version id.
|
void |
setAvmStore(AVMStore store) |
void |
setCreateDate(long createDate) |
void |
setCreator(java.lang.String creator) |
void |
setDescription(java.lang.String description)
Set the description.
|
void |
setId(long id) |
void |
setRoot(DirectoryNode root) |
void |
setTag(java.lang.String tag)
Set the tag.
|
void |
setVersionID(int versionID)
Set the version id.
|
long getCreateDate()
void setCreateDate(long createDate)
createDate - the createDate to setjava.lang.String getCreator()
void setCreator(java.lang.String creator)
creator - the creator to setjava.lang.Long getId()
void setId(long id)
id - the id to setAVMStore getAvmStore()
void setAvmStore(AVMStore store)
store - the store to setDirectoryNode getRoot()
void setRoot(DirectoryNode root)
root - the root to setvoid setVersionID(int versionID)
versionID - int getVersionID()
java.lang.String getTag()
java.lang.String getDescription()
void setTag(java.lang.String tag)
tag - void setDescription(java.lang.String description)
description - Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.