public class DropDownCustomField extends CustomField implements Serializable
| Constructor and Description |
|---|
DropDownCustomField() |
DropDownCustomField(Long id,
String name,
String description,
Boolean isActive,
CustomFieldEntityType entityType,
CustomFieldDataType dataType,
CustomFieldVisibility visibility,
CustomFieldOption[] options) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
CustomFieldOption[] |
getOptions()
Gets the options value for this DropDownCustomField.
|
CustomFieldOption |
getOptions(int i) |
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
|
int |
hashCode() |
void |
setOptions(CustomFieldOption[] options)
Sets the options value for this DropDownCustomField.
|
void |
setOptions(int i,
CustomFieldOption _value) |
String |
toString() |
getDataType, getDescription, getEntityType, getId, getIsActive, getName, getVisibility, setDataType, setDescription, setEntityType, setId, setIsActive, setName, setVisibilitypublic DropDownCustomField()
public DropDownCustomField(Long id, String name, String description, Boolean isActive, CustomFieldEntityType entityType, CustomFieldDataType dataType, CustomFieldVisibility visibility, CustomFieldOption[] options)
public String toString()
toString in class CustomFieldpublic CustomFieldOption[] getOptions()
public void setOptions(CustomFieldOption[] options)
options - * The options allowed for this custom field. This is read only.public CustomFieldOption getOptions(int i)
public void setOptions(int i,
CustomFieldOption _value)
public boolean equals(Object obj)
equals in class CustomFieldpublic int hashCode()
hashCode in class CustomFieldpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2018. All Rights Reserved.