@ProviderType public class EntryWrapper extends java.lang.Object implements Entry, com.liferay.portal.kernel.model.ModelWrapper<Entry>
This class is a wrapper for Entry
.
Entry
,
Serialized FormENTRY_ID_ACCESSOR
Constructor and Description |
---|
EntryWrapper(Entry entry) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
int |
compareTo(Entry entry) |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getComments()
Returns the comments of this entry.
|
long |
getCompanyId()
Returns the company ID of this entry.
|
java.util.Date |
getCreateDate()
Returns the create date of this entry.
|
java.lang.String |
getEmailAddress()
Returns the email address of this entry.
|
long |
getEntryId()
Returns the entry ID of this entry.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
java.lang.String |
getFullName()
Returns the full name of this entry.
|
long |
getGroupId()
Returns the group ID of this entry.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
java.util.Date |
getModifiedDate()
Returns the modified date of this entry.
|
long |
getPrimaryKey()
Returns the primary key of this entry.
|
java.io.Serializable |
getPrimaryKeyObj() |
long |
getUserId()
Returns the user ID of this entry.
|
java.lang.String |
getUserName()
Returns the user name of this entry.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this entry.
|
Entry |
getWrappedModel() |
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEntityCacheEnabled() |
boolean |
isEscapedModel() |
boolean |
isFinderCacheEnabled() |
boolean |
isNew() |
void |
persist() |
void |
resetOriginalValues() |
void |
setCachedModel(boolean cachedModel) |
void |
setComments(java.lang.String comments)
Sets the comments of this entry.
|
void |
setCompanyId(long companyId)
Sets the company ID of this entry.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this entry.
|
void |
setEmailAddress(java.lang.String emailAddress)
Sets the email address of this entry.
|
void |
setEntryId(long entryId)
Sets the entry ID of this entry.
|
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setFullName(java.lang.String fullName)
Sets the full name of this entry.
|
void |
setGroupId(long groupId)
Sets the group ID of this 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 entry.
|
void |
setNew(boolean n) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this entry.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setUserId(long userId)
Sets the user ID of this entry.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this entry.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this entry.
|
com.liferay.portal.kernel.model.CacheModel<Entry> |
toCacheModel() |
Entry |
toEscapedModel() |
java.lang.String |
toString() |
Entry |
toUnescapedModel() |
java.lang.String |
toXmlString() |
public EntryWrapper(Entry entry)
public java.lang.Class<?> getModelClass()
getModelClass
in interface com.liferay.portal.kernel.model.ClassedModel
public java.lang.String getModelClassName()
getModelClassName
in interface com.liferay.portal.kernel.model.ClassedModel
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<Entry>
public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<Entry>
public Entry toEscapedModel()
toEscapedModel
in interface EntryModel
toEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<Entry>
public Entry toUnescapedModel()
toUnescapedModel
in interface EntryModel
toUnescapedModel
in interface com.liferay.portal.kernel.model.BaseModel<Entry>
public boolean isCachedModel()
isCachedModel
in interface EntryModel
isCachedModel
in interface com.liferay.portal.kernel.model.BaseModel<Entry>
public boolean isEscapedModel()
isEscapedModel
in interface EntryModel
isEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<Entry>
public boolean isNew()
isNew
in interface EntryModel
isNew
in interface com.liferay.portal.kernel.model.BaseModel<Entry>
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge
in interface EntryModel
getExpandoBridge
in interface com.liferay.portal.kernel.model.BaseModel<Entry>
getExpandoBridge
in interface com.liferay.portal.kernel.model.ClassedModel
public com.liferay.portal.kernel.model.CacheModel<Entry> toCacheModel()
toCacheModel
in interface EntryModel
toCacheModel
in interface com.liferay.portal.kernel.model.BaseModel<Entry>
public int compareTo(Entry entry)
compareTo
in interface EntryModel
compareTo
in interface java.lang.Comparable<Entry>
public int hashCode()
hashCode
in interface EntryModel
hashCode
in class java.lang.Object
public java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj
in interface EntryModel
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<Entry>
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
public java.lang.Object clone()
clone
in interface EntryModel
clone
in interface com.liferay.portal.kernel.model.BaseModel<Entry>
clone
in class java.lang.Object
public java.lang.String getComments()
getComments
in interface EntryModel
public java.lang.String getEmailAddress()
getEmailAddress
in interface EntryModel
public java.lang.String getFullName()
getFullName
in interface EntryModel
public java.lang.String getUserName()
getUserName
in interface EntryModel
getUserName
in interface com.liferay.portal.kernel.model.AuditedModel
public java.lang.String getUserUuid()
getUserUuid
in interface EntryModel
getUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
public java.lang.String toString()
toString
in interface EntryModel
toString
in class java.lang.Object
public java.lang.String toXmlString()
toXmlString
in interface EntryModel
toXmlString
in interface com.liferay.portal.kernel.model.BaseModel<Entry>
public java.util.Date getCreateDate()
getCreateDate
in interface EntryModel
getCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
public java.util.Date getModifiedDate()
getModifiedDate
in interface EntryModel
getModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
public long getCompanyId()
getCompanyId
in interface EntryModel
getCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
public long getEntryId()
getEntryId
in interface EntryModel
public long getGroupId()
getGroupId
in interface EntryModel
getGroupId
in interface com.liferay.portal.kernel.model.GroupedModel
public long getPrimaryKey()
getPrimaryKey
in interface EntryModel
public long getUserId()
getUserId
in interface EntryModel
getUserId
in interface com.liferay.portal.kernel.model.AuditedModel
public void persist()
persist
in interface com.liferay.portal.kernel.model.PersistedModel
public void setCachedModel(boolean cachedModel)
setCachedModel
in interface EntryModel
setCachedModel
in interface com.liferay.portal.kernel.model.BaseModel<Entry>
public void setComments(java.lang.String comments)
setComments
in interface EntryModel
comments
- the comments of this entrypublic void setCompanyId(long companyId)
setCompanyId
in interface EntryModel
setCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this entrypublic void setCreateDate(java.util.Date createDate)
setCreateDate
in interface EntryModel
setCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
createDate
- the create date of this entrypublic void setEmailAddress(java.lang.String emailAddress)
setEmailAddress
in interface EntryModel
emailAddress
- the email address of this entrypublic void setEntryId(long entryId)
setEntryId
in interface EntryModel
entryId
- the entry ID of this entrypublic void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes
in interface EntryModel
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<Entry>
public void setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes
in interface EntryModel
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<Entry>
public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes
in interface EntryModel
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<Entry>
public void setFullName(java.lang.String fullName)
setFullName
in interface EntryModel
fullName
- the full name of this entrypublic void setGroupId(long groupId)
setGroupId
in interface EntryModel
setGroupId
in interface com.liferay.portal.kernel.model.GroupedModel
groupId
- the group ID of this entrypublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate
in interface EntryModel
setModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
modifiedDate
- the modified date of this entrypublic void setNew(boolean n)
setNew
in interface EntryModel
setNew
in interface com.liferay.portal.kernel.model.BaseModel<Entry>
public void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface EntryModel
primaryKey
- the primary key of this entrypublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj
in interface EntryModel
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<Entry>
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
public void setUserId(long userId)
setUserId
in interface EntryModel
setUserId
in interface com.liferay.portal.kernel.model.AuditedModel
userId
- the user ID of this entrypublic void setUserName(java.lang.String userName)
setUserName
in interface EntryModel
setUserName
in interface com.liferay.portal.kernel.model.AuditedModel
userName
- the user name of this entrypublic void setUserUuid(java.lang.String userUuid)
setUserUuid
in interface EntryModel
setUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
userUuid
- the user uuid of this entrypublic boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public Entry getWrappedModel()
getWrappedModel
in interface com.liferay.portal.kernel.model.ModelWrapper<Entry>
public boolean isEntityCacheEnabled()
isEntityCacheEnabled
in interface com.liferay.portal.kernel.model.BaseModel<Entry>
public boolean isFinderCacheEnabled()
isFinderCacheEnabled
in interface com.liferay.portal.kernel.model.BaseModel<Entry>
public void resetOriginalValues()
resetOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<Entry>