com.trackstudio.soap.client
Class StatusBean

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

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

See Also:
Serialized Form

Constructor Summary
StatusBean()
           
StatusBean(java.lang.String color, boolean finish, java.lang.String id, java.lang.String name, boolean start, java.lang.String workflowId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getColor()
          Gets the color value for this StatusBean.
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 StatusBean.
 java.lang.String getName()
          Gets the name value for this StatusBean.
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 StatusBean.
 int hashCode()
           
 boolean isFinish()
          Gets the finish value for this StatusBean.
 boolean isStart()
          Gets the start value for this StatusBean.
 void setColor(java.lang.String color)
          Sets the color value for this StatusBean.
 void setFinish(boolean finish)
          Sets the finish value for this StatusBean.
 void setId(java.lang.String id)
          Sets the id value for this StatusBean.
 void setName(java.lang.String name)
          Sets the name value for this StatusBean.
 void setStart(boolean start)
          Sets the start value for this StatusBean.
 void setWorkflowId(java.lang.String workflowId)
          Sets the workflowId value for this StatusBean.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatusBean

public StatusBean()

StatusBean

public StatusBean(java.lang.String color,
                  boolean finish,
                  java.lang.String id,
                  java.lang.String name,
                  boolean start,
                  java.lang.String workflowId)
Method Detail

getColor

public java.lang.String getColor()
Gets the color value for this StatusBean.

Returns:
color

setColor

public void setColor(java.lang.String color)
Sets the color value for this StatusBean.

Parameters:
color -

isFinish

public boolean isFinish()
Gets the finish value for this StatusBean.

Returns:
finish

setFinish

public void setFinish(boolean finish)
Sets the finish value for this StatusBean.

Parameters:
finish -

getId

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

Returns:
id

setId

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

Parameters:
id -

getName

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

Returns:
name

setName

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

Parameters:
name -

isStart

public boolean isStart()
Gets the start value for this StatusBean.

Returns:
start

setStart

public void setStart(boolean start)
Sets the start value for this StatusBean.

Parameters:
start -

getWorkflowId

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

Returns:
workflowId

setWorkflowId

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

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.