|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.webservice.types.Version
public class Version
Constructor Summary | |
---|---|
Version()
|
|
Version(Reference id,
java.util.Calendar created,
java.lang.String creator,
java.lang.String label,
boolean major,
NamedValue[] commentaries)
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Version()
public Version(Reference id, java.util.Calendar created, java.lang.String creator, java.lang.String label, boolean major, NamedValue[] commentaries)
Method Detail |
---|
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.Object
public int hashCode()
hashCode
in class java.lang.Object
public 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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |