com.trackstudio.soap.client
Class PriorityBean

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

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

See Also:
Serialized Form

Constructor Summary
PriorityBean()
           
PriorityBean(boolean _default, java.lang.String description, java.lang.String id, java.lang.String name, java.lang.Integer order, java.lang.String workflowId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDescription()
          Gets the description value for this PriorityBean.
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 PriorityBean.
 java.lang.String getName()
          Gets the name value for this PriorityBean.
 java.lang.Integer getOrder()
          Gets the order value for this PriorityBean.
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
 java.lang.String getWorkflowId()
          Gets the workflowId value for this PriorityBean.
 int hashCode()
           
 boolean is_default()
          Gets the _default value for this PriorityBean.
 void set_default(boolean _default)
          Sets the _default value for this PriorityBean.
 void setDescription(java.lang.String description)
          Sets the description value for this PriorityBean.
 void setId(java.lang.String id)
          Sets the id value for this PriorityBean.
 void setName(java.lang.String name)
          Sets the name value for this PriorityBean.
 void setOrder(java.lang.Integer order)
          Sets the order value for this PriorityBean.
 void setWorkflowId(java.lang.String workflowId)
          Sets the workflowId value for this PriorityBean.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PriorityBean

public PriorityBean()

PriorityBean

public PriorityBean(boolean _default,
                    java.lang.String description,
                    java.lang.String id,
                    java.lang.String name,
                    java.lang.Integer order,
                    java.lang.String workflowId)
Method Detail

is_default

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

Returns:
_default

set_default

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

Parameters:
_default -

getDescription

public java.lang.String getDescription()
Gets the description value for this PriorityBean.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this PriorityBean.

Parameters:
description -

getId

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

Returns:
id

setId

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

Parameters:
id -

getName

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

Returns:
name

setName

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

Parameters:
name -

getOrder

public java.lang.Integer getOrder()
Gets the order value for this PriorityBean.

Returns:
order

setOrder

public void setOrder(java.lang.Integer order)
Sets the order value for this PriorityBean.

Parameters:
order -

getWorkflowId

public java.lang.String getWorkflowId()
Gets the workflowId value for this PriorityBean.

Returns:
workflowId

setWorkflowId

public void setWorkflowId(java.lang.String workflowId)
Sets the workflowId value for this PriorityBean.

Parameters:
workflowId -

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.