com.trackstudio.soap.client
Class UdfBean

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

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

See Also:
Serialized Form

Constructor Summary
UdfBean()
           
UdfBean(boolean cachevalues, java.lang.String caption, java.lang.String def, boolean htmlview, java.lang.String initial, boolean lookuponly, java.lang.String lookupscriptId, java.lang.Integer order, boolean required, java.lang.String scriptId, java.lang.Integer type, java.lang.String udfId, java.lang.String udfSourceId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCaption()
          Gets the caption value for this UdfBean.
 java.lang.String getDef()
          Gets the def value for this UdfBean.
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 getInitial()
          Gets the initial value for this UdfBean.
 java.lang.String getLookupscriptId()
          Gets the lookupscriptId value for this UdfBean.
 java.lang.Integer getOrder()
          Gets the order value for this UdfBean.
 java.lang.String getScriptId()
          Gets the scriptId value for this UdfBean.
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.Integer getType()
          Gets the type value for this UdfBean.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getUdfId()
          Gets the udfId value for this UdfBean.
 java.lang.String getUdfSourceId()
          Gets the udfSourceId value for this UdfBean.
 int hashCode()
           
 boolean isCachevalues()
          Gets the cachevalues value for this UdfBean.
 boolean isHtmlview()
          Gets the htmlview value for this UdfBean.
 boolean isLookuponly()
          Gets the lookuponly value for this UdfBean.
 boolean isRequired()
          Gets the required value for this UdfBean.
 void setCachevalues(boolean cachevalues)
          Sets the cachevalues value for this UdfBean.
 void setCaption(java.lang.String caption)
          Sets the caption value for this UdfBean.
 void setDef(java.lang.String def)
          Sets the def value for this UdfBean.
 void setHtmlview(boolean htmlview)
          Sets the htmlview value for this UdfBean.
 void setInitial(java.lang.String initial)
          Sets the initial value for this UdfBean.
 void setLookuponly(boolean lookuponly)
          Sets the lookuponly value for this UdfBean.
 void setLookupscriptId(java.lang.String lookupscriptId)
          Sets the lookupscriptId value for this UdfBean.
 void setOrder(java.lang.Integer order)
          Sets the order value for this UdfBean.
 void setRequired(boolean required)
          Sets the required value for this UdfBean.
 void setScriptId(java.lang.String scriptId)
          Sets the scriptId value for this UdfBean.
 void setType(java.lang.Integer type)
          Sets the type value for this UdfBean.
 void setUdfId(java.lang.String udfId)
          Sets the udfId value for this UdfBean.
 void setUdfSourceId(java.lang.String udfSourceId)
          Sets the udfSourceId value for this UdfBean.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UdfBean

public UdfBean()

UdfBean

public UdfBean(boolean cachevalues,
               java.lang.String caption,
               java.lang.String def,
               boolean htmlview,
               java.lang.String initial,
               boolean lookuponly,
               java.lang.String lookupscriptId,
               java.lang.Integer order,
               boolean required,
               java.lang.String scriptId,
               java.lang.Integer type,
               java.lang.String udfId,
               java.lang.String udfSourceId)
Method Detail

isCachevalues

public boolean isCachevalues()
Gets the cachevalues value for this UdfBean.

Returns:
cachevalues

setCachevalues

public void setCachevalues(boolean cachevalues)
Sets the cachevalues value for this UdfBean.

Parameters:
cachevalues -

getCaption

public java.lang.String getCaption()
Gets the caption value for this UdfBean.

Returns:
caption

setCaption

public void setCaption(java.lang.String caption)
Sets the caption value for this UdfBean.

Parameters:
caption -

getDef

public java.lang.String getDef()
Gets the def value for this UdfBean.

Returns:
def

setDef

public void setDef(java.lang.String def)
Sets the def value for this UdfBean.

Parameters:
def -

isHtmlview

public boolean isHtmlview()
Gets the htmlview value for this UdfBean.

Returns:
htmlview

setHtmlview

public void setHtmlview(boolean htmlview)
Sets the htmlview value for this UdfBean.

Parameters:
htmlview -

getInitial

public java.lang.String getInitial()
Gets the initial value for this UdfBean.

Returns:
initial

setInitial

public void setInitial(java.lang.String initial)
Sets the initial value for this UdfBean.

Parameters:
initial -

isLookuponly

public boolean isLookuponly()
Gets the lookuponly value for this UdfBean.

Returns:
lookuponly

setLookuponly

public void setLookuponly(boolean lookuponly)
Sets the lookuponly value for this UdfBean.

Parameters:
lookuponly -

getLookupscriptId

public java.lang.String getLookupscriptId()
Gets the lookupscriptId value for this UdfBean.

Returns:
lookupscriptId

setLookupscriptId

public void setLookupscriptId(java.lang.String lookupscriptId)
Sets the lookupscriptId value for this UdfBean.

Parameters:
lookupscriptId -

getOrder

public java.lang.Integer getOrder()
Gets the order value for this UdfBean.

Returns:
order

setOrder

public void setOrder(java.lang.Integer order)
Sets the order value for this UdfBean.

Parameters:
order -

isRequired

public boolean isRequired()
Gets the required value for this UdfBean.

Returns:
required

setRequired

public void setRequired(boolean required)
Sets the required value for this UdfBean.

Parameters:
required -

getScriptId

public java.lang.String getScriptId()
Gets the scriptId value for this UdfBean.

Returns:
scriptId

setScriptId

public void setScriptId(java.lang.String scriptId)
Sets the scriptId value for this UdfBean.

Parameters:
scriptId -

getType

public java.lang.Integer getType()
Gets the type value for this UdfBean.

Returns:
type

setType

public void setType(java.lang.Integer type)
Sets the type value for this UdfBean.

Parameters:
type -

getUdfId

public java.lang.String getUdfId()
Gets the udfId value for this UdfBean.

Returns:
udfId

setUdfId

public void setUdfId(java.lang.String udfId)
Sets the udfId value for this UdfBean.

Parameters:
udfId -

getUdfSourceId

public java.lang.String getUdfSourceId()
Gets the udfSourceId value for this UdfBean.

Returns:
udfSourceId

setUdfSourceId

public void setUdfSourceId(java.lang.String udfSourceId)
Sets the udfSourceId value for this UdfBean.

Parameters:
udfSourceId -

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.