com.trackstudio.soap.client
Class UdfValueBean

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

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

See Also:
Serialized Form

Constructor Summary
UdfValueBean()
           
UdfValueBean(long dat, boolean empty, double num, java.lang.String str, java.lang.String taskId, java.lang.String[] taskListId, java.lang.String udfId, java.lang.String[] udflistId, java.lang.String userId, java.lang.String[] userListId, java.lang.String value)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 long getDat()
          Gets the dat value for this UdfValueBean.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 double getNum()
          Gets the num value for this UdfValueBean.
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 getStr()
          Gets the str value for this UdfValueBean.
 java.lang.String getTaskId()
          Gets the taskId value for this UdfValueBean.
 java.lang.String[] getTaskListId()
          Gets the taskListId value for this UdfValueBean.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getUdfId()
          Gets the udfId value for this UdfValueBean.
 java.lang.String[] getUdflistId()
          Gets the udflistId value for this UdfValueBean.
 java.lang.String getUserId()
          Gets the userId value for this UdfValueBean.
 java.lang.String[] getUserListId()
          Gets the userListId value for this UdfValueBean.
 java.lang.String getValue()
          Gets the value value for this UdfValueBean.
 int hashCode()
           
 boolean isEmpty()
          Gets the empty value for this UdfValueBean.
 void setDat(long dat)
          Sets the dat value for this UdfValueBean.
 void setEmpty(boolean empty)
          Sets the empty value for this UdfValueBean.
 void setNum(double num)
          Sets the num value for this UdfValueBean.
 void setStr(java.lang.String str)
          Sets the str value for this UdfValueBean.
 void setTaskId(java.lang.String taskId)
          Sets the taskId value for this UdfValueBean.
 void setTaskListId(java.lang.String[] taskListId)
          Sets the taskListId value for this UdfValueBean.
 void setUdfId(java.lang.String udfId)
          Sets the udfId value for this UdfValueBean.
 void setUdflistId(java.lang.String[] udflistId)
          Sets the udflistId value for this UdfValueBean.
 void setUserId(java.lang.String userId)
          Sets the userId value for this UdfValueBean.
 void setUserListId(java.lang.String[] userListId)
          Sets the userListId value for this UdfValueBean.
 void setValue(java.lang.String value)
          Sets the value value for this UdfValueBean.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UdfValueBean

public UdfValueBean()

UdfValueBean

public UdfValueBean(long dat,
                    boolean empty,
                    double num,
                    java.lang.String str,
                    java.lang.String taskId,
                    java.lang.String[] taskListId,
                    java.lang.String udfId,
                    java.lang.String[] udflistId,
                    java.lang.String userId,
                    java.lang.String[] userListId,
                    java.lang.String value)
Method Detail

getDat

public long getDat()
Gets the dat value for this UdfValueBean.

Returns:
dat

setDat

public void setDat(long dat)
Sets the dat value for this UdfValueBean.

Parameters:
dat -

isEmpty

public boolean isEmpty()
Gets the empty value for this UdfValueBean.

Returns:
empty

setEmpty

public void setEmpty(boolean empty)
Sets the empty value for this UdfValueBean.

Parameters:
empty -

getNum

public double getNum()
Gets the num value for this UdfValueBean.

Returns:
num

setNum

public void setNum(double num)
Sets the num value for this UdfValueBean.

Parameters:
num -

getStr

public java.lang.String getStr()
Gets the str value for this UdfValueBean.

Returns:
str

setStr

public void setStr(java.lang.String str)
Sets the str value for this UdfValueBean.

Parameters:
str -

getTaskId

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

Returns:
taskId

setTaskId

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

Parameters:
taskId -

getTaskListId

public java.lang.String[] getTaskListId()
Gets the taskListId value for this UdfValueBean.

Returns:
taskListId

setTaskListId

public void setTaskListId(java.lang.String[] taskListId)
Sets the taskListId value for this UdfValueBean.

Parameters:
taskListId -

getUdfId

public java.lang.String getUdfId()
Gets the udfId value for this UdfValueBean.

Returns:
udfId

setUdfId

public void setUdfId(java.lang.String udfId)
Sets the udfId value for this UdfValueBean.

Parameters:
udfId -

getUdflistId

public java.lang.String[] getUdflistId()
Gets the udflistId value for this UdfValueBean.

Returns:
udflistId

setUdflistId

public void setUdflistId(java.lang.String[] udflistId)
Sets the udflistId value for this UdfValueBean.

Parameters:
udflistId -

getUserId

public java.lang.String getUserId()
Gets the userId value for this UdfValueBean.

Returns:
userId

setUserId

public void setUserId(java.lang.String userId)
Sets the userId value for this UdfValueBean.

Parameters:
userId -

getUserListId

public java.lang.String[] getUserListId()
Gets the userListId value for this UdfValueBean.

Returns:
userListId

setUserListId

public void setUserListId(java.lang.String[] userListId)
Sets the userListId value for this UdfValueBean.

Parameters:
userListId -

getValue

public java.lang.String getValue()
Gets the value value for this UdfValueBean.

Returns:
value

setValue

public void setValue(java.lang.String value)
Sets the value value for this UdfValueBean.

Parameters:
value -

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.