public interface Field extends Serializable, MultiTenantCloneable<Field>
| Modifier and Type | Method and Description |
|---|---|
String |
getAbbreviation()
Gets the abbreviation of this Field.
|
FieldEntity |
getEntityType()
Gets the entityType of this Field
|
String |
getFriendlyName()
Returns the friendly name of the field, for use by admin or other UI.
|
Long |
getId()
Gets the id
|
String |
getPropertyName()
Gets the propertyName of this Field.
|
String |
getQualifiedFieldName()
Returns the qualified name of this Field.
|
List<SearchConfig> |
getSearchConfigs()
Deprecated.
|
Boolean |
getTranslatable()
Returns whether or not this field should be considered translatable
|
void |
setAbbreviation(String abbreviation)
Sets the abbreviation
|
void |
setEntityType(FieldEntity entityType)
Sets the entityType
|
void |
setFriendlyName(String friendlyName)
The friendly name of the field, for use by admin or other UI.
|
void |
setId(Long id)
Sets the id
|
void |
setPropertyName(String propertyName)
Sets the propertyName
|
void |
setSearchConfigs(List<SearchConfig> searchConfigs)
Deprecated.
|
void |
setTranslatable(Boolean translatable)
Sets whether or not this field should be considered translatable
|
createOrRetrieveCopyInstanceLong getId()
void setId(Long id)
id - void setFriendlyName(String friendlyName)
friendlyName - String getFriendlyName()
FieldEntity getEntityType()
void setEntityType(FieldEntity entityType)
entityType - String getPropertyName()
void setPropertyName(String propertyName)
propertyName - String getAbbreviation()
void setAbbreviation(String abbreviation)
abbreviation - @Deprecated List<SearchConfig> getSearchConfigs()
@Deprecated void setSearchConfigs(List<SearchConfig> searchConfigs)
searchConfigs - String getQualifiedFieldName()
Boolean getTranslatable()
void setTranslatable(Boolean translatable)
translatable - Copyright © 2016. All rights reserved.