public class DropDownCustomFieldValue extends BaseCustomFieldValue implements Serializable
CustomFieldValue for a CustomField that has a
CustomField.dataType
of CustomFieldDataType.DROP_DOWN| Constructor and Description |
|---|
DropDownCustomFieldValue() |
DropDownCustomFieldValue(Long customFieldId,
Long customFieldOptionId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getCustomFieldOptionId()
Gets the customFieldOptionId value for this DropDownCustomFieldValue.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
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 |
setCustomFieldOptionId(Long customFieldOptionId)
Sets the customFieldOptionId value for this DropDownCustomFieldValue.
|
String |
toString() |
getCustomFieldId, setCustomFieldIdpublic String toString()
toString in class BaseCustomFieldValuepublic Long getCustomFieldOptionId()
ID of the CustomFieldOption
for
this value.public void setCustomFieldOptionId(Long customFieldOptionId)
customFieldOptionId - * The ID of the CustomFieldOption
for
this value.public boolean equals(Object obj)
equals in class BaseCustomFieldValuepublic int hashCode()
hashCode in class BaseCustomFieldValuepublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2021. All rights reserved.