public class TrackerFieldSoapDO extends ObjectSoapDO implements Serializable
| Constructor and Description |
|---|
TrackerFieldSoapDO() |
TrackerFieldSoapDO(String createdBy,
Calendar createdDate,
String id,
String lastModifiedBy,
Calendar lastModifiedDate,
int version,
String defaultTextValue,
String[] defaultUsernames,
boolean disabled,
int displayLines,
int displaySize,
String fieldType,
TrackerFieldValueSoapDO[] fieldValues,
boolean hiddenOnCreate,
String name,
boolean required,
String userFilter,
String valueType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDefaultTextValue()
Gets the defaultTextValue value for this TrackerFieldSoapDO.
|
String[] |
getDefaultUsernames()
Gets the defaultUsernames value for this TrackerFieldSoapDO.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
int |
getDisplayLines()
Gets the displayLines value for this TrackerFieldSoapDO.
|
int |
getDisplaySize()
Gets the displaySize value for this TrackerFieldSoapDO.
|
String |
getFieldType()
Gets the fieldType value for this TrackerFieldSoapDO.
|
TrackerFieldValueSoapDO[] |
getFieldValues()
Gets the fieldValues value for this TrackerFieldSoapDO.
|
String |
getName()
Gets the name value for this TrackerFieldSoapDO.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getUserFilter()
Gets the userFilter value for this TrackerFieldSoapDO.
|
String |
getValueType()
Gets the valueType value for this TrackerFieldSoapDO.
|
int |
hashCode() |
boolean |
isDisabled()
Gets the disabled value for this TrackerFieldSoapDO.
|
boolean |
isHiddenOnCreate()
Gets the hiddenOnCreate value for this TrackerFieldSoapDO.
|
boolean |
isRequired()
Gets the required value for this TrackerFieldSoapDO.
|
void |
setDefaultTextValue(String defaultTextValue)
Sets the defaultTextValue value for this TrackerFieldSoapDO.
|
void |
setDefaultUsernames(String[] defaultUsernames)
Sets the defaultUsernames value for this TrackerFieldSoapDO.
|
void |
setDisabled(boolean disabled)
Sets the disabled value for this TrackerFieldSoapDO.
|
void |
setDisplayLines(int displayLines)
Sets the displayLines value for this TrackerFieldSoapDO.
|
void |
setDisplaySize(int displaySize)
Sets the displaySize value for this TrackerFieldSoapDO.
|
void |
setFieldType(String fieldType)
Sets the fieldType value for this TrackerFieldSoapDO.
|
void |
setFieldValues(TrackerFieldValueSoapDO[] fieldValues)
Sets the fieldValues value for this TrackerFieldSoapDO.
|
void |
setHiddenOnCreate(boolean hiddenOnCreate)
Sets the hiddenOnCreate value for this TrackerFieldSoapDO.
|
void |
setName(String name)
Sets the name value for this TrackerFieldSoapDO.
|
void |
setRequired(boolean required)
Sets the required value for this TrackerFieldSoapDO.
|
void |
setUserFilter(String userFilter)
Sets the userFilter value for this TrackerFieldSoapDO.
|
void |
setValueType(String valueType)
Sets the valueType value for this TrackerFieldSoapDO.
|
getCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersionpublic TrackerFieldSoapDO()
public TrackerFieldSoapDO(String createdBy, Calendar createdDate, String id, String lastModifiedBy, Calendar lastModifiedDate, int version, String defaultTextValue, String[] defaultUsernames, boolean disabled, int displayLines, int displaySize, String fieldType, TrackerFieldValueSoapDO[] fieldValues, boolean hiddenOnCreate, String name, boolean required, String userFilter, String valueType)
public String getDefaultTextValue()
public void setDefaultTextValue(String defaultTextValue)
defaultTextValue - public String[] getDefaultUsernames()
public void setDefaultUsernames(String[] defaultUsernames)
defaultUsernames - public boolean isDisabled()
public void setDisabled(boolean disabled)
disabled - public int getDisplayLines()
public void setDisplayLines(int displayLines)
displayLines - public int getDisplaySize()
public void setDisplaySize(int displaySize)
displaySize - public String getFieldType()
public void setFieldType(String fieldType)
fieldType - public TrackerFieldValueSoapDO[] getFieldValues()
public void setFieldValues(TrackerFieldValueSoapDO[] fieldValues)
fieldValues - public boolean isHiddenOnCreate()
public void setHiddenOnCreate(boolean hiddenOnCreate)
hiddenOnCreate - public String getName()
public void setName(String name)
name - public boolean isRequired()
public void setRequired(boolean required)
required - public String getUserFilter()
public void setUserFilter(String userFilter)
userFilter - public String getValueType()
public void setValueType(String valueType)
valueType - public boolean equals(Object obj)
equals in class ObjectSoapDOpublic int hashCode()
hashCode in class ObjectSoapDOpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2004-2014 Hudson. All Rights Reserved.