Package com.liferay.contacts.model
Class EntryWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<Entry>
com.liferay.contacts.model.EntryWrapper
- All Implemented Interfaces:
Entry,EntryModel,com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<Entry>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.GroupedModel,com.liferay.portal.kernel.model.ModelWrapper<Entry>,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,Serializable,Cloneable,Comparable<Entry>
public class EntryWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<Entry>
implements Entry, com.liferay.portal.kernel.model.ModelWrapper<Entry>
This class is a wrapper for Entry.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.contacts.model.Entry
ENTRY_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the comments of this entry.longReturns the company ID of this entry.Returns the create date of this entry.Returns the email address of this entry.longReturns the entry ID of this entry.Returns the full name of this entry.longReturns the group ID of this entry.Returns the modified date of this entry.longReturns the primary key of this entry.longReturns the user ID of this entry.Returns the user name of this entry.Returns the user uuid of this entry.voidpersist()voidsetComments(String comments) Sets the comments of this entry.voidsetCompanyId(long companyId) Sets the company ID of this entry.voidsetCreateDate(Date createDate) Sets the create date of this entry.voidsetEmailAddress(String emailAddress) Sets the email address of this entry.voidsetEntryId(long entryId) Sets the entry ID of this entry.voidsetFullName(String fullName) Sets the full name of this entry.voidsetGroupId(long groupId) Sets the group ID of this entry.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this entry.voidsetPrimaryKey(long primaryKey) Sets the primary key of this entry.voidsetUserId(long userId) Sets the user ID of this entry.voidsetUserName(String userName) Sets the user name of this entry.voidsetUserUuid(String userUuid) Sets the user uuid of this entry.protected EntryWrapperMethods 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
getWrappedModel
-
Constructor Details
-
EntryWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<Entry>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<Entry>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<Entry>- Specified by:
cloneWithOriginalValuesin interfaceEntryModel
-
getComments
Returns the comments of this entry.- Specified by:
getCommentsin interfaceEntryModel- Returns:
- the comments of this entry
-
getCompanyId
public long getCompanyId()Returns the company ID of this entry.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceEntryModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this entry
-
getCreateDate
Returns the create date of this entry.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceEntryModel- Returns:
- the create date of this entry
-
getEmailAddress
Returns the email address of this entry.- Specified by:
getEmailAddressin interfaceEntryModel- Returns:
- the email address of this entry
-
getEntryId
public long getEntryId()Returns the entry ID of this entry.- Specified by:
getEntryIdin interfaceEntryModel- Returns:
- the entry ID of this entry
-
getFullName
Returns the full name of this entry.- Specified by:
getFullNamein interfaceEntryModel- Returns:
- the full name of this entry
-
getGroupId
public long getGroupId()Returns the group ID of this entry.- Specified by:
getGroupIdin interfaceEntryModel- Specified by:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Returns:
- the group ID of this entry
-
getModifiedDate
Returns the modified date of this entry.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceEntryModel- Returns:
- the modified date of this entry
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this entry.- Specified by:
getPrimaryKeyin interfaceEntryModel- Returns:
- the primary key of this entry
-
getUserId
public long getUserId()Returns the user ID of this entry.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceEntryModel- Returns:
- the user ID of this entry
-
getUserName
Returns the user name of this entry.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceEntryModel- Returns:
- the user name of this entry
-
getUserUuid
Returns the user uuid of this entry.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceEntryModel- Returns:
- the user uuid of this entry
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setComments
Sets the comments of this entry.- Specified by:
setCommentsin interfaceEntryModel- Parameters:
comments- the comments of this entry
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this entry.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceEntryModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this entry
-
setCreateDate
Sets the create date of this entry.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfaceEntryModel- Parameters:
createDate- the create date of this entry
-
setEmailAddress
Sets the email address of this entry.- Specified by:
setEmailAddressin interfaceEntryModel- Parameters:
emailAddress- the email address of this entry
-
setEntryId
public void setEntryId(long entryId) Sets the entry ID of this entry.- Specified by:
setEntryIdin interfaceEntryModel- Parameters:
entryId- the entry ID of this entry
-
setFullName
Sets the full name of this entry.- Specified by:
setFullNamein interfaceEntryModel- Parameters:
fullName- the full name of this entry
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this entry.- Specified by:
setGroupIdin interfaceEntryModel- Specified by:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Parameters:
groupId- the group ID of this entry
-
setModifiedDate
Sets the modified date of this entry.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfaceEntryModel- Parameters:
modifiedDate- the modified date of this entry
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this entry.- Specified by:
setPrimaryKeyin interfaceEntryModel- Parameters:
primaryKey- the primary key of this entry
-
setUserId
public void setUserId(long userId) Sets the user ID of this entry.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceEntryModel- Parameters:
userId- the user ID of this entry
-
setUserName
Sets the user name of this entry.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceEntryModel- Parameters:
userName- the user name of this entry
-
setUserUuid
Sets the user uuid of this entry.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceEntryModel- Parameters:
userUuid- the user uuid of this entry
-
toXmlString
- Specified by:
toXmlStringin interfaceEntryModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<Entry>
-