com.trackstudio.soap.client
Class MstatusBean

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

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

See Also:
Serialized Form

Constructor Summary
MstatusBean()
           
MstatusBean(boolean _default, java.lang.String description, java.lang.String id, java.lang.String name, java.lang.String triggerAfterId, java.lang.String triggerBeforeId, java.lang.String triggerInsteadOfId, java.lang.String workflowId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDescription()
          Gets the description value for this MstatusBean.
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 MstatusBean.
 java.lang.String getName()
          Gets the name value for this MstatusBean.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getTriggerAfterId()
          Gets the triggerAfterId value for this MstatusBean.
 java.lang.String getTriggerBeforeId()
          Gets the triggerBeforeId value for this MstatusBean.
 java.lang.String getTriggerInsteadOfId()
          Gets the triggerInsteadOfId value for this MstatusBean.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getWorkflowId()
          Gets the workflowId value for this MstatusBean.
 int hashCode()
           
 boolean is_default()
          Gets the _default value for this MstatusBean.
 void set_default(boolean _default)
          Sets the _default value for this MstatusBean.
 void setDescription(java.lang.String description)
          Sets the description value for this MstatusBean.
 void setId(java.lang.String id)
          Sets the id value for this MstatusBean.
 void setName(java.lang.String name)
          Sets the name value for this MstatusBean.
 void setTriggerAfterId(java.lang.String triggerAfterId)
          Sets the triggerAfterId value for this MstatusBean.
 void setTriggerBeforeId(java.lang.String triggerBeforeId)
          Sets the triggerBeforeId value for this MstatusBean.
 void setTriggerInsteadOfId(java.lang.String triggerInsteadOfId)
          Sets the triggerInsteadOfId value for this MstatusBean.
 void setWorkflowId(java.lang.String workflowId)
          Sets the workflowId value for this MstatusBean.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MstatusBean

public MstatusBean()

MstatusBean

public MstatusBean(boolean _default,
                   java.lang.String description,
                   java.lang.String id,
                   java.lang.String name,
                   java.lang.String triggerAfterId,
                   java.lang.String triggerBeforeId,
                   java.lang.String triggerInsteadOfId,
                   java.lang.String workflowId)
Method Detail

is_default

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

Returns:
_default

set_default

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

Parameters:
_default -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getId

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

Returns:
id

setId

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

Parameters:
id -

getName

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

Returns:
name

setName

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

Parameters:
name -

getTriggerAfterId

public java.lang.String getTriggerAfterId()
Gets the triggerAfterId value for this MstatusBean.

Returns:
triggerAfterId

setTriggerAfterId

public void setTriggerAfterId(java.lang.String triggerAfterId)
Sets the triggerAfterId value for this MstatusBean.

Parameters:
triggerAfterId -

getTriggerBeforeId

public java.lang.String getTriggerBeforeId()
Gets the triggerBeforeId value for this MstatusBean.

Returns:
triggerBeforeId

setTriggerBeforeId

public void setTriggerBeforeId(java.lang.String triggerBeforeId)
Sets the triggerBeforeId value for this MstatusBean.

Parameters:
triggerBeforeId -

getTriggerInsteadOfId

public java.lang.String getTriggerInsteadOfId()
Gets the triggerInsteadOfId value for this MstatusBean.

Returns:
triggerInsteadOfId

setTriggerInsteadOfId

public void setTriggerInsteadOfId(java.lang.String triggerInsteadOfId)
Sets the triggerInsteadOfId value for this MstatusBean.

Parameters:
triggerInsteadOfId -

getWorkflowId

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

Returns:
workflowId

setWorkflowId

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

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.