@ProviderType public interface MeetupsRegistrationModel extends com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<MeetupsRegistration>, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.social.networking.model.impl.MeetupsRegistrationModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.social.networking.model.impl.MeetupsRegistrationImpl.
MeetupsRegistration,
com.liferay.social.networking.model.impl.MeetupsRegistrationImpl,
com.liferay.social.networking.model.impl.MeetupsRegistrationModelImpl| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(MeetupsRegistration meetupsRegistration) |
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.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.
|
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEscapedModel() |
boolean |
isNew() |
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 |
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() |
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this meetups registrationlong getMeetupsRegistrationId()
void setMeetupsRegistrationId(long meetupsRegistrationId)
meetupsRegistrationId - the meetups registration ID of this meetups registrationlong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this meetups registrationlong getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this meetups registrationjava.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this meetups registration@AutoEscape java.lang.String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this meetups registrationjava.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelvoid setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModelcreateDate - the create date of this meetups registrationjava.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelvoid setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelmodifiedDate - the modified date of this meetups registrationlong getMeetupsEntryId()
void setMeetupsEntryId(long meetupsEntryId)
meetupsEntryId - the meetups entry ID of this meetups registrationint getStatus()
void setStatus(int status)
status - the status of this meetups registration@AutoEscape java.lang.String getComments()
void setComments(java.lang.String comments)
comments - the comments of this meetups registrationboolean isNew()
isNew in interface com.liferay.portal.kernel.model.BaseModel<MeetupsRegistration>void setNew(boolean n)
setNew in interface com.liferay.portal.kernel.model.BaseModel<MeetupsRegistration>boolean isCachedModel()
isCachedModel in interface com.liferay.portal.kernel.model.BaseModel<MeetupsRegistration>void setCachedModel(boolean cachedModel)
setCachedModel in interface com.liferay.portal.kernel.model.BaseModel<MeetupsRegistration>boolean isEscapedModel()
isEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<MeetupsRegistration>java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<MeetupsRegistration>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelvoid setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<MeetupsRegistration>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelcom.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<MeetupsRegistration>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelvoid setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<MeetupsRegistration>void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<MeetupsRegistration>void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<MeetupsRegistration>java.lang.Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<MeetupsRegistration>int compareTo(MeetupsRegistration meetupsRegistration)
compareTo in interface java.lang.Comparable<MeetupsRegistration>int hashCode()
hashCode in class java.lang.Objectcom.liferay.portal.kernel.model.CacheModel<MeetupsRegistration> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<MeetupsRegistration>MeetupsRegistration toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<MeetupsRegistration>MeetupsRegistration toUnescapedModel()
toUnescapedModel in interface com.liferay.portal.kernel.model.BaseModel<MeetupsRegistration>java.lang.String toString()
toString in class java.lang.Objectjava.lang.String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<MeetupsRegistration>