public class COREntryWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<COREntry> implements COREntry, com.liferay.portal.kernel.model.ModelWrapper<COREntry>
This class is a wrapper for COREntry.
COREntry,
Serialized FormCOR_ENTRY_ID_ACCESSOR| Constructor and Description |
|---|
COREntryWrapper(COREntry corEntry) |
| Modifier and Type | Method and Description |
|---|---|
COREntry |
cloneWithOriginalValues() |
boolean |
getActive()
Returns the active of this cor entry.
|
long |
getCompanyId()
Returns the company ID of this cor entry.
|
long |
getCOREntryId()
Returns the cor entry ID of this cor entry.
|
java.util.Date |
getCreateDate()
Returns the create date of this cor entry.
|
java.lang.String |
getDescription()
Returns the description of this cor entry.
|
java.util.Date |
getDisplayDate()
Returns the display date of this cor entry.
|
java.util.Date |
getExpirationDate()
Returns the expiration date of this cor entry.
|
java.lang.String |
getExternalReferenceCode()
Returns the external reference code of this cor entry.
|
java.util.Date |
getLastPublishDate()
Returns the last publish date of this cor entry.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this cor entry.
|
long |
getMvccVersion()
Returns the mvcc version of this cor entry.
|
java.lang.String |
getName()
Returns the name of this cor entry.
|
long |
getPrimaryKey()
Returns the primary key of this cor entry.
|
int |
getPriority()
Returns the priority of this cor entry.
|
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
int |
getStatus()
Returns the status of this cor entry.
|
long |
getStatusByUserId()
Returns the status by user ID of this cor entry.
|
java.lang.String |
getStatusByUserName()
Returns the status by user name of this cor entry.
|
java.lang.String |
getStatusByUserUuid()
Returns the status by user uuid of this cor entry.
|
java.util.Date |
getStatusDate()
Returns the status date of this cor entry.
|
java.lang.String |
getType()
Returns the type of this cor entry.
|
java.lang.String |
getTypeSettings()
Returns the type settings of this cor entry.
|
long |
getUserId()
Returns the user ID of this cor entry.
|
java.lang.String |
getUserName()
Returns the user name of this cor entry.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this cor entry.
|
java.lang.String |
getUuid()
Returns the uuid of this cor entry.
|
boolean |
isActive()
Returns
true if this cor entry is active. |
boolean |
isApproved()
Returns
true if this cor entry is approved. |
boolean |
isDenied()
Returns
true if this cor entry is denied. |
boolean |
isDraft()
Returns
true if this cor entry is a draft. |
boolean |
isExpired()
Returns
true if this cor entry is expired. |
boolean |
isInactive()
Returns
true if this cor entry is inactive. |
boolean |
isIncomplete()
Returns
true if this cor entry is incomplete. |
boolean |
isPending()
Returns
true if this cor entry is pending. |
boolean |
isScheduled()
Returns
true if this cor entry is scheduled. |
void |
persist() |
void |
setActive(boolean active)
Sets whether this cor entry is active.
|
void |
setCompanyId(long companyId)
Sets the company ID of this cor entry.
|
void |
setCOREntryId(long COREntryId)
Sets the cor entry ID of this cor entry.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this cor entry.
|
void |
setDescription(java.lang.String description)
Sets the description of this cor entry.
|
void |
setDisplayDate(java.util.Date displayDate)
Sets the display date of this cor entry.
|
void |
setExpirationDate(java.util.Date expirationDate)
Sets the expiration date of this cor entry.
|
void |
setExternalReferenceCode(java.lang.String externalReferenceCode)
Sets the external reference code of this cor entry.
|
void |
setLastPublishDate(java.util.Date lastPublishDate)
Sets the last publish date of this cor entry.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this cor entry.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this cor entry.
|
void |
setName(java.lang.String name)
Sets the name of this cor entry.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this cor entry.
|
void |
setPriority(int priority)
Sets the priority of this cor entry.
|
void |
setStatus(int status)
Sets the status of this cor entry.
|
void |
setStatusByUserId(long statusByUserId)
Sets the status by user ID of this cor entry.
|
void |
setStatusByUserName(java.lang.String statusByUserName)
Sets the status by user name of this cor entry.
|
void |
setStatusByUserUuid(java.lang.String statusByUserUuid)
Sets the status by user uuid of this cor entry.
|
void |
setStatusDate(java.util.Date statusDate)
Sets the status date of this cor entry.
|
void |
setType(java.lang.String type)
Sets the type of this cor entry.
|
void |
setTypeSettings(java.lang.String typeSettings)
Sets the type settings of this cor entry.
|
void |
setTypeSettingsUnicodeProperties(com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties) |
void |
setUserId(long userId)
Sets the user ID of this cor entry.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this cor entry.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this cor entry.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this cor entry.
|
java.lang.String |
toXmlString() |
protected COREntryWrapper |
wrap(COREntry corEntry) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelpublic COREntryWrapper(COREntry corEntry)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<COREntry>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<COREntry>public COREntry cloneWithOriginalValues()
cloneWithOriginalValues in interface COREntryModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<COREntry>public boolean getActive()
getActive in interface COREntryModelpublic long getCompanyId()
getCompanyId in interface COREntryModelgetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface com.liferay.portal.kernel.model.StagedModelpublic long getCOREntryId()
getCOREntryId in interface COREntryModelpublic java.util.Date getCreateDate()
getCreateDate in interface COREntryModelgetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface com.liferay.portal.kernel.model.StagedModelpublic java.lang.String getDescription()
getDescription in interface COREntryModelpublic java.util.Date getDisplayDate()
getDisplayDate in interface COREntryModelpublic java.util.Date getExpirationDate()
getExpirationDate in interface COREntryModelpublic java.lang.String getExternalReferenceCode()
getExternalReferenceCode in interface COREntryModelgetExternalReferenceCode in interface com.liferay.portal.kernel.model.ExternalReferenceCodeModelpublic java.util.Date getLastPublishDate()
getLastPublishDate in interface COREntryModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface COREntryModelgetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelpublic long getMvccVersion()
getMvccVersion in interface COREntryModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic java.lang.String getName()
getName in interface COREntryModelpublic long getPrimaryKey()
getPrimaryKey in interface COREntryModelpublic int getPriority()
getPriority in interface COREntryModelpublic int getStatus()
getStatus in interface COREntryModelgetStatus in interface com.liferay.portal.kernel.model.WorkflowedModelpublic long getStatusByUserId()
getStatusByUserId in interface COREntryModelgetStatusByUserId in interface com.liferay.portal.kernel.model.WorkflowedModelpublic java.lang.String getStatusByUserName()
getStatusByUserName in interface COREntryModelgetStatusByUserName in interface com.liferay.portal.kernel.model.WorkflowedModelpublic java.lang.String getStatusByUserUuid()
getStatusByUserUuid in interface COREntryModelgetStatusByUserUuid in interface com.liferay.portal.kernel.model.WorkflowedModelpublic java.util.Date getStatusDate()
getStatusDate in interface COREntryModelgetStatusDate in interface com.liferay.portal.kernel.model.WorkflowedModelpublic java.lang.String getType()
getType in interface COREntryModelpublic java.lang.String getTypeSettings()
getTypeSettings in interface COREntryModelpublic long getUserId()
getUserId in interface COREntryModelgetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserName()
getUserName in interface COREntryModelgetUserName in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface COREntryModelgetUserUuid in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUuid()
getUuid in interface COREntryModelgetUuid in interface com.liferay.portal.kernel.model.StagedModelpublic boolean isActive()
true if this cor entry is active.isActive in interface COREntryModeltrue if this cor entry is active; false otherwisepublic boolean isApproved()
true if this cor entry is approved.isApproved in interface COREntryModelisApproved in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this cor entry is approved; false otherwisepublic boolean isDenied()
true if this cor entry is denied.isDenied in interface COREntryModelisDenied in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this cor entry is denied; false otherwisepublic boolean isDraft()
true if this cor entry is a draft.isDraft in interface COREntryModelisDraft in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this cor entry is a draft; false otherwisepublic boolean isExpired()
true if this cor entry is expired.isExpired in interface COREntryModelisExpired in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this cor entry is expired; false otherwisepublic boolean isInactive()
true if this cor entry is inactive.isInactive in interface COREntryModelisInactive in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this cor entry is inactive; false otherwisepublic boolean isIncomplete()
true if this cor entry is incomplete.isIncomplete in interface COREntryModelisIncomplete in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this cor entry is incomplete; false otherwisepublic boolean isPending()
true if this cor entry is pending.isPending in interface COREntryModelisPending in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this cor entry is pending; false otherwisepublic boolean isScheduled()
true if this cor entry is scheduled.isScheduled in interface COREntryModelisScheduled in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this cor entry is scheduled; false otherwisepublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setActive(boolean active)
setActive in interface COREntryModelactive - the active of this cor entrypublic void setCompanyId(long companyId)
setCompanyId in interface COREntryModelsetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface com.liferay.portal.kernel.model.StagedModelcompanyId - the company ID of this cor entrypublic void setCOREntryId(long COREntryId)
setCOREntryId in interface COREntryModelCOREntryId - the cor entry ID of this cor entrypublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface COREntryModelsetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface com.liferay.portal.kernel.model.StagedModelcreateDate - the create date of this cor entrypublic void setDescription(java.lang.String description)
setDescription in interface COREntryModeldescription - the description of this cor entrypublic void setDisplayDate(java.util.Date displayDate)
setDisplayDate in interface COREntryModeldisplayDate - the display date of this cor entrypublic void setExpirationDate(java.util.Date expirationDate)
setExpirationDate in interface COREntryModelexpirationDate - the expiration date of this cor entrypublic void setExternalReferenceCode(java.lang.String externalReferenceCode)
setExternalReferenceCode in interface COREntryModelsetExternalReferenceCode in interface com.liferay.portal.kernel.model.ExternalReferenceCodeModelexternalReferenceCode - the external reference code of this cor entrypublic void setLastPublishDate(java.util.Date lastPublishDate)
setLastPublishDate in interface COREntryModellastPublishDate - the last publish date of this cor entrypublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface COREntryModelsetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelmodifiedDate - the modified date of this cor entrypublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface COREntryModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this cor entrypublic void setName(java.lang.String name)
setName in interface COREntryModelname - the name of this cor entrypublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface COREntryModelprimaryKey - the primary key of this cor entrypublic void setPriority(int priority)
setPriority in interface COREntryModelpriority - the priority of this cor entrypublic void setStatus(int status)
setStatus in interface COREntryModelsetStatus in interface com.liferay.portal.kernel.model.WorkflowedModelstatus - the status of this cor entrypublic void setStatusByUserId(long statusByUserId)
setStatusByUserId in interface COREntryModelsetStatusByUserId in interface com.liferay.portal.kernel.model.WorkflowedModelstatusByUserId - the status by user ID of this cor entrypublic void setStatusByUserName(java.lang.String statusByUserName)
setStatusByUserName in interface COREntryModelsetStatusByUserName in interface com.liferay.portal.kernel.model.WorkflowedModelstatusByUserName - the status by user name of this cor entrypublic void setStatusByUserUuid(java.lang.String statusByUserUuid)
setStatusByUserUuid in interface COREntryModelsetStatusByUserUuid in interface com.liferay.portal.kernel.model.WorkflowedModelstatusByUserUuid - the status by user uuid of this cor entrypublic void setStatusDate(java.util.Date statusDate)
setStatusDate in interface COREntryModelsetStatusDate in interface com.liferay.portal.kernel.model.WorkflowedModelstatusDate - the status date of this cor entrypublic void setType(java.lang.String type)
setType in interface COREntryModeltype - the type of this cor entrypublic void setTypeSettings(java.lang.String typeSettings)
setTypeSettings in interface COREntryModeltypeSettings - the type settings of this cor entrypublic void setTypeSettingsUnicodeProperties(com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties)
setTypeSettingsUnicodeProperties in interface COREntrypublic void setUserId(long userId)
setUserId in interface COREntryModelsetUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this cor entrypublic void setUserName(java.lang.String userName)
setUserName in interface COREntryModelsetUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this cor entrypublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface COREntryModelsetUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this cor entrypublic void setUuid(java.lang.String uuid)
setUuid in interface COREntryModelsetUuid in interface com.liferay.portal.kernel.model.StagedModeluuid - the uuid of this cor entrypublic java.lang.String toXmlString()
toXmlString in interface COREntryModelpublic com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType in interface com.liferay.portal.kernel.model.StagedModelprotected COREntryWrapper wrap(COREntry corEntry)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<COREntry>