com.trackstudio.soap.client
Class FilterBean

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

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

See Also:
Serialized Form

Constructor Summary
FilterBean()
           
FilterBean(java.lang.String description, java.lang.String filterTypeId, java.lang.String id, java.lang.String name, java.lang.String ownerId, boolean _private, java.lang.String taskId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDescription()
          Gets the description value for this FilterBean.
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 getFilterTypeId()
          Gets the filterTypeId value for this FilterBean.
 java.lang.String getId()
          Gets the id value for this FilterBean.
 java.lang.String getName()
          Gets the name value for this FilterBean.
 java.lang.String getOwnerId()
          Gets the ownerId value for this FilterBean.
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 FilterBean.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean is_private()
          Gets the _private value for this FilterBean.
 void set_private(boolean _private)
          Sets the _private value for this FilterBean.
 void setDescription(java.lang.String description)
          Sets the description value for this FilterBean.
 void setFilterTypeId(java.lang.String filterTypeId)
          Sets the filterTypeId value for this FilterBean.
 void setId(java.lang.String id)
          Sets the id value for this FilterBean.
 void setName(java.lang.String name)
          Sets the name value for this FilterBean.
 void setOwnerId(java.lang.String ownerId)
          Sets the ownerId value for this FilterBean.
 void setTaskId(java.lang.String taskId)
          Sets the taskId value for this FilterBean.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterBean

public FilterBean()

FilterBean

public FilterBean(java.lang.String description,
                  java.lang.String filterTypeId,
                  java.lang.String id,
                  java.lang.String name,
                  java.lang.String ownerId,
                  boolean _private,
                  java.lang.String taskId)
Method Detail

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getFilterTypeId

public java.lang.String getFilterTypeId()
Gets the filterTypeId value for this FilterBean.

Returns:
filterTypeId

setFilterTypeId

public void setFilterTypeId(java.lang.String filterTypeId)
Sets the filterTypeId value for this FilterBean.

Parameters:
filterTypeId -

getId

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

Returns:
id

setId

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

Parameters:
id -

getName

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

Returns:
name

setName

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

Parameters:
name -

getOwnerId

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

Returns:
ownerId

setOwnerId

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

Parameters:
ownerId -

is_private

public boolean is_private()
Gets the _private value for this FilterBean.

Returns:
_private

set_private

public void set_private(boolean _private)
Sets the _private value for this FilterBean.

Parameters:
_private -

getTaskId

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

Returns:
taskId

setTaskId

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

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.