|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.announcements.model.AnnouncementsEntryWrapper
public class AnnouncementsEntryWrapper
This class is a wrapper for AnnouncementsEntry.
AnnouncementsEntry,
Serialized Form| Constructor Summary | |
|---|---|
AnnouncementsEntryWrapper(AnnouncementsEntry announcementsEntry)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(AnnouncementsEntry announcementsEntry)
|
boolean |
getAlert()
|
String |
getClassName()
|
long |
getClassNameId()
|
long |
getClassPK()
|
long |
getCompanyId()
|
String |
getContent()
|
Date |
getCreateDate()
|
Date |
getDisplayDate()
|
long |
getEntryId()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
Date |
getExpirationDate()
|
long |
getGroupId()
|
Date |
getModifiedDate()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
int |
getPriority()
|
String |
getTitle()
|
String |
getType()
|
String |
getUrl()
|
long |
getUserId()
|
String |
getUserName()
|
String |
getUserUuid()
|
String |
getUuid()
|
AnnouncementsEntry |
getWrappedAnnouncementsEntry()
|
int |
hashCode()
|
boolean |
isAlert()
|
boolean |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isEscapedModel()
Determines if this model instance has been wrapped with an HTML auto escape handler. |
boolean |
isNew()
Determines if this model instance does not yet exist in the database. |
void |
setAlert(boolean alert)
|
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setClassNameId(long classNameId)
|
void |
setClassPK(long classPK)
|
void |
setCompanyId(long companyId)
|
void |
setContent(String content)
|
void |
setCreateDate(Date createDate)
|
void |
setDisplayDate(Date displayDate)
|
void |
setEntryId(long entryId)
|
void |
setEscapedModel(boolean escapedModel)
Sets whether this model instance has been wrapped with an HTML auto escape handler. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setExpirationDate(Date expirationDate)
|
void |
setModifiedDate(Date modifiedDate)
|
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPrimaryKey(long pk)
|
void |
setPriority(int priority)
|
void |
setTitle(String title)
|
void |
setType(String type)
|
void |
setUrl(String url)
|
void |
setUserId(long userId)
|
void |
setUserName(String userName)
|
void |
setUserUuid(String userUuid)
|
void |
setUuid(String uuid)
|
AnnouncementsEntry |
toEscapedModel()
|
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AnnouncementsEntryWrapper(AnnouncementsEntry announcementsEntry)
| Method Detail |
|---|
public long getPrimaryKey()
getPrimaryKey in interface AnnouncementsEntryModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface AnnouncementsEntryModelpublic String getUuid()
getUuid in interface AnnouncementsEntryModelpublic void setUuid(String uuid)
setUuid in interface AnnouncementsEntryModelpublic long getEntryId()
getEntryId in interface AnnouncementsEntryModelpublic void setEntryId(long entryId)
setEntryId in interface AnnouncementsEntryModelpublic long getCompanyId()
getCompanyId in interface AnnouncementsEntryModelpublic void setCompanyId(long companyId)
setCompanyId in interface AnnouncementsEntryModelpublic long getUserId()
getUserId in interface AnnouncementsEntryModelpublic void setUserId(long userId)
setUserId in interface AnnouncementsEntryModel
public String getUserUuid()
throws SystemException
getUserUuid in interface AnnouncementsEntryModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface AnnouncementsEntryModelpublic String getUserName()
getUserName in interface AnnouncementsEntryModelpublic void setUserName(String userName)
setUserName in interface AnnouncementsEntryModelpublic Date getCreateDate()
getCreateDate in interface AnnouncementsEntryModelpublic void setCreateDate(Date createDate)
setCreateDate in interface AnnouncementsEntryModelpublic Date getModifiedDate()
getModifiedDate in interface AnnouncementsEntryModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface AnnouncementsEntryModelpublic String getClassName()
getClassName in interface AnnouncementsEntryModelpublic long getClassNameId()
getClassNameId in interface AnnouncementsEntryModelpublic void setClassNameId(long classNameId)
setClassNameId in interface AnnouncementsEntryModelpublic long getClassPK()
getClassPK in interface AnnouncementsEntryModelpublic void setClassPK(long classPK)
setClassPK in interface AnnouncementsEntryModelpublic String getTitle()
getTitle in interface AnnouncementsEntryModelpublic void setTitle(String title)
setTitle in interface AnnouncementsEntryModelpublic String getContent()
getContent in interface AnnouncementsEntryModelpublic void setContent(String content)
setContent in interface AnnouncementsEntryModelpublic String getUrl()
getUrl in interface AnnouncementsEntryModelpublic void setUrl(String url)
setUrl in interface AnnouncementsEntryModelpublic String getType()
getType in interface AnnouncementsEntryModelpublic void setType(String type)
setType in interface AnnouncementsEntryModelpublic Date getDisplayDate()
getDisplayDate in interface AnnouncementsEntryModelpublic void setDisplayDate(Date displayDate)
setDisplayDate in interface AnnouncementsEntryModelpublic Date getExpirationDate()
getExpirationDate in interface AnnouncementsEntryModelpublic void setExpirationDate(Date expirationDate)
setExpirationDate in interface AnnouncementsEntryModelpublic int getPriority()
getPriority in interface AnnouncementsEntryModelpublic void setPriority(int priority)
setPriority in interface AnnouncementsEntryModelpublic boolean getAlert()
getAlert in interface AnnouncementsEntryModelpublic boolean isAlert()
isAlert in interface AnnouncementsEntryModelpublic void setAlert(boolean alert)
setAlert in interface AnnouncementsEntryModelpublic AnnouncementsEntry toEscapedModel()
toEscapedModel in interface AnnouncementsEntryModelpublic boolean isNew()
BaseModel
isNew in interface BaseModel<AnnouncementsEntry>isNew in interface AnnouncementsEntryModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<AnnouncementsEntry>setNew in interface AnnouncementsEntryModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
isCachedModel in interface BaseModel<AnnouncementsEntry>isCachedModel in interface AnnouncementsEntryModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<AnnouncementsEntry>setCachedModel in interface AnnouncementsEntryModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<AnnouncementsEntry>isEscapedModel in interface AnnouncementsEntryModeltrue if this model instance has been wrapped with an
HTML auto escape handler; false otherwiseBaseModel.setEscapedModel(boolean)public void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be wrapped with an HTML auto escape handler using
its toEscapedModel method. For example, UserModel.toEscapedModel().
setEscapedModel in interface BaseModel<AnnouncementsEntry>setEscapedModel in interface AnnouncementsEntryModelescapedModel - whether this model instance has been wrapped with an
HTML auto escape handlerAutoEscapeBeanHandlerpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<AnnouncementsEntry>getPrimaryKeyObj in interface AnnouncementsEntryModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<AnnouncementsEntry>getExpandoBridge in interface AnnouncementsEntryModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<AnnouncementsEntry>setExpandoBridgeAttributes in interface AnnouncementsEntryModelserviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<AnnouncementsEntry>clone in interface AnnouncementsEntryModelclone in class Objectpublic int compareTo(AnnouncementsEntry announcementsEntry)
compareTo in interface AnnouncementsEntryModelcompareTo in interface Comparable<AnnouncementsEntry>public int hashCode()
hashCode in interface AnnouncementsEntryModelhashCode in class Objectpublic String toString()
toString in interface AnnouncementsEntryModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<AnnouncementsEntry>toXmlString in interface AnnouncementsEntryModel
public long getGroupId()
throws PortalException,
SystemException
getGroupId in interface AnnouncementsEntryPortalException
SystemExceptionpublic AnnouncementsEntry getWrappedAnnouncementsEntry()
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||