public class Version
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
Version() |
Version(Reference id,
java.util.Calendar created,
java.lang.String creator,
java.lang.String label,
boolean major,
NamedValue[] commentaries) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
NamedValue[] |
getCommentaries()
Gets the commentaries value for this Version.
|
NamedValue |
getCommentaries(int i) |
java.util.Calendar |
getCreated()
Gets the created value for this Version.
|
java.lang.String |
getCreator()
Gets the creator value for this Version.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
Reference |
getId()
Gets the id value for this Version.
|
java.lang.String |
getLabel()
Gets the label value for this Version.
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.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(java.util.Calendar created)
Sets the created value for this Version.
|
void |
setCreator(java.lang.String creator)
Sets the creator value for this Version.
|
void |
setId(Reference id)
Sets the id value for this Version.
|
void |
setLabel(java.lang.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, java.util.Calendar created, java.lang.String creator, java.lang.String label, boolean major, NamedValue[] commentaries)
public Reference getId()
public void setId(Reference id)
id - public java.util.Calendar getCreated()
public void setCreated(java.util.Calendar created)
created - public java.lang.String getCreator()
public void setCreator(java.lang.String creator)
creator - public java.lang.String getLabel()
public void setLabel(java.lang.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 boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.