com.trackstudio.soap.client
Class NotificationBean

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

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

See Also:
Serialized Form

Constructor Summary
NotificationBean()
           
NotificationBean(java.lang.String condition, java.lang.String filterId, java.lang.String groupId, java.lang.String id, java.lang.String name, java.lang.String taskId, java.lang.String templateId, java.lang.String userId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCondition()
          Gets the condition value for this NotificationBean.
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 getFilterId()
          Gets the filterId value for this NotificationBean.
 java.lang.String getGroupId()
          Gets the groupId value for this NotificationBean.
 java.lang.String getId()
          Gets the id value for this NotificationBean.
 java.lang.String getName()
          Gets the name value for this NotificationBean.
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 NotificationBean.
 java.lang.String getTemplateId()
          Gets the templateId value for this NotificationBean.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getUserId()
          Gets the userId value for this NotificationBean.
 int hashCode()
           
 void setCondition(java.lang.String condition)
          Sets the condition value for this NotificationBean.
 void setFilterId(java.lang.String filterId)
          Sets the filterId value for this NotificationBean.
 void setGroupId(java.lang.String groupId)
          Sets the groupId value for this NotificationBean.
 void setId(java.lang.String id)
          Sets the id value for this NotificationBean.
 void setName(java.lang.String name)
          Sets the name value for this NotificationBean.
 void setTaskId(java.lang.String taskId)
          Sets the taskId value for this NotificationBean.
 void setTemplateId(java.lang.String templateId)
          Sets the templateId value for this NotificationBean.
 void setUserId(java.lang.String userId)
          Sets the userId value for this NotificationBean.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationBean

public NotificationBean()

NotificationBean

public NotificationBean(java.lang.String condition,
                        java.lang.String filterId,
                        java.lang.String groupId,
                        java.lang.String id,
                        java.lang.String name,
                        java.lang.String taskId,
                        java.lang.String templateId,
                        java.lang.String userId)
Method Detail

getCondition

public java.lang.String getCondition()
Gets the condition value for this NotificationBean.

Returns:
condition

setCondition

public void setCondition(java.lang.String condition)
Sets the condition value for this NotificationBean.

Parameters:
condition -

getFilterId

public java.lang.String getFilterId()
Gets the filterId value for this NotificationBean.

Returns:
filterId

setFilterId

public void setFilterId(java.lang.String filterId)
Sets the filterId value for this NotificationBean.

Parameters:
filterId -

getGroupId

public java.lang.String getGroupId()
Gets the groupId value for this NotificationBean.

Returns:
groupId

setGroupId

public void setGroupId(java.lang.String groupId)
Sets the groupId value for this NotificationBean.

Parameters:
groupId -

getId

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

Returns:
id

setId

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

Parameters:
id -

getName

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

Returns:
name

setName

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

Parameters:
name -

getTaskId

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

Returns:
taskId

setTaskId

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

Parameters:
taskId -

getTemplateId

public java.lang.String getTemplateId()
Gets the templateId value for this NotificationBean.

Returns:
templateId

setTemplateId

public void setTemplateId(java.lang.String templateId)
Sets the templateId value for this NotificationBean.

Parameters:
templateId -

getUserId

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

Returns:
userId

setUserId

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

Parameters:
userId -

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.