i3mclient.communication
Class DiscussionData

java.lang.Object
  |
  +--i3mclient.communication.DiscussionData
All Implemented Interfaces:
Serializable

public class DiscussionData
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
DiscussionData()
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 String getDiscription()
           
 long getDiscussionID()
           
 String getName()
           
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setDiscription(String discription)
           
 void setDiscussionID(long discussionID)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiscussionData

public DiscussionData()
Method Detail

getDiscussionID

public long getDiscussionID()

setDiscussionID

public void setDiscussionID(long discussionID)

getName

public String getName()

setName

public void setName(String name)

getDiscription

public String getDiscription()

setDiscription

public void setDiscription(String discription)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

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


getSerializer

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


getDeserializer

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