Package com.liferay.object.model
Class ObjectFieldSettingWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ObjectFieldSetting>
com.liferay.object.model.ObjectFieldSettingWrapper
- All Implemented Interfaces:
ObjectFieldSetting,ObjectFieldSettingModel,com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<ObjectFieldSetting>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ModelWrapper<ObjectFieldSetting>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.StagedAuditedModel,com.liferay.portal.kernel.model.StagedModel,Serializable,Cloneable,Comparable<ObjectFieldSetting>
public class ObjectFieldSettingWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ObjectFieldSetting>
implements com.liferay.portal.kernel.model.ModelWrapper<ObjectFieldSetting>, ObjectFieldSetting
This class is a wrapper for ObjectFieldSetting.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.object.model.ObjectFieldSetting
OBJECT_FIELD_SETTING_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancompareName(String name) longReturns the company ID of this object field setting.Returns the create date of this object field setting.Returns the modified date of this object field setting.longReturns the mvcc version of this object field setting.getName()Returns the name of this object field setting.longReturns the object field ID of this object field setting.longReturns the object field setting ID of this object field setting.longReturns the primary key of this object field setting.com.liferay.exportimport.kernel.lar.StagedModelTypelongReturns the user ID of this object field setting.Returns the user name of this object field setting.Returns the user uuid of this object field setting.getUuid()Returns the uuid of this object field setting.getValue()Returns the value of this object field setting.voidpersist()voidsetCompanyId(long companyId) Sets the company ID of this object field setting.voidsetCreateDate(Date createDate) Sets the create date of this object field setting.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this object field setting.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this object field setting.voidSets the name of this object field setting.voidsetObjectFieldId(long objectFieldId) Sets the object field ID of this object field setting.voidsetObjectFieldSettingId(long objectFieldSettingId) Sets the object field setting ID of this object field setting.voidsetObjectFilters(List<ObjectFilter> objectFilters) voidsetObjectStateFlow(ObjectStateFlow objectStateFlow) voidsetPrimaryKey(long primaryKey) Sets the primary key of this object field setting.voidsetUserId(long userId) Sets the user ID of this object field setting.voidsetUserName(String userName) Sets the user name of this object field setting.voidsetUserUuid(String userUuid) Sets the user uuid of this object field setting.voidSets the uuid of this object field setting.voidSets the value of this object field setting.protected ObjectFieldSettingWrapperwrap(ObjectFieldSetting objectFieldSetting) 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, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModelMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
-
Constructor Details
-
ObjectFieldSettingWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<ObjectFieldSetting>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<ObjectFieldSetting>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<ObjectFieldSetting>- Specified by:
cloneWithOriginalValuesin interfaceObjectFieldSettingModel
-
compareName
- Specified by:
compareNamein interfaceObjectFieldSetting
-
getCompanyId
public long getCompanyId()Returns the company ID of this object field setting.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceObjectFieldSettingModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the company ID of this object field setting
-
getCreateDate
Returns the create date of this object field setting.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceObjectFieldSettingModel- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the create date of this object field setting
-
getModifiedDate
Returns the modified date of this object field setting.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceObjectFieldSettingModel- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the modified date of this object field setting
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this object field setting.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Specified by:
getMvccVersionin interfaceObjectFieldSettingModel- Returns:
- the mvcc version of this object field setting
-
getName
Returns the name of this object field setting.- Specified by:
getNamein interfaceObjectFieldSettingModel- Returns:
- the name of this object field setting
-
getObjectFieldId
public long getObjectFieldId()Returns the object field ID of this object field setting.- Specified by:
getObjectFieldIdin interfaceObjectFieldSettingModel- Returns:
- the object field ID of this object field setting
-
getObjectFieldSettingId
public long getObjectFieldSettingId()Returns the object field setting ID of this object field setting.- Specified by:
getObjectFieldSettingIdin interfaceObjectFieldSettingModel- Returns:
- the object field setting ID of this object field setting
-
getObjectFilters
- Specified by:
getObjectFiltersin interfaceObjectFieldSetting
-
getObjectStateFlow
- Specified by:
getObjectStateFlowin interfaceObjectFieldSetting
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this object field setting.- Specified by:
getPrimaryKeyin interfaceObjectFieldSettingModel- Returns:
- the primary key of this object field setting
-
getUserId
public long getUserId()Returns the user ID of this object field setting.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceObjectFieldSettingModel- Returns:
- the user ID of this object field setting
-
getUserName
Returns the user name of this object field setting.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceObjectFieldSettingModel- Returns:
- the user name of this object field setting
-
getUserUuid
Returns the user uuid of this object field setting.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceObjectFieldSettingModel- Returns:
- the user uuid of this object field setting
-
getUuid
Returns the uuid of this object field setting.- Specified by:
getUuidin interfaceObjectFieldSettingModel- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the uuid of this object field setting
-
getValue
Returns the value of this object field setting.- Specified by:
getValuein interfaceObjectFieldSettingModel- Returns:
- the value of this object field setting
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this object field setting.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceObjectFieldSettingModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
companyId- the company ID of this object field setting
-
setCreateDate
Sets the create date of this object field setting.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfaceObjectFieldSettingModel- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
createDate- the create date of this object field setting
-
setModifiedDate
Sets the modified date of this object field setting.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfaceObjectFieldSettingModel- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
modifiedDate- the modified date of this object field setting
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this object field setting.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Specified by:
setMvccVersionin interfaceObjectFieldSettingModel- Parameters:
mvccVersion- the mvcc version of this object field setting
-
setName
Sets the name of this object field setting.- Specified by:
setNamein interfaceObjectFieldSettingModel- Parameters:
name- the name of this object field setting
-
setObjectFieldId
public void setObjectFieldId(long objectFieldId) Sets the object field ID of this object field setting.- Specified by:
setObjectFieldIdin interfaceObjectFieldSettingModel- Parameters:
objectFieldId- the object field ID of this object field setting
-
setObjectFieldSettingId
public void setObjectFieldSettingId(long objectFieldSettingId) Sets the object field setting ID of this object field setting.- Specified by:
setObjectFieldSettingIdin interfaceObjectFieldSettingModel- Parameters:
objectFieldSettingId- the object field setting ID of this object field setting
-
setObjectFilters
- Specified by:
setObjectFiltersin interfaceObjectFieldSetting
-
setObjectStateFlow
- Specified by:
setObjectStateFlowin interfaceObjectFieldSetting
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this object field setting.- Specified by:
setPrimaryKeyin interfaceObjectFieldSettingModel- Parameters:
primaryKey- the primary key of this object field setting
-
setUserId
public void setUserId(long userId) Sets the user ID of this object field setting.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceObjectFieldSettingModel- Parameters:
userId- the user ID of this object field setting
-
setUserName
Sets the user name of this object field setting.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceObjectFieldSettingModel- Parameters:
userName- the user name of this object field setting
-
setUserUuid
Sets the user uuid of this object field setting.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceObjectFieldSettingModel- Parameters:
userUuid- the user uuid of this object field setting
-
setUuid
Sets the uuid of this object field setting.- Specified by:
setUuidin interfaceObjectFieldSettingModel- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
uuid- the uuid of this object field setting
-
setValue
Sets the value of this object field setting.- Specified by:
setValuein interfaceObjectFieldSettingModel- Parameters:
value- the value of this object field setting
-
toXmlString
- Specified by:
toXmlStringin interfaceObjectFieldSettingModel
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelTypein interfacecom.liferay.portal.kernel.model.StagedModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ObjectFieldSetting>
-