Class DDMFieldWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDMField>
com.liferay.dynamic.data.mapping.model.DDMFieldWrapper
- All Implemented Interfaces:
DDMField
,DDMFieldModel
,com.liferay.portal.kernel.model.BaseModel<DDMField>
,com.liferay.portal.kernel.model.change.tracking.CTModel<DDMField>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.ModelWrapper<DDMField>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,Serializable
,Cloneable
,Comparable<DDMField>
public class DDMFieldWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDMField>
implements DDMField, com.liferay.portal.kernel.model.ModelWrapper<DDMField>
This class is a wrapper for DDMField
.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.dynamic.data.mapping.model.DDMField
FIELD_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the company ID of this ddm field.long
Returns the ct collection ID of this ddm field.long
Returns 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.boolean
Returns the localizable of this ddm field.long
Returns the mvcc version of this ddm field.long
Returns the parent field ID of this ddm field.long
Returns the primary key of this ddm field.int
Returns the priority of this ddm field.long
Returns the storage ID of this ddm field.long
Returns the structure version ID of this ddm field.boolean
Returnstrue
if this ddm field is localizable.void
persist()
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
(String fieldName) Sets the field name of this ddm field.void
setFieldType
(String fieldType) Sets the field type of this ddm field.void
setInstanceId
(String instanceId) Sets the instance ID of this ddm field.void
setLocalizable
(boolean localizable) Sets whether this ddm field is localizable.void
setModelAttributes
(Map<String, Object> attributes) 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.protected DDMFieldWrapper
Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
DDMFieldWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<DDMField>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<DDMField>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<DDMField>
- Specified by:
cloneWithOriginalValues
in interfaceDDMFieldModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this ddm field.- Specified by:
getCompanyId
in interfaceDDMFieldModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Returns:
- the company ID of this ddm field
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this ddm field.- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMField>
- Specified by:
getCtCollectionId
in interfaceDDMFieldModel
- Returns:
- the ct collection ID of this ddm field
-
getFieldId
public long getFieldId()Returns the field ID of this ddm field.- Specified by:
getFieldId
in interfaceDDMFieldModel
- Returns:
- the field ID of this ddm field
-
getFieldName
Returns the field name of this ddm field.- Specified by:
getFieldName
in interfaceDDMFieldModel
- Returns:
- the field name of this ddm field
-
getFieldType
Returns the field type of this ddm field.- Specified by:
getFieldType
in interfaceDDMFieldModel
- Returns:
- the field type of this ddm field
-
getInstanceId
Returns the instance ID of this ddm field.- Specified by:
getInstanceId
in interfaceDDMFieldModel
- Returns:
- the instance ID of this ddm field
-
getLocalizable
public boolean getLocalizable()Returns the localizable of this ddm field.- Specified by:
getLocalizable
in interfaceDDMFieldModel
- Returns:
- the localizable of this ddm field
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this ddm field.- Specified by:
getMvccVersion
in interfaceDDMFieldModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this ddm field
-
getParentFieldId
public long getParentFieldId()Returns the parent field ID of this ddm field.- Specified by:
getParentFieldId
in interfaceDDMFieldModel
- Returns:
- the parent field ID of this ddm field
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this ddm field.- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMField>
- Specified by:
getPrimaryKey
in interfaceDDMFieldModel
- Returns:
- the primary key of this ddm field
-
getPriority
public int getPriority()Returns the priority of this ddm field.- Specified by:
getPriority
in interfaceDDMFieldModel
- Returns:
- the priority of this ddm field
-
getStorageId
public long getStorageId()Returns the storage ID of this ddm field.- Specified by:
getStorageId
in interfaceDDMFieldModel
- Returns:
- the storage ID of this ddm field
-
getStructureVersionId
public long getStructureVersionId()Returns the structure version ID of this ddm field.- Specified by:
getStructureVersionId
in interfaceDDMFieldModel
- Returns:
- the structure version ID of this ddm field
-
isLocalizable
public boolean isLocalizable()Returnstrue
if this ddm field is localizable.- Specified by:
isLocalizable
in interfaceDDMFieldModel
- Returns:
true
if this ddm field is localizable;false
otherwise
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this ddm field.- Specified by:
setCompanyId
in interfaceDDMFieldModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Parameters:
companyId
- the company ID of this ddm field
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this ddm field.- Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMField>
- Specified by:
setCtCollectionId
in interfaceDDMFieldModel
- Parameters:
ctCollectionId
- the ct collection ID of this ddm field
-
setFieldId
public void setFieldId(long fieldId) Sets the field ID of this ddm field.- Specified by:
setFieldId
in interfaceDDMFieldModel
- Parameters:
fieldId
- the field ID of this ddm field
-
setFieldName
Sets the field name of this ddm field.- Specified by:
setFieldName
in interfaceDDMFieldModel
- Parameters:
fieldName
- the field name of this ddm field
-
setFieldType
Sets the field type of this ddm field.- Specified by:
setFieldType
in interfaceDDMFieldModel
- Parameters:
fieldType
- the field type of this ddm field
-
setInstanceId
Sets the instance ID of this ddm field.- Specified by:
setInstanceId
in interfaceDDMFieldModel
- Parameters:
instanceId
- the instance ID of this ddm field
-
setLocalizable
public void setLocalizable(boolean localizable) Sets whether this ddm field is localizable.- Specified by:
setLocalizable
in interfaceDDMFieldModel
- Parameters:
localizable
- the localizable of this ddm field
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this ddm field.- Specified by:
setMvccVersion
in interfaceDDMFieldModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this ddm field
-
setParentFieldId
public void setParentFieldId(long parentFieldId) Sets the parent field ID of this ddm field.- Specified by:
setParentFieldId
in interfaceDDMFieldModel
- Parameters:
parentFieldId
- the parent field ID of this ddm field
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this ddm field.- Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMField>
- Specified by:
setPrimaryKey
in interfaceDDMFieldModel
- Parameters:
primaryKey
- the primary key of this ddm field
-
setPriority
public void setPriority(int priority) Sets the priority of this ddm field.- Specified by:
setPriority
in interfaceDDMFieldModel
- Parameters:
priority
- the priority of this ddm field
-
setStorageId
public void setStorageId(long storageId) Sets the storage ID of this ddm field.- Specified by:
setStorageId
in interfaceDDMFieldModel
- Parameters:
storageId
- the storage ID of this ddm field
-
setStructureVersionId
public void setStructureVersionId(long structureVersionId) Sets the structure version ID of this ddm field.- Specified by:
setStructureVersionId
in interfaceDDMFieldModel
- Parameters:
structureVersionId
- the structure version ID of this ddm field
-
toXmlString
- Specified by:
toXmlString
in interfaceDDMFieldModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<DDMField>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<DDMField>
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDMField>
-