public class VersionDescriptor extends Object implements Serializable
| Constructor and Description |
|---|
VersionDescriptor(String storeName,
int versionID,
String creator,
long createDate,
String tag,
String description)
New one up.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAVMStoreName()
Get the store name.
|
long |
getCreateDate()
Get the creation date.
|
String |
getCreator()
Get the creator of this version.
|
String |
getDescription()
Get the long description.
|
String |
getTag()
Get the short description.
|
int |
getVersionID()
Get the version ID
|
String |
toString() |
public String getAVMStoreName()
public int getVersionID()
public String getCreator()
public long getCreateDate()
public String getTag()
public String getDescription()
Copyright © 2005–2014 Alfresco Software. All rights reserved.