public interface VersionRoot
| Modifier and Type | Method and Description |
|---|---|
AVMStore |
getAvmStore() |
long |
getCreateDate() |
String |
getCreator() |
String |
getDescription()
Get the thick description.
|
Long |
getId() |
DirectoryNode |
getRoot() |
String |
getTag()
Get the tag (short description).
|
int |
getVersionID()
Get the version id.
|
void |
setAvmStore(AVMStore store) |
void |
setCreateDate(long createDate) |
void |
setCreator(String creator) |
void |
setDescription(String description)
Set the description.
|
void |
setId(long id) |
void |
setRoot(DirectoryNode root) |
void |
setTag(String tag)
Set the tag.
|
void |
setVersionID(int versionID)
Set the version id.
|
long getCreateDate()
void setCreateDate(long createDate)
createDate - the createDate to setString getCreator()
void setCreator(String creator)
creator - the creator to setLong 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()
String getTag()
String getDescription()
void setTag(String tag)
tag - void setDescription(String description)
description - Copyright © 2005–2014 Alfresco Software. All rights reserved.