com.trackstudio.soap.client
Class ReportBean

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

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

See Also:
Serialized Form

Constructor Summary
ReportBean()
           
ReportBean(java.lang.String filterId, java.lang.String id, java.lang.String name, java.lang.String ownerId, java.lang.String params, boolean priv, java.lang.Integer rtype, java.lang.String rtypeName, java.lang.String taskId)
           
 
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 ReportBean.
 java.lang.String getId()
          Gets the id value for this ReportBean.
 java.lang.String getName()
          Gets the name value for this ReportBean.
 java.lang.String getOwnerId()
          Gets the ownerId value for this ReportBean.
 java.lang.String getParams()
          Gets the params value for this ReportBean.
 java.lang.Integer getRtype()
          Gets the rtype value for this ReportBean.
 java.lang.String getRtypeName()
          Gets the rtypeName value for this ReportBean.
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 ReportBean.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isPriv()
          Gets the priv value for this ReportBean.
 void setFilterId(java.lang.String filterId)
          Sets the filterId value for this ReportBean.
 void setId(java.lang.String id)
          Sets the id value for this ReportBean.
 void setName(java.lang.String name)
          Sets the name value for this ReportBean.
 void setOwnerId(java.lang.String ownerId)
          Sets the ownerId value for this ReportBean.
 void setParams(java.lang.String params)
          Sets the params value for this ReportBean.
 void setPriv(boolean priv)
          Sets the priv value for this ReportBean.
 void setRtype(java.lang.Integer rtype)
          Sets the rtype value for this ReportBean.
 void setRtypeName(java.lang.String rtypeName)
          Sets the rtypeName value for this ReportBean.
 void setTaskId(java.lang.String taskId)
          Sets the taskId value for this ReportBean.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportBean

public ReportBean()

ReportBean

public ReportBean(java.lang.String filterId,
                  java.lang.String id,
                  java.lang.String name,
                  java.lang.String ownerId,
                  java.lang.String params,
                  boolean priv,
                  java.lang.Integer rtype,
                  java.lang.String rtypeName,
                  java.lang.String taskId)
Method Detail

getFilterId

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

Returns:
filterId

setFilterId

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

Parameters:
filterId -

getId

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

Returns:
id

setId

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

Parameters:
id -

getName

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

Returns:
name

setName

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

Parameters:
name -

getOwnerId

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

Returns:
ownerId

setOwnerId

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

Parameters:
ownerId -

getParams

public java.lang.String getParams()
Gets the params value for this ReportBean.

Returns:
params

setParams

public void setParams(java.lang.String params)
Sets the params value for this ReportBean.

Parameters:
params -

isPriv

public boolean isPriv()
Gets the priv value for this ReportBean.

Returns:
priv

setPriv

public void setPriv(boolean priv)
Sets the priv value for this ReportBean.

Parameters:
priv -

getRtype

public java.lang.Integer getRtype()
Gets the rtype value for this ReportBean.

Returns:
rtype

setRtype

public void setRtype(java.lang.Integer rtype)
Sets the rtype value for this ReportBean.

Parameters:
rtype -

getRtypeName

public java.lang.String getRtypeName()
Gets the rtypeName value for this ReportBean.

Returns:
rtypeName

setRtypeName

public void setRtypeName(java.lang.String rtypeName)
Sets the rtypeName value for this ReportBean.

Parameters:
rtypeName -

getTaskId

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

Returns:
taskId

setTaskId

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

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.