org.evolvis
Class DocumentGroup

java.lang.Object
  extended by org.evolvis.DocumentGroup
All Implemented Interfaces:
java.io.Serializable

public class DocumentGroup
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

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

DocumentGroup

public DocumentGroup()

DocumentGroup

public DocumentGroup(int doc_group_id,
                     int parent_doc_group,
                     java.lang.String groupname)
Method Detail

getDoc_group_id

public int getDoc_group_id()
Gets the doc_group_id value for this DocumentGroup.

Returns:
doc_group_id

setDoc_group_id

public void setDoc_group_id(int doc_group_id)
Sets the doc_group_id value for this DocumentGroup.

Parameters:
doc_group_id -

getParent_doc_group

public int getParent_doc_group()
Gets the parent_doc_group value for this DocumentGroup.

Returns:
parent_doc_group

setParent_doc_group

public void setParent_doc_group(int parent_doc_group)
Sets the parent_doc_group value for this DocumentGroup.

Parameters:
parent_doc_group -

getGroupname

public java.lang.String getGroupname()
Gets the groupname value for this DocumentGroup.

Returns:
groupname

setGroupname

public void setGroupname(java.lang.String groupname)
Sets the groupname value for this DocumentGroup.

Parameters:
groupname -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2007. All Rights Reserved.