com.trackstudio.soap.client
Class UserFvalueBean

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

public class UserFvalueBean
extends FvalueBean
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
UserFvalueBean()
           
UserFvalueBean(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, java.lang.String childAllowed, java.lang.String company, java.lang.String deepSearch, java.lang.String email, java.lang.String emailType, java.lang.String expired, java.lang.String expiredate, java.lang.String locale, java.lang.String login, java.lang.String prstatus, java.lang.String tel, java.lang.String timezone, java.lang.String unactive)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getChildAllowed()
          Gets the childAllowed value for this UserFvalueBean.
 java.lang.String getCompany()
          Gets the company value for this UserFvalueBean.
 java.lang.String getDeepSearch()
          Gets the deepSearch value for this UserFvalueBean.
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 getEmail()
          Gets the email value for this UserFvalueBean.
 java.lang.String getEmailType()
          Gets the emailType value for this UserFvalueBean.
 java.lang.String getExpired()
          Gets the expired value for this UserFvalueBean.
 java.lang.String getExpiredate()
          Gets the expiredate value for this UserFvalueBean.
 java.lang.String getLocale()
          Gets the locale value for this UserFvalueBean.
 java.lang.String getLogin()
          Gets the login value for this UserFvalueBean.
 java.lang.String getPrstatus()
          Gets the prstatus value for this UserFvalueBean.
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 getTel()
          Gets the tel value for this UserFvalueBean.
 java.lang.String getTimezone()
          Gets the timezone value for this UserFvalueBean.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getUnactive()
          Gets the unactive value for this UserFvalueBean.
 int hashCode()
           
 void setChildAllowed(java.lang.String childAllowed)
          Sets the childAllowed value for this UserFvalueBean.
 void setCompany(java.lang.String company)
          Sets the company value for this UserFvalueBean.
 void setDeepSearch(java.lang.String deepSearch)
          Sets the deepSearch value for this UserFvalueBean.
 void setEmail(java.lang.String email)
          Sets the email value for this UserFvalueBean.
 void setEmailType(java.lang.String emailType)
          Sets the emailType value for this UserFvalueBean.
 void setExpired(java.lang.String expired)
          Sets the expired value for this UserFvalueBean.
 void setExpiredate(java.lang.String expiredate)
          Sets the expiredate value for this UserFvalueBean.
 void setLocale(java.lang.String locale)
          Sets the locale value for this UserFvalueBean.
 void setLogin(java.lang.String login)
          Sets the login value for this UserFvalueBean.
 void setPrstatus(java.lang.String prstatus)
          Sets the prstatus value for this UserFvalueBean.
 void setTel(java.lang.String tel)
          Sets the tel value for this UserFvalueBean.
 void setTimezone(java.lang.String timezone)
          Sets the timezone value for this UserFvalueBean.
 void setUnactive(java.lang.String unactive)
          Sets the unactive value for this UserFvalueBean.
 
Methods inherited from class com.trackstudio.soap.client.FvalueBean
getChildCount, getHide, getName, getOnPage, getSortOrder, getUdf, getUdfSort, getUse, setChildCount, setHide, setName, setOnPage, setSortOrder, setUdf, setUdfSort, setUse
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserFvalueBean

public UserFvalueBean()

UserFvalueBean

public UserFvalueBean(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,
                      java.lang.String childAllowed,
                      java.lang.String company,
                      java.lang.String deepSearch,
                      java.lang.String email,
                      java.lang.String emailType,
                      java.lang.String expired,
                      java.lang.String expiredate,
                      java.lang.String locale,
                      java.lang.String login,
                      java.lang.String prstatus,
                      java.lang.String tel,
                      java.lang.String timezone,
                      java.lang.String unactive)
Method Detail

getChildAllowed

public java.lang.String getChildAllowed()
Gets the childAllowed value for this UserFvalueBean.

Returns:
childAllowed

setChildAllowed

public void setChildAllowed(java.lang.String childAllowed)
Sets the childAllowed value for this UserFvalueBean.

Parameters:
childAllowed -

getCompany

public java.lang.String getCompany()
Gets the company value for this UserFvalueBean.

Returns:
company

setCompany

public void setCompany(java.lang.String company)
Sets the company value for this UserFvalueBean.

Parameters:
company -

getDeepSearch

public java.lang.String getDeepSearch()
Gets the deepSearch value for this UserFvalueBean.

Returns:
deepSearch

setDeepSearch

public void setDeepSearch(java.lang.String deepSearch)
Sets the deepSearch value for this UserFvalueBean.

Parameters:
deepSearch -

getEmail

public java.lang.String getEmail()
Gets the email value for this UserFvalueBean.

Returns:
email

setEmail

public void setEmail(java.lang.String email)
Sets the email value for this UserFvalueBean.

Parameters:
email -

getEmailType

public java.lang.String getEmailType()
Gets the emailType value for this UserFvalueBean.

Returns:
emailType

setEmailType

public void setEmailType(java.lang.String emailType)
Sets the emailType value for this UserFvalueBean.

Parameters:
emailType -

getExpired

public java.lang.String getExpired()
Gets the expired value for this UserFvalueBean.

Returns:
expired

setExpired

public void setExpired(java.lang.String expired)
Sets the expired value for this UserFvalueBean.

Parameters:
expired -

getExpiredate

public java.lang.String getExpiredate()
Gets the expiredate value for this UserFvalueBean.

Returns:
expiredate

setExpiredate

public void setExpiredate(java.lang.String expiredate)
Sets the expiredate value for this UserFvalueBean.

Parameters:
expiredate -

getLocale

public java.lang.String getLocale()
Gets the locale value for this UserFvalueBean.

Returns:
locale

setLocale

public void setLocale(java.lang.String locale)
Sets the locale value for this UserFvalueBean.

Parameters:
locale -

getLogin

public java.lang.String getLogin()
Gets the login value for this UserFvalueBean.

Returns:
login

setLogin

public void setLogin(java.lang.String login)
Sets the login value for this UserFvalueBean.

Parameters:
login -

getPrstatus

public java.lang.String getPrstatus()
Gets the prstatus value for this UserFvalueBean.

Returns:
prstatus

setPrstatus

public void setPrstatus(java.lang.String prstatus)
Sets the prstatus value for this UserFvalueBean.

Parameters:
prstatus -

getTel

public java.lang.String getTel()
Gets the tel value for this UserFvalueBean.

Returns:
tel

setTel

public void setTel(java.lang.String tel)
Sets the tel value for this UserFvalueBean.

Parameters:
tel -

getTimezone

public java.lang.String getTimezone()
Gets the timezone value for this UserFvalueBean.

Returns:
timezone

setTimezone

public void setTimezone(java.lang.String timezone)
Sets the timezone value for this UserFvalueBean.

Parameters:
timezone -

getUnactive

public java.lang.String getUnactive()
Gets the unactive value for this UserFvalueBean.

Returns:
unactive

setUnactive

public void setUnactive(java.lang.String unactive)
Sets the unactive value for this UserFvalueBean.

Parameters:
unactive -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class FvalueBean

hashCode

public int hashCode()
Overrides:
hashCode in class FvalueBean

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.