com.liferay.portlet.announcements.model
Interface AnnouncementsFlagModel

All Superinterfaces:
BaseModel<AnnouncementsFlag>, java.lang.Cloneable, java.lang.Comparable<AnnouncementsFlag>, java.io.Serializable
All Known Subinterfaces:
AnnouncementsFlag

public interface AnnouncementsFlagModel
extends BaseModel<AnnouncementsFlag>

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 AnnouncementsFlag table in the database.

Author:
Brian Wing Shun Chan
See Also:
AnnouncementsFlag, com.liferay.portlet.announcements.model.impl.AnnouncementsFlagImpl, com.liferay.portlet.announcements.model.impl.AnnouncementsFlagModelImpl

Method Summary
 java.util.Date getCreateDate()
           
 long getEntryId()
           
 long getFlagId()
           
 long getPrimaryKey()
           
 long getUserId()
           
 java.lang.String getUserUuid()
           
 int getValue()
           
 void setCreateDate(java.util.Date createDate)
           
 void setEntryId(long entryId)
           
 void setFlagId(long flagId)
           
 void setPrimaryKey(long pk)
           
 void setUserId(long userId)
           
 void setUserUuid(java.lang.String userUuid)
           
 void setValue(int value)
           
 AnnouncementsFlag toEscapedModel()
           
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew, toXmlString
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getPrimaryKey

long getPrimaryKey()

setPrimaryKey

void setPrimaryKey(long pk)

getFlagId

long getFlagId()

setFlagId

void setFlagId(long flagId)

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)

getCreateDate

java.util.Date getCreateDate()

setCreateDate

void setCreateDate(java.util.Date createDate)

getEntryId

long getEntryId()

setEntryId

void setEntryId(long entryId)

getValue

int getValue()

setValue

void setValue(int value)

toEscapedModel

AnnouncementsFlag toEscapedModel()