@ProviderType public class MeetupsRegistrationWrapper extends java.lang.Object implements MeetupsRegistration, com.liferay.portal.kernel.model.ModelWrapper<MeetupsRegistration>
This class is a wrapper for MeetupsRegistration.
MeetupsRegistration,
Serialized FormMEETUPS_REGISTRATION_ID_ACCESSOR| Constructor and Description |
|---|
MeetupsRegistrationWrapper(MeetupsRegistration meetupsRegistration) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(MeetupsRegistration meetupsRegistration) |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getComments()
Returns the comments of this meetups registration.
|
long |
getCompanyId()
Returns the company ID of this meetups registration.
|
java.util.Date |
getCreateDate()
Returns the create date of this meetups registration.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getMeetupsEntryId()
Returns the meetups entry ID of this meetups registration.
|
long |
getMeetupsRegistrationId()
Returns the meetups registration ID of this meetups registration.
|
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 meetups registration.
|
long |
getPrimaryKey()
Returns the primary key of this meetups registration.
|
java.io.Serializable |
getPrimaryKeyObj() |
int |
getStatus()
Returns the status of this meetups registration.
|
long |
getUserId()
Returns the user ID of this meetups registration.
|
java.lang.String |
getUserName()
Returns the user name of this meetups registration.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this meetups registration.
|
MeetupsRegistration |
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 meetups registration.
|
void |
setCompanyId(long companyId)
Sets the company ID of this meetups registration.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this meetups registration.
|
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 |
setMeetupsEntryId(long meetupsEntryId)
Sets the meetups entry ID of this meetups registration.
|
void |
setMeetupsRegistrationId(long meetupsRegistrationId)
Sets the meetups registration ID of this meetups registration.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this meetups registration.
|
void |
setNew(boolean n) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this meetups registration.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setStatus(int status)
Sets the status of this meetups registration.
|
void |
setUserId(long userId)
Sets the user ID of this meetups registration.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this meetups registration.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this meetups registration.
|
com.liferay.portal.kernel.model.CacheModel<MeetupsRegistration> |
toCacheModel() |
MeetupsRegistration |
toEscapedModel() |
java.lang.String |
toString() |
MeetupsRegistration |
toUnescapedModel() |
java.lang.String |
toXmlString() |
public MeetupsRegistrationWrapper(MeetupsRegistration meetupsRegistration)
public java.lang.Class<?> getModelClass()
getModelClass in interface com.liferay.portal.kernel.model.ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModelpublic java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<MeetupsRegistration>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<MeetupsRegistration>public MeetupsRegistration toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<MeetupsRegistration>toEscapedModel in interface MeetupsRegistrationModelpublic MeetupsRegistration toUnescapedModel()
toUnescapedModel in interface com.liferay.portal.kernel.model.BaseModel<MeetupsRegistration>toUnescapedModel in interface MeetupsRegistrationModelpublic boolean isCachedModel()
isCachedModel in interface com.liferay.portal.kernel.model.BaseModel<MeetupsRegistration>isCachedModel in interface MeetupsRegistrationModelpublic boolean isEscapedModel()
isEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<MeetupsRegistration>isEscapedModel in interface MeetupsRegistrationModelpublic boolean isNew()
isNew in interface com.liferay.portal.kernel.model.BaseModel<MeetupsRegistration>isNew in interface MeetupsRegistrationModelpublic com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<MeetupsRegistration>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelgetExpandoBridge in interface MeetupsRegistrationModelpublic com.liferay.portal.kernel.model.CacheModel<MeetupsRegistration> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<MeetupsRegistration>toCacheModel in interface MeetupsRegistrationModelpublic int compareTo(MeetupsRegistration meetupsRegistration)
compareTo in interface MeetupsRegistrationModelcompareTo in interface java.lang.Comparable<MeetupsRegistration>public int getStatus()
getStatus in interface MeetupsRegistrationModelpublic int hashCode()
hashCode in interface MeetupsRegistrationModelhashCode in class java.lang.Objectpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<MeetupsRegistration>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelgetPrimaryKeyObj in interface MeetupsRegistrationModelpublic java.lang.Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<MeetupsRegistration>clone in interface MeetupsRegistrationModelclone in class java.lang.Objectpublic java.lang.String getComments()
getComments in interface MeetupsRegistrationModelpublic java.lang.String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AuditedModelgetUserName in interface MeetupsRegistrationModelpublic java.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModelgetUserUuid in interface MeetupsRegistrationModelpublic java.lang.String toString()
toString in interface MeetupsRegistrationModeltoString in class java.lang.Objectpublic java.lang.String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<MeetupsRegistration>toXmlString in interface MeetupsRegistrationModelpublic java.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface MeetupsRegistrationModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface MeetupsRegistrationModelpublic long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface MeetupsRegistrationModelpublic long getMeetupsEntryId()
getMeetupsEntryId in interface MeetupsRegistrationModelpublic long getMeetupsRegistrationId()
getMeetupsRegistrationId in interface MeetupsRegistrationModelpublic long getPrimaryKey()
getPrimaryKey in interface MeetupsRegistrationModelpublic long getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelgetUserId in interface MeetupsRegistrationModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setCachedModel(boolean cachedModel)
setCachedModel in interface com.liferay.portal.kernel.model.BaseModel<MeetupsRegistration>setCachedModel in interface MeetupsRegistrationModelpublic void setComments(java.lang.String comments)
setComments in interface MeetupsRegistrationModelcomments - the comments of this meetups registrationpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface MeetupsRegistrationModelcompanyId - the company ID of this meetups registrationpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface MeetupsRegistrationModelcreateDate - the create date of this meetups registrationpublic void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<MeetupsRegistration>setExpandoBridgeAttributes in interface MeetupsRegistrationModelpublic void setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<MeetupsRegistration>setExpandoBridgeAttributes in interface MeetupsRegistrationModelpublic void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<MeetupsRegistration>setExpandoBridgeAttributes in interface MeetupsRegistrationModelpublic void setMeetupsEntryId(long meetupsEntryId)
setMeetupsEntryId in interface MeetupsRegistrationModelmeetupsEntryId - the meetups entry ID of this meetups registrationpublic void setMeetupsRegistrationId(long meetupsRegistrationId)
setMeetupsRegistrationId in interface MeetupsRegistrationModelmeetupsRegistrationId - the meetups registration ID of this meetups registrationpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface MeetupsRegistrationModelmodifiedDate - the modified date of this meetups registrationpublic void setNew(boolean n)
setNew in interface com.liferay.portal.kernel.model.BaseModel<MeetupsRegistration>setNew in interface MeetupsRegistrationModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface MeetupsRegistrationModelprimaryKey - the primary key of this meetups registrationpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<MeetupsRegistration>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelsetPrimaryKeyObj in interface MeetupsRegistrationModelpublic void setStatus(int status)
setStatus in interface MeetupsRegistrationModelstatus - the status of this meetups registrationpublic void setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.AuditedModelsetUserId in interface MeetupsRegistrationModeluserId - the user ID of this meetups registrationpublic void setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.kernel.model.AuditedModelsetUserName in interface MeetupsRegistrationModeluserName - the user name of this meetups registrationpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModelsetUserUuid in interface MeetupsRegistrationModeluserUuid - the user uuid of this meetups registrationpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic MeetupsRegistration getWrappedModel()
getWrappedModel in interface com.liferay.portal.kernel.model.ModelWrapper<MeetupsRegistration>public boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<MeetupsRegistration>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<MeetupsRegistration>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<MeetupsRegistration>