public class CustomField extends Object implements Serializable
| Constructor and Description |
|---|
CustomField() |
CustomField(Long id,
String name,
String description,
Boolean isActive,
CustomFieldEntityType entityType,
CustomFieldDataType dataType,
CustomFieldVisibility visibility) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
CustomFieldDataType |
getDataType()
Gets the dataType value for this CustomField.
|
String |
getDescription()
Gets the description value for this CustomField.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
CustomFieldEntityType |
getEntityType()
Gets the entityType value for this CustomField.
|
Long |
getId()
Gets the id value for this CustomField.
|
Boolean |
getIsActive()
Gets the isActive value for this CustomField.
|
String |
getName()
Gets the name value for this CustomField.
|
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
|
CustomFieldVisibility |
getVisibility()
Gets the visibility value for this CustomField.
|
int |
hashCode() |
void |
setDataType(CustomFieldDataType dataType)
Sets the dataType value for this CustomField.
|
void |
setDescription(String description)
Sets the description value for this CustomField.
|
void |
setEntityType(CustomFieldEntityType entityType)
Sets the entityType value for this CustomField.
|
void |
setId(Long id)
Sets the id value for this CustomField.
|
void |
setIsActive(Boolean isActive)
Sets the isActive value for this CustomField.
|
void |
setName(String name)
Sets the name value for this CustomField.
|
void |
setVisibility(CustomFieldVisibility visibility)
Sets the visibility value for this CustomField.
|
String |
toString() |
public CustomField()
public CustomField(Long id, String name, String description, Boolean isActive, CustomFieldEntityType entityType, CustomFieldDataType dataType, CustomFieldVisibility visibility)
public Long getId()
CustomField. This value is readonly
and is assigned by
Google.public void setId(Long id)
id - * Unique ID of the CustomField. This value is readonly
and is assigned by
Google.public String getName()
CustomField. This is value is required
to create a custom field. The
max length is 127 characters.public void setName(String name)
name - * Name of the CustomField. This is value is required
to create a custom field. The
max length is 127 characters.public String getDescription()
public void setDescription(String description)
description - * A description of the custom field. This value is optional.
The maximum length is 511
characterspublic Boolean getIsActive()
public void setIsActive(Boolean isActive)
isActive - * Specifies whether or not the custom fields is active. This
attribute is read-only.public CustomFieldEntityType getEntityType()
CustomFieldValue for this
field.public void setEntityType(CustomFieldEntityType entityType)
entityType - * The type of entity that this custom field is associated with.
This attribute is read-only
if there exists a CustomFieldValue for this
field.public CustomFieldDataType getDataType()
CustomFieldValue for this
field.public void setDataType(CustomFieldDataType dataType)
dataType - * The type of data this custom field contains. This attribute
is read-only
if there exists a CustomFieldValue for this
field.public CustomFieldVisibility getVisibility()
public void setVisibility(CustomFieldVisibility visibility)
visibility - * How visible/accessible this field is in the UI.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2020. All rights reserved.