com.trackstudio.soap.client
Class FvalueBean

java.lang.Object
  extended by com.trackstudio.soap.client.FvalueBean
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
TaskFvalueBean, UserFvalueBean

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

See Also:
Serialized Form

Constructor Summary
FvalueBean()
           
FvalueBean(java.lang.String childCount, java.lang.String hide, java.lang.String name, java.lang.String onPage, java.lang.String sortOrder, java.lang.String[] udf, java.lang.String[] udfSort, java.lang.String use)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getChildCount()
          Gets the childCount value for this FvalueBean.
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 getHide()
          Gets the hide value for this FvalueBean.
 java.lang.String getName()
          Gets the name value for this FvalueBean.
 java.lang.String getOnPage()
          Gets the onPage value for this FvalueBean.
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 getSortOrder()
          Gets the sortOrder value for this FvalueBean.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String[] getUdf()
          Gets the udf value for this FvalueBean.
 java.lang.String[] getUdfSort()
          Gets the udfSort value for this FvalueBean.
 java.lang.String getUse()
          Gets the use value for this FvalueBean.
 int hashCode()
           
 void setChildCount(java.lang.String childCount)
          Sets the childCount value for this FvalueBean.
 void setHide(java.lang.String hide)
          Sets the hide value for this FvalueBean.
 void setName(java.lang.String name)
          Sets the name value for this FvalueBean.
 void setOnPage(java.lang.String onPage)
          Sets the onPage value for this FvalueBean.
 void setSortOrder(java.lang.String sortOrder)
          Sets the sortOrder value for this FvalueBean.
 void setUdf(java.lang.String[] udf)
          Sets the udf value for this FvalueBean.
 void setUdfSort(java.lang.String[] udfSort)
          Sets the udfSort value for this FvalueBean.
 void setUse(java.lang.String use)
          Sets the use value for this FvalueBean.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FvalueBean

public FvalueBean()

FvalueBean

public FvalueBean(java.lang.String childCount,
                  java.lang.String hide,
                  java.lang.String name,
                  java.lang.String onPage,
                  java.lang.String sortOrder,
                  java.lang.String[] udf,
                  java.lang.String[] udfSort,
                  java.lang.String use)
Method Detail

getChildCount

public java.lang.String getChildCount()
Gets the childCount value for this FvalueBean.

Returns:
childCount

setChildCount

public void setChildCount(java.lang.String childCount)
Sets the childCount value for this FvalueBean.

Parameters:
childCount -

getHide

public java.lang.String getHide()
Gets the hide value for this FvalueBean.

Returns:
hide

setHide

public void setHide(java.lang.String hide)
Sets the hide value for this FvalueBean.

Parameters:
hide -

getName

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

Returns:
name

setName

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

Parameters:
name -

getOnPage

public java.lang.String getOnPage()
Gets the onPage value for this FvalueBean.

Returns:
onPage

setOnPage

public void setOnPage(java.lang.String onPage)
Sets the onPage value for this FvalueBean.

Parameters:
onPage -

getSortOrder

public java.lang.String getSortOrder()
Gets the sortOrder value for this FvalueBean.

Returns:
sortOrder

setSortOrder

public void setSortOrder(java.lang.String sortOrder)
Sets the sortOrder value for this FvalueBean.

Parameters:
sortOrder -

getUdf

public java.lang.String[] getUdf()
Gets the udf value for this FvalueBean.

Returns:
udf

setUdf

public void setUdf(java.lang.String[] udf)
Sets the udf value for this FvalueBean.

Parameters:
udf -

getUdfSort

public java.lang.String[] getUdfSort()
Gets the udfSort value for this FvalueBean.

Returns:
udfSort

setUdfSort

public void setUdfSort(java.lang.String[] udfSort)
Sets the udfSort value for this FvalueBean.

Parameters:
udfSort -

getUse

public java.lang.String getUse()
Gets the use value for this FvalueBean.

Returns:
use

setUse

public void setUse(java.lang.String use)
Sets the use value for this FvalueBean.

Parameters:
use -

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.