com.trackstudio.soap.client
Class SubscriberBean

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

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

See Also:
Serialized Form

Constructor Summary
SubscriberBean()
           
SubscriberBean(java.lang.String filterId, java.lang.String groupId, java.lang.String id, java.lang.Integer interval, java.lang.String name, long nextrun, long startdate, long stopdate, java.lang.String taskId, java.lang.String userId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
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 SubscriberBean.
 java.lang.String getGroupId()
          Gets the groupId value for this SubscriberBean.
 java.lang.String getId()
          Gets the id value for this SubscriberBean.
 java.lang.Integer getInterval()
          Gets the interval value for this SubscriberBean.
 java.lang.String getName()
          Gets the name value for this SubscriberBean.
 long getNextrun()
          Gets the nextrun value for this SubscriberBean.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 long getStartdate()
          Gets the startdate value for this SubscriberBean.
 long getStopdate()
          Gets the stopdate value for this SubscriberBean.
 java.lang.String getTaskId()
          Gets the taskId value for this SubscriberBean.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getUserId()
          Gets the userId value for this SubscriberBean.
 int hashCode()
           
 void setFilterId(java.lang.String filterId)
          Sets the filterId value for this SubscriberBean.
 void setGroupId(java.lang.String groupId)
          Sets the groupId value for this SubscriberBean.
 void setId(java.lang.String id)
          Sets the id value for this SubscriberBean.
 void setInterval(java.lang.Integer interval)
          Sets the interval value for this SubscriberBean.
 void setName(java.lang.String name)
          Sets the name value for this SubscriberBean.
 void setNextrun(long nextrun)
          Sets the nextrun value for this SubscriberBean.
 void setStartdate(long startdate)
          Sets the startdate value for this SubscriberBean.
 void setStopdate(long stopdate)
          Sets the stopdate value for this SubscriberBean.
 void setTaskId(java.lang.String taskId)
          Sets the taskId value for this SubscriberBean.
 void setUserId(java.lang.String userId)
          Sets the userId value for this SubscriberBean.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubscriberBean

public SubscriberBean()

SubscriberBean

public SubscriberBean(java.lang.String filterId,
                      java.lang.String groupId,
                      java.lang.String id,
                      java.lang.Integer interval,
                      java.lang.String name,
                      long nextrun,
                      long startdate,
                      long stopdate,
                      java.lang.String taskId,
                      java.lang.String userId)
Method Detail

getFilterId

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

Returns:
filterId

setFilterId

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

Parameters:
filterId -

getGroupId

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

Returns:
groupId

setGroupId

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

Parameters:
groupId -

getId

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

Returns:
id

setId

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

Parameters:
id -

getInterval

public java.lang.Integer getInterval()
Gets the interval value for this SubscriberBean.

Returns:
interval

setInterval

public void setInterval(java.lang.Integer interval)
Sets the interval value for this SubscriberBean.

Parameters:
interval -

getName

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

Returns:
name

setName

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

Parameters:
name -

getNextrun

public long getNextrun()
Gets the nextrun value for this SubscriberBean.

Returns:
nextrun

setNextrun

public void setNextrun(long nextrun)
Sets the nextrun value for this SubscriberBean.

Parameters:
nextrun -

getStartdate

public long getStartdate()
Gets the startdate value for this SubscriberBean.

Returns:
startdate

setStartdate

public void setStartdate(long startdate)
Sets the startdate value for this SubscriberBean.

Parameters:
startdate -

getStopdate

public long getStopdate()
Gets the stopdate value for this SubscriberBean.

Returns:
stopdate

setStopdate

public void setStopdate(long stopdate)
Sets the stopdate value for this SubscriberBean.

Parameters:
stopdate -

getTaskId

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

Returns:
taskId

setTaskId

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

Parameters:
taskId -

getUserId

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

Returns:
userId

setUserId

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

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.