@ProviderType public interface DDMFieldModel extends com.liferay.portal.kernel.model.BaseModel<DDMField>, com.liferay.portal.kernel.model.change.tracking.CTModel<DDMField>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.dynamic.data.mapping.model.impl.DDMFieldModelImpl
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.dynamic.data.mapping.model.impl.DDMFieldImpl
.
DDMField
Modifier and Type | Method and Description |
---|---|
DDMField |
cloneWithOriginalValues() |
long |
getCompanyId()
Returns the company ID of this ddm field.
|
long |
getCtCollectionId()
Returns the ct collection ID of this ddm field.
|
long |
getFieldId()
Returns the field ID of this ddm field.
|
java.lang.String |
getFieldName()
Returns the field name of this ddm field.
|
java.lang.String |
getFieldType()
Returns the field type of this ddm field.
|
java.lang.String |
getInstanceId()
Returns the instance ID of this ddm field.
|
boolean |
getLocalizable()
Returns the localizable of this ddm field.
|
long |
getMvccVersion()
Returns the mvcc version of this ddm field.
|
long |
getParentFieldId()
Returns the parent field ID of this ddm field.
|
long |
getPrimaryKey()
Returns the primary key of this ddm field.
|
int |
getPriority()
Returns the priority of this ddm field.
|
long |
getStorageId()
Returns the storage ID of this ddm field.
|
long |
getStructureVersionId()
Returns the structure version ID of this ddm field.
|
boolean |
isLocalizable()
Returns
true if this ddm field is localizable. |
void |
setCompanyId(long companyId)
Sets the company ID of this ddm field.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this ddm field.
|
void |
setFieldId(long fieldId)
Sets the field ID of this ddm field.
|
void |
setFieldName(java.lang.String fieldName)
Sets the field name of this ddm field.
|
void |
setFieldType(java.lang.String fieldType)
Sets the field type of this ddm field.
|
void |
setInstanceId(java.lang.String instanceId)
Sets the instance ID of this ddm field.
|
void |
setLocalizable(boolean localizable)
Sets whether this ddm field is localizable.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this ddm field.
|
void |
setParentFieldId(long parentFieldId)
Sets the parent field ID of this ddm field.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this ddm field.
|
void |
setPriority(int priority)
Sets the priority of this ddm field.
|
void |
setStorageId(long storageId)
Sets the storage ID of this ddm field.
|
void |
setStructureVersionId(long structureVersionId)
Sets the structure version ID of this ddm field.
|
default java.lang.String |
toXmlString() |
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
long getPrimaryKey()
getPrimaryKey
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMField>
void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMField>
primaryKey
- the primary key of this ddm fieldlong getMvccVersion()
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
void setMvccVersion(long mvccVersion)
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
mvccVersion
- the mvcc version of this ddm fieldlong getCtCollectionId()
getCtCollectionId
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMField>
void setCtCollectionId(long ctCollectionId)
setCtCollectionId
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMField>
ctCollectionId
- the ct collection ID of this ddm fieldlong getFieldId()
void setFieldId(long fieldId)
fieldId
- the field ID of this ddm fieldlong getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this ddm fieldlong getParentFieldId()
void setParentFieldId(long parentFieldId)
parentFieldId
- the parent field ID of this ddm fieldlong getStorageId()
void setStorageId(long storageId)
storageId
- the storage ID of this ddm fieldlong getStructureVersionId()
void setStructureVersionId(long structureVersionId)
structureVersionId
- the structure version ID of this ddm field@AutoEscape java.lang.String getFieldName()
void setFieldName(java.lang.String fieldName)
fieldName
- the field name of this ddm field@AutoEscape java.lang.String getFieldType()
void setFieldType(java.lang.String fieldType)
fieldType
- the field type of this ddm field@AutoEscape java.lang.String getInstanceId()
void setInstanceId(java.lang.String instanceId)
instanceId
- the instance ID of this ddm fieldboolean getLocalizable()
boolean isLocalizable()
true
if this ddm field is localizable.true
if this ddm field is localizable; false
otherwisevoid setLocalizable(boolean localizable)
localizable
- the localizable of this ddm fieldint getPriority()
void setPriority(int priority)
priority
- the priority of this ddm fieldDDMField cloneWithOriginalValues()
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<DDMField>
default java.lang.String toXmlString()