Package com.liferay.object.model
Class ObjectViewFilterColumnWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ObjectViewFilterColumn>
com.liferay.object.model.ObjectViewFilterColumnWrapper
- All Implemented Interfaces:
ObjectViewFilterColumn,ObjectViewFilterColumnModel,com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<ObjectViewFilterColumn>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ModelWrapper<ObjectViewFilterColumn>,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<ObjectViewFilterColumn>
public class ObjectViewFilterColumnWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ObjectViewFilterColumn>
implements com.liferay.portal.kernel.model.ModelWrapper<ObjectViewFilterColumn>, ObjectViewFilterColumn
This class is a wrapper for ObjectViewFilterColumn.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.object.model.ObjectViewFilterColumn
OBJECT_VIEW_FILTER_COLUMN_ID_ACCESSOR -
Constructor Summary
ConstructorsConstructorDescriptionObjectViewFilterColumnWrapper(ObjectViewFilterColumn objectViewFilterColumn) -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this object view filter column.Returns the create date of this object view filter column.Returns the filter type of this object view filter column.getJSON()Returns the json of this object view filter column.com.liferay.portal.kernel.json.JSONArrayReturns the modified date of this object view filter column.longReturns the mvcc version of this object view filter column.Returns the object field name of this object view filter column.longReturns the object view filter column ID of this object view filter column.longReturns the object view ID of this object view filter column.longReturns the primary key of this object view filter column.com.liferay.exportimport.kernel.lar.StagedModelTypelongReturns the user ID of this object view filter column.Returns the user name of this object view filter column.Returns the user uuid of this object view filter column.getUuid()Returns the uuid of this object view filter column.voidpersist()voidsetCompanyId(long companyId) Sets the company ID of this object view filter column.voidsetCreateDate(Date createDate) Sets the create date of this object view filter column.voidsetFilterType(String filterType) Sets the filter type of this object view filter column.voidSets the json of this object view filter column.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this object view filter column.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this object view filter column.voidsetObjectFieldName(String objectFieldName) Sets the object field name of this object view filter column.voidsetObjectViewFilterColumnId(long objectViewFilterColumnId) Sets the object view filter column ID of this object view filter column.voidsetObjectViewId(long objectViewId) Sets the object view ID of this object view filter column.voidsetPrimaryKey(long primaryKey) Sets the primary key of this object view filter column.voidsetUserId(long userId) Sets the user ID of this object view filter column.voidsetUserName(String userName) Sets the user name of this object view filter column.voidsetUserUuid(String userUuid) Sets the user uuid of this object view filter column.voidSets the uuid of this object view filter column.protected ObjectViewFilterColumnWrapperwrap(ObjectViewFilterColumn objectViewFilterColumn) 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
-
ObjectViewFilterColumnWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<ObjectViewFilterColumn>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<ObjectViewFilterColumn>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<ObjectViewFilterColumn>- Specified by:
cloneWithOriginalValuesin interfaceObjectViewFilterColumnModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this object view filter column.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceObjectViewFilterColumnModel- 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 view filter column
-
getCreateDate
Returns the create date of this object view filter column.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceObjectViewFilterColumnModel- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the create date of this object view filter column
-
getFilterType
Returns the filter type of this object view filter column.- Specified by:
getFilterTypein interfaceObjectViewFilterColumnModel- Returns:
- the filter type of this object view filter column
-
getJSON
Returns the json of this object view filter column.- Specified by:
getJSONin interfaceObjectViewFilterColumnModel- Returns:
- the json of this object view filter column
-
getJSONArray
public com.liferay.portal.kernel.json.JSONArray getJSONArray() throws com.liferay.portal.kernel.json.JSONException- Specified by:
getJSONArrayin interfaceObjectViewFilterColumn- Throws:
com.liferay.portal.kernel.json.JSONException
-
getModifiedDate
Returns the modified date of this object view filter column.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceObjectViewFilterColumnModel- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the modified date of this object view filter column
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this object view filter column.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Specified by:
getMvccVersionin interfaceObjectViewFilterColumnModel- Returns:
- the mvcc version of this object view filter column
-
getObjectFieldName
Returns the object field name of this object view filter column.- Specified by:
getObjectFieldNamein interfaceObjectViewFilterColumnModel- Returns:
- the object field name of this object view filter column
-
getObjectViewFilterColumnId
public long getObjectViewFilterColumnId()Returns the object view filter column ID of this object view filter column.- Specified by:
getObjectViewFilterColumnIdin interfaceObjectViewFilterColumnModel- Returns:
- the object view filter column ID of this object view filter column
-
getObjectViewId
public long getObjectViewId()Returns the object view ID of this object view filter column.- Specified by:
getObjectViewIdin interfaceObjectViewFilterColumnModel- Returns:
- the object view ID of this object view filter column
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this object view filter column.- Specified by:
getPrimaryKeyin interfaceObjectViewFilterColumnModel- Returns:
- the primary key of this object view filter column
-
getUserId
public long getUserId()Returns the user ID of this object view filter column.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceObjectViewFilterColumnModel- Returns:
- the user ID of this object view filter column
-
getUserName
Returns the user name of this object view filter column.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceObjectViewFilterColumnModel- Returns:
- the user name of this object view filter column
-
getUserUuid
Returns the user uuid of this object view filter column.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceObjectViewFilterColumnModel- Returns:
- the user uuid of this object view filter column
-
getUuid
Returns the uuid of this object view filter column.- Specified by:
getUuidin interfaceObjectViewFilterColumnModel- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the uuid of this object view filter column
-
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 view filter column.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceObjectViewFilterColumnModel- 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 view filter column
-
setCreateDate
Sets the create date of this object view filter column.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfaceObjectViewFilterColumnModel- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
createDate- the create date of this object view filter column
-
setFilterType
Sets the filter type of this object view filter column.- Specified by:
setFilterTypein interfaceObjectViewFilterColumnModel- Parameters:
filterType- the filter type of this object view filter column
-
setJSON
Sets the json of this object view filter column.- Specified by:
setJSONin interfaceObjectViewFilterColumnModel- Parameters:
json- the json of this object view filter column
-
setModifiedDate
Sets the modified date of this object view filter column.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfaceObjectViewFilterColumnModel- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
modifiedDate- the modified date of this object view filter column
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this object view filter column.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Specified by:
setMvccVersionin interfaceObjectViewFilterColumnModel- Parameters:
mvccVersion- the mvcc version of this object view filter column
-
setObjectFieldName
Sets the object field name of this object view filter column.- Specified by:
setObjectFieldNamein interfaceObjectViewFilterColumnModel- Parameters:
objectFieldName- the object field name of this object view filter column
-
setObjectViewFilterColumnId
public void setObjectViewFilterColumnId(long objectViewFilterColumnId) Sets the object view filter column ID of this object view filter column.- Specified by:
setObjectViewFilterColumnIdin interfaceObjectViewFilterColumnModel- Parameters:
objectViewFilterColumnId- the object view filter column ID of this object view filter column
-
setObjectViewId
public void setObjectViewId(long objectViewId) Sets the object view ID of this object view filter column.- Specified by:
setObjectViewIdin interfaceObjectViewFilterColumnModel- Parameters:
objectViewId- the object view ID of this object view filter column
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this object view filter column.- Specified by:
setPrimaryKeyin interfaceObjectViewFilterColumnModel- Parameters:
primaryKey- the primary key of this object view filter column
-
setUserId
public void setUserId(long userId) Sets the user ID of this object view filter column.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceObjectViewFilterColumnModel- Parameters:
userId- the user ID of this object view filter column
-
setUserName
Sets the user name of this object view filter column.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceObjectViewFilterColumnModel- Parameters:
userName- the user name of this object view filter column
-
setUserUuid
Sets the user uuid of this object view filter column.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceObjectViewFilterColumnModel- Parameters:
userUuid- the user uuid of this object view filter column
-
setUuid
Sets the uuid of this object view filter column.- Specified by:
setUuidin interfaceObjectViewFilterColumnModel- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
uuid- the uuid of this object view filter column
-
toXmlString
- Specified by:
toXmlStringin interfaceObjectViewFilterColumnModel
-
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<ObjectViewFilterColumn>
-