com.trackstudio.soap.client
Class MessageBean

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

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

See Also:
Serialized Form

Constructor Summary
MessageBean()
           
MessageBean(java.lang.Double budget, long deadline, java.lang.String description, java.lang.String handlerGroupId, java.lang.String handlerUserId, java.lang.Double hrs, java.lang.String id, java.lang.String mstatusId, java.lang.String priorityId, java.lang.String resolutionId, java.lang.String submitterId, java.lang.String taskId, long time)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Double getBudget()
          Gets the budget value for this MessageBean.
 long getDeadline()
          Gets the deadline value for this MessageBean.
 java.lang.String getDescription()
          Gets the description value for this MessageBean.
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 getHandlerGroupId()
          Gets the handlerGroupId value for this MessageBean.
 java.lang.String getHandlerUserId()
          Gets the handlerUserId value for this MessageBean.
 java.lang.Double getHrs()
          Gets the hrs value for this MessageBean.
 java.lang.String getId()
          Gets the id value for this MessageBean.
 java.lang.String getMstatusId()
          Gets the mstatusId value for this MessageBean.
 java.lang.String getPriorityId()
          Gets the priorityId value for this MessageBean.
 java.lang.String getResolutionId()
          Gets the resolutionId value for this MessageBean.
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 getSubmitterId()
          Gets the submitterId value for this MessageBean.
 java.lang.String getTaskId()
          Gets the taskId value for this MessageBean.
 long getTime()
          Gets the time value for this MessageBean.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setBudget(java.lang.Double budget)
          Sets the budget value for this MessageBean.
 void setDeadline(long deadline)
          Sets the deadline value for this MessageBean.
 void setDescription(java.lang.String description)
          Sets the description value for this MessageBean.
 void setHandlerGroupId(java.lang.String handlerGroupId)
          Sets the handlerGroupId value for this MessageBean.
 void setHandlerUserId(java.lang.String handlerUserId)
          Sets the handlerUserId value for this MessageBean.
 void setHrs(java.lang.Double hrs)
          Sets the hrs value for this MessageBean.
 void setId(java.lang.String id)
          Sets the id value for this MessageBean.
 void setMstatusId(java.lang.String mstatusId)
          Sets the mstatusId value for this MessageBean.
 void setPriorityId(java.lang.String priorityId)
          Sets the priorityId value for this MessageBean.
 void setResolutionId(java.lang.String resolutionId)
          Sets the resolutionId value for this MessageBean.
 void setSubmitterId(java.lang.String submitterId)
          Sets the submitterId value for this MessageBean.
 void setTaskId(java.lang.String taskId)
          Sets the taskId value for this MessageBean.
 void setTime(long time)
          Sets the time value for this MessageBean.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageBean

public MessageBean()

MessageBean

public MessageBean(java.lang.Double budget,
                   long deadline,
                   java.lang.String description,
                   java.lang.String handlerGroupId,
                   java.lang.String handlerUserId,
                   java.lang.Double hrs,
                   java.lang.String id,
                   java.lang.String mstatusId,
                   java.lang.String priorityId,
                   java.lang.String resolutionId,
                   java.lang.String submitterId,
                   java.lang.String taskId,
                   long time)
Method Detail

getBudget

public java.lang.Double getBudget()
Gets the budget value for this MessageBean.

Returns:
budget

setBudget

public void setBudget(java.lang.Double budget)
Sets the budget value for this MessageBean.

Parameters:
budget -

getDeadline

public long getDeadline()
Gets the deadline value for this MessageBean.

Returns:
deadline

setDeadline

public void setDeadline(long deadline)
Sets the deadline value for this MessageBean.

Parameters:
deadline -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getHandlerGroupId

public java.lang.String getHandlerGroupId()
Gets the handlerGroupId value for this MessageBean.

Returns:
handlerGroupId

setHandlerGroupId

public void setHandlerGroupId(java.lang.String handlerGroupId)
Sets the handlerGroupId value for this MessageBean.

Parameters:
handlerGroupId -

getHandlerUserId

public java.lang.String getHandlerUserId()
Gets the handlerUserId value for this MessageBean.

Returns:
handlerUserId

setHandlerUserId

public void setHandlerUserId(java.lang.String handlerUserId)
Sets the handlerUserId value for this MessageBean.

Parameters:
handlerUserId -

getHrs

public java.lang.Double getHrs()
Gets the hrs value for this MessageBean.

Returns:
hrs

setHrs

public void setHrs(java.lang.Double hrs)
Sets the hrs value for this MessageBean.

Parameters:
hrs -

getId

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

Returns:
id

setId

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

Parameters:
id -

getMstatusId

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

Returns:
mstatusId

setMstatusId

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

Parameters:
mstatusId -

getPriorityId

public java.lang.String getPriorityId()
Gets the priorityId value for this MessageBean.

Returns:
priorityId

setPriorityId

public void setPriorityId(java.lang.String priorityId)
Sets the priorityId value for this MessageBean.

Parameters:
priorityId -

getResolutionId

public java.lang.String getResolutionId()
Gets the resolutionId value for this MessageBean.

Returns:
resolutionId

setResolutionId

public void setResolutionId(java.lang.String resolutionId)
Sets the resolutionId value for this MessageBean.

Parameters:
resolutionId -

getSubmitterId

public java.lang.String getSubmitterId()
Gets the submitterId value for this MessageBean.

Returns:
submitterId

setSubmitterId

public void setSubmitterId(java.lang.String submitterId)
Sets the submitterId value for this MessageBean.

Parameters:
submitterId -

getTaskId

public java.lang.String getTaskId()
Gets the taskId value for this MessageBean.

Returns:
taskId

setTaskId

public void setTaskId(java.lang.String taskId)
Sets the taskId value for this MessageBean.

Parameters:
taskId -

getTime

public long getTime()
Gets the time value for this MessageBean.

Returns:
time

setTime

public void setTime(long time)
Sets the time value for this MessageBean.

Parameters:
time -

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.