public class CustomFieldOption extends Object implements Serializable
CustomField.dataType of CustomFieldDataType.DROP_DOWN.| Constructor and Description |
|---|
CustomFieldOption() |
CustomFieldOption(Long id,
Long customFieldId,
String displayName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getCustomFieldId()
Gets the customFieldId value for this CustomFieldOption.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getDisplayName()
Gets the displayName value for this CustomFieldOption.
|
Long |
getId()
Gets the id value for this CustomFieldOption.
|
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 |
setCustomFieldId(Long customFieldId)
Sets the customFieldId value for this CustomFieldOption.
|
void |
setDisplayName(String displayName)
Sets the displayName value for this CustomFieldOption.
|
void |
setId(Long id)
Sets the id value for this CustomFieldOption.
|
String |
toString() |
public Long getId()
public void setId(Long id)
id - * Unique ID of this option. This value is readonly and is assigned
by
Google.public Long getCustomFieldId()
public void setCustomFieldId(Long customFieldId)
customFieldId - * The id of the custom field this option belongs to.public String getDisplayName()
public void setDisplayName(String displayName)
displayName - * The display name of this option.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2019. All rights reserved.