|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.trackstudio.soap.client.UdfBean
public class UdfBean
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 |
---|
public 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 |
---|
public boolean isCachevalues()
public void setCachevalues(boolean cachevalues)
cachevalues
- public java.lang.String getCaption()
public void setCaption(java.lang.String caption)
caption
- public java.lang.String getDef()
public void setDef(java.lang.String def)
def
- public boolean isHtmlview()
public void setHtmlview(boolean htmlview)
htmlview
- public java.lang.String getInitial()
public void setInitial(java.lang.String initial)
initial
- public boolean isLookuponly()
public void setLookuponly(boolean lookuponly)
lookuponly
- public java.lang.String getLookupscriptId()
public void setLookupscriptId(java.lang.String lookupscriptId)
lookupscriptId
- public java.lang.Integer getOrder()
public void setOrder(java.lang.Integer order)
order
- public boolean isRequired()
public void setRequired(boolean required)
required
- public java.lang.String getScriptId()
public void setScriptId(java.lang.String scriptId)
scriptId
- public java.lang.Integer getType()
public void setType(java.lang.Integer type)
type
- public java.lang.String getUdfId()
public void setUdfId(java.lang.String udfId)
udfId
- public java.lang.String getUdfSourceId()
public void setUdfSourceId(java.lang.String udfSourceId)
udfSourceId
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |