com.liferay.portlet.tags.model
Interface TagsEntryModel

All Superinterfaces:
BaseModel<TagsEntry>, java.lang.Cloneable, java.lang.Comparable<TagsEntry>, java.io.Serializable
All Known Subinterfaces:
TagsEntry
All Known Implementing Classes:
TagsEntryWrapper

public interface TagsEntryModel
extends BaseModel<TagsEntry>

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface is a model that represents the TagsEntry table in the database.

Author:
Brian Wing Shun Chan
See Also:
TagsEntry, com.liferay.portlet.tags.model.impl.TagsEntryImpl, com.liferay.portlet.tags.model.impl.TagsEntryModelImpl
Generated:

Method Summary
 java.lang.Object clone()
           
 int compareTo(TagsEntry tagsEntry)
           
 long getCompanyId()
           
 java.util.Date getCreateDate()
           
 long getEntryId()
           
 ExpandoBridge getExpandoBridge()
           
 long getGroupId()
           
 java.util.Date getModifiedDate()
           
 java.lang.String getName()
           
 long getParentEntryId()
           
 long getPrimaryKey()
           
 java.io.Serializable getPrimaryKeyObj()
           
 long getUserId()
           
 java.lang.String getUserName()
           
 java.lang.String getUserUuid()
           
 long getVocabularyId()
           
 int hashCode()
           
 boolean isCachedModel()
           
 boolean isEscapedModel()
           
 boolean isNew()
           
 void setCachedModel(boolean cachedModel)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(java.util.Date createDate)
           
 void setEntryId(long entryId)
           
 void setEscapedModel(boolean escapedModel)
           
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
           
 void setGroupId(long groupId)
           
 void setModifiedDate(java.util.Date modifiedDate)
           
 void setName(java.lang.String name)
           
 boolean setNew(boolean n)
           
 void setParentEntryId(long parentEntryId)
           
 void setPrimaryKey(long pk)
           
 void setUserId(long userId)
           
 void setUserName(java.lang.String userName)
           
 void setUserUuid(java.lang.String userUuid)
           
 void setVocabularyId(long vocabularyId)
           
 TagsEntry toEscapedModel()
           
 java.lang.String toString()
           
 java.lang.String toXmlString()
           
 

Method Detail

getPrimaryKey

long getPrimaryKey()

setPrimaryKey

void setPrimaryKey(long pk)

getEntryId

long getEntryId()

setEntryId

void setEntryId(long entryId)

getGroupId

long getGroupId()

setGroupId

void setGroupId(long groupId)

getCompanyId

long getCompanyId()

setCompanyId

void setCompanyId(long companyId)

getUserId

long getUserId()

setUserId

void setUserId(long userId)

getUserUuid

java.lang.String getUserUuid()
                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

setUserUuid

void setUserUuid(java.lang.String userUuid)

getUserName

@AutoEscape
java.lang.String getUserName()

setUserName

void setUserName(java.lang.String userName)

getCreateDate

java.util.Date getCreateDate()

setCreateDate

void setCreateDate(java.util.Date createDate)

getModifiedDate

java.util.Date getModifiedDate()

setModifiedDate

void setModifiedDate(java.util.Date modifiedDate)

getParentEntryId

long getParentEntryId()

setParentEntryId

void setParentEntryId(long parentEntryId)

getName

@AutoEscape
java.lang.String getName()

setName

void setName(java.lang.String name)

getVocabularyId

long getVocabularyId()

setVocabularyId

void setVocabularyId(long vocabularyId)

isNew

boolean isNew()
Specified by:
isNew in interface BaseModel<TagsEntry>

setNew

boolean setNew(boolean n)
Specified by:
setNew in interface BaseModel<TagsEntry>

isCachedModel

boolean isCachedModel()
Specified by:
isCachedModel in interface BaseModel<TagsEntry>

setCachedModel

void setCachedModel(boolean cachedModel)
Specified by:
setCachedModel in interface BaseModel<TagsEntry>

isEscapedModel

boolean isEscapedModel()
Specified by:
isEscapedModel in interface BaseModel<TagsEntry>

setEscapedModel

void setEscapedModel(boolean escapedModel)
Specified by:
setEscapedModel in interface BaseModel<TagsEntry>

getPrimaryKeyObj

java.io.Serializable getPrimaryKeyObj()
Specified by:
getPrimaryKeyObj in interface BaseModel<TagsEntry>

getExpandoBridge

ExpandoBridge getExpandoBridge()
Specified by:
getExpandoBridge in interface BaseModel<TagsEntry>

setExpandoBridgeAttributes

void setExpandoBridgeAttributes(ServiceContext serviceContext)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<TagsEntry>

clone

java.lang.Object clone()
Specified by:
clone in interface BaseModel<TagsEntry>

compareTo

int compareTo(TagsEntry tagsEntry)
Specified by:
compareTo in interface java.lang.Comparable<TagsEntry>

hashCode

int hashCode()
Overrides:
hashCode in class java.lang.Object

toEscapedModel

TagsEntry toEscapedModel()
Specified by:
toEscapedModel in interface BaseModel<TagsEntry>

toString

java.lang.String toString()
Overrides:
toString in class java.lang.Object

toXmlString

java.lang.String toXmlString()
Specified by:
toXmlString in interface BaseModel<TagsEntry>