com.trackstudio.soap.client
Class ResolutionBean

java.lang.Object
  extended by com.trackstudio.soap.client.ResolutionBean
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
ResolutionBean()
           
ResolutionBean(boolean _default, java.lang.String id, java.lang.String mstatusId, java.lang.String name)
           
 
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
 java.lang.String getId()
          Gets the id value for this ResolutionBean.
 java.lang.String getMstatusId()
          Gets the mstatusId value for this ResolutionBean.
 java.lang.String getName()
          Gets the name value for this ResolutionBean.
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 is_default()
          Gets the _default value for this ResolutionBean.
 void set_default(boolean _default)
          Sets the _default value for this ResolutionBean.
 void setId(java.lang.String id)
          Sets the id value for this ResolutionBean.
 void setMstatusId(java.lang.String mstatusId)
          Sets the mstatusId value for this ResolutionBean.
 void setName(java.lang.String name)
          Sets the name value for this ResolutionBean.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResolutionBean

public ResolutionBean()

ResolutionBean

public ResolutionBean(boolean _default,
                      java.lang.String id,
                      java.lang.String mstatusId,
                      java.lang.String name)
Method Detail

is_default

public boolean is_default()
Gets the _default value for this ResolutionBean.

Returns:
_default

set_default

public void set_default(boolean _default)
Sets the _default value for this ResolutionBean.

Parameters:
_default -

getId

public java.lang.String getId()
Gets the id value for this ResolutionBean.

Returns:
id

setId

public void setId(java.lang.String id)
Sets the id value for this ResolutionBean.

Parameters:
id -

getMstatusId

public java.lang.String getMstatusId()
Gets the mstatusId value for this ResolutionBean.

Returns:
mstatusId

setMstatusId

public void setMstatusId(java.lang.String mstatusId)
Sets the mstatusId value for this ResolutionBean.

Parameters:
mstatusId -

getName

public java.lang.String getName()
Gets the name value for this ResolutionBean.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this ResolutionBean.

Parameters:
name -

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 © 2002-2005 TrackStudio, Ltd. All Rights Reserved.