public abstract class BaseCustomFieldValue extends Object
CustomField for a particular entity.
Java class for BaseCustomFieldValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BaseCustomFieldValue">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="customFieldId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
customFieldId |
| Constructor and Description |
|---|
BaseCustomFieldValue() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCustomFieldId()
Gets the value of the customFieldId property.
|
void |
setCustomFieldId(Long value)
Sets the value of the customFieldId property.
|
protected Long customFieldId
Copyright © 2018. All Rights Reserved.