@ProviderType public interface MicroblogsEntryModel extends com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.microblogs.model.impl.MicroblogsEntryModelImpl
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.microblogs.model.impl.MicroblogsEntryImpl
.
MicroblogsEntry
,
com.liferay.microblogs.model.impl.MicroblogsEntryImpl
,
com.liferay.microblogs.model.impl.MicroblogsEntryModelImpl
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
int |
compareTo(MicroblogsEntry microblogsEntry) |
long |
getCompanyId()
Returns the company ID of this microblogs entry.
|
java.lang.String |
getContent()
Returns the content of this microblogs entry.
|
java.util.Date |
getCreateDate()
Returns the create date of this microblogs entry.
|
long |
getCreatorClassNameId()
Returns the creator class name ID of this microblogs entry.
|
long |
getCreatorClassPK()
Returns the creator class pk of this microblogs entry.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getMicroblogsEntryId()
Returns the microblogs entry ID of this microblogs entry.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this microblogs entry.
|
long |
getParentMicroblogsEntryId()
Returns the parent microblogs entry ID of this microblogs entry.
|
long |
getPrimaryKey()
Returns the primary key of this microblogs entry.
|
java.io.Serializable |
getPrimaryKeyObj() |
int |
getSocialRelationType()
Returns the social relation type of this microblogs entry.
|
int |
getType()
Returns the type of this microblogs entry.
|
long |
getUserId()
Returns the user ID of this microblogs entry.
|
java.lang.String |
getUserName()
Returns the user name of this microblogs entry.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this microblogs entry.
|
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEscapedModel() |
boolean |
isNew() |
void |
setCachedModel(boolean cachedModel) |
void |
setCompanyId(long companyId)
Sets the company ID of this microblogs entry.
|
void |
setContent(java.lang.String content)
Sets the content of this microblogs entry.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this microblogs entry.
|
void |
setCreatorClassNameId(long creatorClassNameId)
Sets the creator class name ID of this microblogs entry.
|
void |
setCreatorClassPK(long creatorClassPK)
Sets the creator class pk of this microblogs 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 |
setMicroblogsEntryId(long microblogsEntryId)
Sets the microblogs entry ID of this microblogs entry.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this microblogs entry.
|
void |
setNew(boolean n) |
void |
setParentMicroblogsEntryId(long parentMicroblogsEntryId)
Sets the parent microblogs entry ID of this microblogs entry.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this microblogs entry.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setSocialRelationType(int socialRelationType)
Sets the social relation type of this microblogs entry.
|
void |
setType(int type)
Sets the type of this microblogs entry.
|
void |
setUserId(long userId)
Sets the user ID of this microblogs entry.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this microblogs entry.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this microblogs entry.
|
com.liferay.portal.kernel.model.CacheModel<MicroblogsEntry> |
toCacheModel() |
MicroblogsEntry |
toEscapedModel() |
java.lang.String |
toString() |
MicroblogsEntry |
toUnescapedModel() |
java.lang.String |
toXmlString() |
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this microblogs entrylong getMicroblogsEntryId()
void setMicroblogsEntryId(long microblogsEntryId)
microblogsEntryId
- the microblogs entry ID of this microblogs entrylong getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this microblogs entrylong getUserId()
getUserId
in interface com.liferay.portal.kernel.model.AuditedModel
void setUserId(long userId)
setUserId
in interface com.liferay.portal.kernel.model.AuditedModel
userId
- the user ID of this microblogs entryjava.lang.String getUserUuid()
getUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
void setUserUuid(java.lang.String userUuid)
setUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
userUuid
- the user uuid of this microblogs entry@AutoEscape java.lang.String getUserName()
getUserName
in interface com.liferay.portal.kernel.model.AuditedModel
void setUserName(java.lang.String userName)
setUserName
in interface com.liferay.portal.kernel.model.AuditedModel
userName
- the user name of this microblogs entryjava.util.Date getCreateDate()
getCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
void setCreateDate(java.util.Date createDate)
setCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
createDate
- the create date of this microblogs entryjava.util.Date getModifiedDate()
getModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
modifiedDate
- the modified date of this microblogs entrylong getCreatorClassNameId()
void setCreatorClassNameId(long creatorClassNameId)
creatorClassNameId
- the creator class name ID of this microblogs entrylong getCreatorClassPK()
void setCreatorClassPK(long creatorClassPK)
creatorClassPK
- the creator class pk of this microblogs entry@AutoEscape java.lang.String getContent()
void setContent(java.lang.String content)
content
- the content of this microblogs entryint getType()
void setType(int type)
type
- the type of this microblogs entrylong getParentMicroblogsEntryId()
void setParentMicroblogsEntryId(long parentMicroblogsEntryId)
parentMicroblogsEntryId
- the parent microblogs entry ID of this microblogs entryint getSocialRelationType()
void setSocialRelationType(int socialRelationType)
socialRelationType
- the social relation type of this microblogs entryboolean isNew()
isNew
in interface com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>
void setNew(boolean n)
setNew
in interface com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>
boolean isCachedModel()
isCachedModel
in interface com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>
void setCachedModel(boolean cachedModel)
setCachedModel
in interface com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>
boolean isEscapedModel()
isEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>
java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge
in interface com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>
getExpandoBridge
in interface com.liferay.portal.kernel.model.ClassedModel
void setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>
void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>
void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>
java.lang.Object clone()
clone
in interface com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>
int compareTo(MicroblogsEntry microblogsEntry)
compareTo
in interface java.lang.Comparable<MicroblogsEntry>
int hashCode()
hashCode
in class java.lang.Object
com.liferay.portal.kernel.model.CacheModel<MicroblogsEntry> toCacheModel()
toCacheModel
in interface com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>
MicroblogsEntry toEscapedModel()
toEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>
MicroblogsEntry toUnescapedModel()
toUnescapedModel
in interface com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>
java.lang.String toString()
toString
in class java.lang.Object
java.lang.String toXmlString()
toXmlString
in interface com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>