Interface DDMFieldModel
- All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<DDMField>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<DDMField>,com.liferay.portal.kernel.model.change.tracking.CTModel<DDMField>,com.liferay.portal.kernel.model.MVCCModel,Serializable,com.liferay.portal.kernel.model.ShardedModel
- All Known Subinterfaces:
DDMField
- All Known Implementing Classes:
DDMFieldWrapper
@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
The base model interface for the DDMField service. Represents a row in the "DDMField" database table, with each column mapped to a property of this class.
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.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this ddm field.longReturns the ct collection ID of this ddm field.longReturns the field ID of this ddm field.Returns the field name of this ddm field.Returns the field type of this ddm field.Returns the instance ID of this ddm field.booleanReturns the localizable of this ddm field.longReturns the mvcc version of this ddm field.longReturns the parent field ID of this ddm field.longReturns the primary key of this ddm field.intReturns the priority of this ddm field.longReturns the storage ID of this ddm field.longReturns the structure version ID of this ddm field.booleanReturnstrueif this ddm field is localizable.voidsetCompanyId(long companyId) Sets the company ID of this ddm field.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this ddm field.voidsetFieldId(long fieldId) Sets the field ID of this ddm field.voidsetFieldName(String fieldName) Sets the field name of this ddm field.voidsetFieldType(String fieldType) Sets the field type of this ddm field.voidsetInstanceId(String instanceId) Sets the instance ID of this ddm field.voidsetLocalizable(boolean localizable) Sets whether this ddm field is localizable.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this ddm field.voidsetParentFieldId(long parentFieldId) Sets the parent field ID of this ddm field.voidsetPrimaryKey(long primaryKey) Sets the primary key of this ddm field.voidsetPriority(int priority) Sets the priority of this ddm field.voidsetStorageId(long storageId) Sets the storage ID of this ddm field.voidsetStructureVersionId(long structureVersionId) Sets the structure version ID of this ddm field.default StringMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this ddm field.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMField>- Returns:
- the primary key of this ddm field
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this ddm field.- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMField>- Parameters:
primaryKey- the primary key of this ddm field
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this ddm field.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this ddm field
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this ddm field.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this ddm field
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this ddm field.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMField>- Returns:
- the ct collection ID of this ddm field
-
setCtCollectionId
void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this ddm field.- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMField>- Parameters:
ctCollectionId- the ct collection ID of this ddm field
-
getFieldId
long getFieldId()Returns the field ID of this ddm field.- Returns:
- the field ID of this ddm field
-
setFieldId
void setFieldId(long fieldId) Sets the field ID of this ddm field.- Parameters:
fieldId- the field ID of this ddm field
-
getCompanyId
long getCompanyId()Returns the company ID of this ddm field.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this ddm field
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this ddm field.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this ddm field
-
getParentFieldId
long getParentFieldId()Returns the parent field ID of this ddm field.- Returns:
- the parent field ID of this ddm field
-
setParentFieldId
void setParentFieldId(long parentFieldId) Sets the parent field ID of this ddm field.- Parameters:
parentFieldId- the parent field ID of this ddm field
-
getStorageId
long getStorageId()Returns the storage ID of this ddm field.- Returns:
- the storage ID of this ddm field
-
setStorageId
void setStorageId(long storageId) Sets the storage ID of this ddm field.- Parameters:
storageId- the storage ID of this ddm field
-
getStructureVersionId
long getStructureVersionId()Returns the structure version ID of this ddm field.- Returns:
- the structure version ID of this ddm field
-
setStructureVersionId
void setStructureVersionId(long structureVersionId) Sets the structure version ID of this ddm field.- Parameters:
structureVersionId- the structure version ID of this ddm field
-
getFieldName
Returns the field name of this ddm field.- Returns:
- the field name of this ddm field
-
setFieldName
Sets the field name of this ddm field.- Parameters:
fieldName- the field name of this ddm field
-
getFieldType
Returns the field type of this ddm field.- Returns:
- the field type of this ddm field
-
setFieldType
Sets the field type of this ddm field.- Parameters:
fieldType- the field type of this ddm field
-
getInstanceId
Returns the instance ID of this ddm field.- Returns:
- the instance ID of this ddm field
-
setInstanceId
Sets the instance ID of this ddm field.- Parameters:
instanceId- the instance ID of this ddm field
-
getLocalizable
boolean getLocalizable()Returns the localizable of this ddm field.- Returns:
- the localizable of this ddm field
-
isLocalizable
boolean isLocalizable()Returnstrueif this ddm field is localizable.- Returns:
trueif this ddm field is localizable;falseotherwise
-
setLocalizable
void setLocalizable(boolean localizable) Sets whether this ddm field is localizable.- Parameters:
localizable- the localizable of this ddm field
-
getPriority
int getPriority()Returns the priority of this ddm field.- Returns:
- the priority of this ddm field
-
setPriority
void setPriority(int priority) Sets the priority of this ddm field.- Parameters:
priority- the priority of this ddm field
-
cloneWithOriginalValues
DDMField cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<DDMField>
-
toXmlString
-