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
model
Fields inherited from interface com.liferay.object.model.ObjectViewFilterColumn
OBJECT_VIEW_FILTER_COLUMN_ID_ACCESSOR
-
Constructor Summary
ConstructorsConstructorDescriptionObjectViewFilterColumnWrapper
(ObjectViewFilterColumn objectViewFilterColumn) -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns 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.JSONArray
Returns the modified date of this object view filter column.long
Returns the mvcc version of this object view filter column.Returns the object field name of this object view filter column.long
Returns the object view filter column ID of this object view filter column.long
Returns the object view ID of this object view filter column.long
Returns the primary key of this object view filter column.com.liferay.exportimport.kernel.lar.StagedModelType
long
Returns 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.void
persist()
void
setCompanyId
(long companyId) Sets the company ID of this object view filter column.void
setCreateDate
(Date createDate) Sets the create date of this object view filter column.void
setFilterType
(String filterType) Sets the filter type of this object view filter column.void
Sets the json of this object view filter column.void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(Date modifiedDate) Sets the modified date of this object view filter column.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this object view filter column.void
setObjectFieldName
(String objectFieldName) Sets the object field name of this object view filter column.void
setObjectViewFilterColumnId
(long objectViewFilterColumnId) Sets the object view filter column ID of this object view filter column.void
setObjectViewId
(long objectViewId) Sets the object view ID of this object view filter column.void
setPrimaryKey
(long primaryKey) Sets the primary key of this object view filter column.void
setUserId
(long userId) Sets the user ID of this object view filter column.void
setUserName
(String userName) Sets the user name of this object view filter column.void
setUserUuid
(String userUuid) Sets the user uuid of this object view filter column.void
Sets the uuid of this object view filter column.protected ObjectViewFilterColumnWrapper
wrap
(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, 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, getAttributeGetterFunctions, getAttributeSetterBiConsumers, 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
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
-
Constructor Details
-
ObjectViewFilterColumnWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<ObjectViewFilterColumn>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<ObjectViewFilterColumn>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<ObjectViewFilterColumn>
- Specified by:
cloneWithOriginalValues
in interfaceObjectViewFilterColumnModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this object view filter column.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfaceObjectViewFilterColumnModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
getCompanyId
in 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:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfaceObjectViewFilterColumnModel
- Specified by:
getCreateDate
in 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:
getFilterType
in interfaceObjectViewFilterColumnModel
- Returns:
- the filter type of this object view filter column
-
getJSON
Returns the json of this object view filter column.- Specified by:
getJSON
in 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:
getJSONArray
in interfaceObjectViewFilterColumn
- Throws:
com.liferay.portal.kernel.json.JSONException
-
getModifiedDate
Returns the modified date of this object view filter column.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfaceObjectViewFilterColumnModel
- Specified by:
getModifiedDate
in 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:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Specified by:
getMvccVersion
in 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:
getObjectFieldName
in 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:
getObjectViewFilterColumnId
in 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:
getObjectViewId
in 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:
getPrimaryKey
in 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:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfaceObjectViewFilterColumnModel
- Returns:
- the user ID of this object view filter column
-
getUserName
Returns the user name of this object view filter column.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfaceObjectViewFilterColumnModel
- Returns:
- the user name of this object view filter column
-
getUserUuid
Returns the user uuid of this object view filter column.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfaceObjectViewFilterColumnModel
- Returns:
- the user uuid of this object view filter column
-
getUuid
Returns the uuid of this object view filter column.- Specified by:
getUuid
in interfaceObjectViewFilterColumnModel
- Specified by:
getUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the uuid of this object view filter column
-
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 object view filter column.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfaceObjectViewFilterColumnModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
setCompanyId
in 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:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfaceObjectViewFilterColumnModel
- Specified by:
setCreateDate
in 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:
setFilterType
in interfaceObjectViewFilterColumnModel
- Parameters:
filterType
- the filter type of this object view filter column
-
setJSON
Sets the json of this object view filter column.- Specified by:
setJSON
in interfaceObjectViewFilterColumnModel
- Parameters:
json
- the json of this object view filter column
-
setModifiedDate
Sets the modified date of this object view filter column.- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfaceObjectViewFilterColumnModel
- Specified by:
setModifiedDate
in 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:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Specified by:
setMvccVersion
in 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:
setObjectFieldName
in 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:
setObjectViewFilterColumnId
in 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:
setObjectViewId
in 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:
setPrimaryKey
in 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:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserId
in 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:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in 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:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in interfaceObjectViewFilterColumnModel
- Parameters:
userUuid
- the user uuid of this object view filter column
-
setUuid
Sets the uuid of this object view filter column.- Specified by:
setUuid
in interfaceObjectViewFilterColumnModel
- Specified by:
setUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
uuid
- the uuid of this object view filter column
-
toXmlString
- Specified by:
toXmlString
in interfaceObjectViewFilterColumnModel
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelType
in interfacecom.liferay.portal.kernel.model.StagedModel
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ObjectViewFilterColumn>
-