|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.evolvis.DocumentGroup
public class DocumentGroup
Constructor Summary | |
---|---|
DocumentGroup()
|
|
DocumentGroup(int doc_group_id,
int parent_doc_group,
java.lang.String groupname)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
int |
getDoc_group_id()
Gets the doc_group_id value for this DocumentGroup. |
java.lang.String |
getGroupname()
Gets the groupname value for this DocumentGroup. |
int |
getParent_doc_group()
Gets the parent_doc_group value for this DocumentGroup. |
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()
|
void |
setDoc_group_id(int doc_group_id)
Sets the doc_group_id value for this DocumentGroup. |
void |
setGroupname(java.lang.String groupname)
Sets the groupname value for this DocumentGroup. |
void |
setParent_doc_group(int parent_doc_group)
Sets the parent_doc_group value for this DocumentGroup. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DocumentGroup()
public DocumentGroup(int doc_group_id, int parent_doc_group, java.lang.String groupname)
Method Detail |
---|
public int getDoc_group_id()
public void setDoc_group_id(int doc_group_id)
doc_group_id
- public int getParent_doc_group()
public void setParent_doc_group(int parent_doc_group)
parent_doc_group
- public java.lang.String getGroupname()
public void setGroupname(java.lang.String groupname)
groupname
- 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 |