Class DDMFieldAttributeWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDMFieldAttribute>
com.liferay.dynamic.data.mapping.model.DDMFieldAttributeWrapper
- All Implemented Interfaces:
DDMFieldAttribute
,DDMFieldAttributeModel
,com.liferay.portal.kernel.model.BaseModel<DDMFieldAttribute>
,com.liferay.portal.kernel.model.change.tracking.CTModel<DDMFieldAttribute>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.ModelWrapper<DDMFieldAttribute>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.ShardedModel
,Serializable
,Cloneable
,Comparable<DDMFieldAttribute>
public class DDMFieldAttributeWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDMFieldAttribute>
implements DDMFieldAttribute, com.liferay.portal.kernel.model.ModelWrapper<DDMFieldAttribute>
This class is a wrapper for DDMFieldAttribute
.
- 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.DDMFieldAttribute
FIELD_ATTRIBUTE_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the attribute name of this ddm field attribute.long
Returns the company ID of this ddm field attribute.long
Returns the ct collection ID of this ddm field attribute.long
Returns the field attribute ID of this ddm field attribute.long
Returns the field ID of this ddm field attribute.Returns the language ID of this ddm field attribute.Returns the large attribute value of this ddm field attribute.long
Returns the mvcc version of this ddm field attribute.long
Returns the primary key of this ddm field attribute.Returns the small attribute value of this ddm field attribute.long
Returns the storage ID of this ddm field attribute.void
setAttributeName
(String attributeName) Sets the attribute name of this ddm field attribute.void
setAttributeValue
(String value) void
setCompanyId
(long companyId) Sets the company ID of this ddm field attribute.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this ddm field attribute.void
setFieldAttributeId
(long fieldAttributeId) Sets the field attribute ID of this ddm field attribute.void
setFieldId
(long fieldId) Sets the field ID of this ddm field attribute.void
setLanguageId
(String languageId) Sets the language ID of this ddm field attribute.void
setLargeAttributeValue
(String largeAttributeValue) Sets the large attribute value of this ddm field attribute.void
setModelAttributes
(Map<String, Object> attributes) void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this ddm field attribute.void
setPrimaryKey
(long primaryKey) Sets the primary key of this ddm field attribute.void
setSmallAttributeValue
(String smallAttributeValue) Sets the small attribute value of this ddm field attribute.void
setStorageId
(long storageId) Sets the storage ID of this ddm field attribute.protected DDMFieldAttributeWrapper
wrap
(DDMFieldAttribute ddmFieldAttribute) 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
-
DDMFieldAttributeWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<DDMFieldAttribute>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<DDMFieldAttribute>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<DDMFieldAttribute>
- Specified by:
cloneWithOriginalValues
in interfaceDDMFieldAttributeModel
-
getAttributeName
Returns the attribute name of this ddm field attribute.- Specified by:
getAttributeName
in interfaceDDMFieldAttributeModel
- Returns:
- the attribute name of this ddm field attribute
-
getAttributeValue
- Specified by:
getAttributeValue
in interfaceDDMFieldAttribute
-
getCompanyId
public long getCompanyId()Returns the company ID of this ddm field attribute.- Specified by:
getCompanyId
in interfaceDDMFieldAttributeModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Returns:
- the company ID of this ddm field attribute
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this ddm field attribute.- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMFieldAttribute>
- Specified by:
getCtCollectionId
in interfaceDDMFieldAttributeModel
- Returns:
- the ct collection ID of this ddm field attribute
-
getFieldAttributeId
public long getFieldAttributeId()Returns the field attribute ID of this ddm field attribute.- Specified by:
getFieldAttributeId
in interfaceDDMFieldAttributeModel
- Returns:
- the field attribute ID of this ddm field attribute
-
getFieldId
public long getFieldId()Returns the field ID of this ddm field attribute.- Specified by:
getFieldId
in interfaceDDMFieldAttributeModel
- Returns:
- the field ID of this ddm field attribute
-
getLanguageId
Returns the language ID of this ddm field attribute.- Specified by:
getLanguageId
in interfaceDDMFieldAttributeModel
- Returns:
- the language ID of this ddm field attribute
-
getLargeAttributeValue
Returns the large attribute value of this ddm field attribute.- Specified by:
getLargeAttributeValue
in interfaceDDMFieldAttributeModel
- Returns:
- the large attribute value of this ddm field attribute
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this ddm field attribute.- Specified by:
getMvccVersion
in interfaceDDMFieldAttributeModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this ddm field attribute
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this ddm field attribute.- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMFieldAttribute>
- Specified by:
getPrimaryKey
in interfaceDDMFieldAttributeModel
- Returns:
- the primary key of this ddm field attribute
-
getSmallAttributeValue
Returns the small attribute value of this ddm field attribute.- Specified by:
getSmallAttributeValue
in interfaceDDMFieldAttributeModel
- Returns:
- the small attribute value of this ddm field attribute
-
getStorageId
public long getStorageId()Returns the storage ID of this ddm field attribute.- Specified by:
getStorageId
in interfaceDDMFieldAttributeModel
- Returns:
- the storage ID of this ddm field attribute
-
setAttributeName
Sets the attribute name of this ddm field attribute.- Specified by:
setAttributeName
in interfaceDDMFieldAttributeModel
- Parameters:
attributeName
- the attribute name of this ddm field attribute
-
setAttributeValue
- Specified by:
setAttributeValue
in interfaceDDMFieldAttribute
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this ddm field attribute.- Specified by:
setCompanyId
in interfaceDDMFieldAttributeModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Parameters:
companyId
- the company ID of this ddm field attribute
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this ddm field attribute.- Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMFieldAttribute>
- Specified by:
setCtCollectionId
in interfaceDDMFieldAttributeModel
- Parameters:
ctCollectionId
- the ct collection ID of this ddm field attribute
-
setFieldAttributeId
public void setFieldAttributeId(long fieldAttributeId) Sets the field attribute ID of this ddm field attribute.- Specified by:
setFieldAttributeId
in interfaceDDMFieldAttributeModel
- Parameters:
fieldAttributeId
- the field attribute ID of this ddm field attribute
-
setFieldId
public void setFieldId(long fieldId) Sets the field ID of this ddm field attribute.- Specified by:
setFieldId
in interfaceDDMFieldAttributeModel
- Parameters:
fieldId
- the field ID of this ddm field attribute
-
setLanguageId
Sets the language ID of this ddm field attribute.- Specified by:
setLanguageId
in interfaceDDMFieldAttributeModel
- Parameters:
languageId
- the language ID of this ddm field attribute
-
setLargeAttributeValue
Sets the large attribute value of this ddm field attribute.- Specified by:
setLargeAttributeValue
in interfaceDDMFieldAttributeModel
- Parameters:
largeAttributeValue
- the large attribute value of this ddm field attribute
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this ddm field attribute.- Specified by:
setMvccVersion
in interfaceDDMFieldAttributeModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this ddm field attribute
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this ddm field attribute.- Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMFieldAttribute>
- Specified by:
setPrimaryKey
in interfaceDDMFieldAttributeModel
- Parameters:
primaryKey
- the primary key of this ddm field attribute
-
setSmallAttributeValue
Sets the small attribute value of this ddm field attribute.- Specified by:
setSmallAttributeValue
in interfaceDDMFieldAttributeModel
- Parameters:
smallAttributeValue
- the small attribute value of this ddm field attribute
-
setStorageId
public void setStorageId(long storageId) Sets the storage ID of this ddm field attribute.- Specified by:
setStorageId
in interfaceDDMFieldAttributeModel
- Parameters:
storageId
- the storage ID of this ddm field attribute
-
toXmlString
- Specified by:
toXmlString
in interfaceDDMFieldAttributeModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<DDMFieldAttribute>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<DDMFieldAttribute>
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDMFieldAttribute>
-