public class Version extends Object implements Serializable
| Constructor and Description |
|---|
Version() |
Version(Reference id,
Calendar created,
String creator,
String label,
boolean major,
NamedValue[] commentaries) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
NamedValue[] |
getCommentaries()
Gets the commentaries value for this Version.
|
NamedValue |
getCommentaries(int i) |
Calendar |
getCreated()
Gets the created value for this Version.
|
String |
getCreator()
Gets the creator value for this Version.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Reference |
getId()
Gets the id value for this Version.
|
String |
getLabel()
Gets the label value for this Version.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isMajor()
Gets the major value for this Version.
|
void |
setCommentaries(int i,
NamedValue _value) |
void |
setCommentaries(NamedValue[] commentaries)
Sets the commentaries value for this Version.
|
void |
setCreated(Calendar created)
Sets the created value for this Version.
|
void |
setCreator(String creator)
Sets the creator value for this Version.
|
void |
setId(Reference id)
Sets the id value for this Version.
|
void |
setLabel(String label)
Sets the label value for this Version.
|
void |
setMajor(boolean major)
Sets the major value for this Version.
|
public Version()
public Version(Reference id, Calendar created, String creator, String label, boolean major, NamedValue[] commentaries)
public Reference getId()
public void setId(Reference id)
id - public Calendar getCreated()
public void setCreated(Calendar created)
created - public String getCreator()
public void setCreator(String creator)
creator - public String getLabel()
public void setLabel(String label)
label - public boolean isMajor()
public void setMajor(boolean major)
major - public NamedValue[] getCommentaries()
public void setCommentaries(NamedValue[] commentaries)
commentaries - public NamedValue getCommentaries(int i)
public void setCommentaries(int i,
NamedValue _value)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2005–2014 Alfresco Software. All rights reserved.