com.trackstudio.soap.client
Class MailImportBean

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

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

See Also:
Serialized Form

Constructor Summary
MailImportBean()
           
MailImportBean(java.lang.String categoryId, java.lang.String domain, java.lang.String id, java.lang.String keywords, java.lang.String name, java.lang.Integer order, java.lang.String ownerId, java.lang.String prstatusId, java.lang.Integer searchIn, java.lang.String taskId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCategoryId()
          Gets the categoryId value for this MailImportBean.
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 getDomain()
          Gets the domain value for this MailImportBean.
 java.lang.String getId()
          Gets the id value for this MailImportBean.
 java.lang.String getKeywords()
          Gets the keywords value for this MailImportBean.
 java.lang.String getName()
          Gets the name value for this MailImportBean.
 java.lang.Integer getOrder()
          Gets the order value for this MailImportBean.
 java.lang.String getOwnerId()
          Gets the ownerId value for this MailImportBean.
 java.lang.String getPrstatusId()
          Gets the prstatusId value for this MailImportBean.
 java.lang.Integer getSearchIn()
          Gets the searchIn value for this MailImportBean.
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 getTaskId()
          Gets the taskId value for this MailImportBean.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCategoryId(java.lang.String categoryId)
          Sets the categoryId value for this MailImportBean.
 void setDomain(java.lang.String domain)
          Sets the domain value for this MailImportBean.
 void setId(java.lang.String id)
          Sets the id value for this MailImportBean.
 void setKeywords(java.lang.String keywords)
          Sets the keywords value for this MailImportBean.
 void setName(java.lang.String name)
          Sets the name value for this MailImportBean.
 void setOrder(java.lang.Integer order)
          Sets the order value for this MailImportBean.
 void setOwnerId(java.lang.String ownerId)
          Sets the ownerId value for this MailImportBean.
 void setPrstatusId(java.lang.String prstatusId)
          Sets the prstatusId value for this MailImportBean.
 void setSearchIn(java.lang.Integer searchIn)
          Sets the searchIn value for this MailImportBean.
 void setTaskId(java.lang.String taskId)
          Sets the taskId value for this MailImportBean.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MailImportBean

public MailImportBean()

MailImportBean

public MailImportBean(java.lang.String categoryId,
                      java.lang.String domain,
                      java.lang.String id,
                      java.lang.String keywords,
                      java.lang.String name,
                      java.lang.Integer order,
                      java.lang.String ownerId,
                      java.lang.String prstatusId,
                      java.lang.Integer searchIn,
                      java.lang.String taskId)
Method Detail

getCategoryId

public java.lang.String getCategoryId()
Gets the categoryId value for this MailImportBean.

Returns:
categoryId

setCategoryId

public void setCategoryId(java.lang.String categoryId)
Sets the categoryId value for this MailImportBean.

Parameters:
categoryId -

getDomain

public java.lang.String getDomain()
Gets the domain value for this MailImportBean.

Returns:
domain

setDomain

public void setDomain(java.lang.String domain)
Sets the domain value for this MailImportBean.

Parameters:
domain -

getId

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

Returns:
id

setId

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

Parameters:
id -

getKeywords

public java.lang.String getKeywords()
Gets the keywords value for this MailImportBean.

Returns:
keywords

setKeywords

public void setKeywords(java.lang.String keywords)
Sets the keywords value for this MailImportBean.

Parameters:
keywords -

getName

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

Returns:
name

setName

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

Parameters:
name -

getOrder

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

Returns:
order

setOrder

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

Parameters:
order -

getOwnerId

public java.lang.String getOwnerId()
Gets the ownerId value for this MailImportBean.

Returns:
ownerId

setOwnerId

public void setOwnerId(java.lang.String ownerId)
Sets the ownerId value for this MailImportBean.

Parameters:
ownerId -

getPrstatusId

public java.lang.String getPrstatusId()
Gets the prstatusId value for this MailImportBean.

Returns:
prstatusId

setPrstatusId

public void setPrstatusId(java.lang.String prstatusId)
Sets the prstatusId value for this MailImportBean.

Parameters:
prstatusId -

getSearchIn

public java.lang.Integer getSearchIn()
Gets the searchIn value for this MailImportBean.

Returns:
searchIn

setSearchIn

public void setSearchIn(java.lang.Integer searchIn)
Sets the searchIn value for this MailImportBean.

Parameters:
searchIn -

getTaskId

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

Returns:
taskId

setTaskId

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

Parameters:
taskId -

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.