|
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.AnnouncementsDeliveryWrapper
public class AnnouncementsDeliveryWrapper
This class is a wrapper for AnnouncementsDelivery.
AnnouncementsDelivery,
Serialized Form| Constructor Summary | |
|---|---|
AnnouncementsDeliveryWrapper(AnnouncementsDelivery announcementsDelivery)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(AnnouncementsDelivery announcementsDelivery)
|
long |
getCompanyId()
|
long |
getDeliveryId()
|
boolean |
getEmail()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
boolean |
getSms()
|
String |
getType()
|
long |
getUserId()
|
String |
getUserUuid()
|
boolean |
getWebsite()
|
AnnouncementsDelivery |
getWrappedAnnouncementsDelivery()
|
int |
hashCode()
|
boolean |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isEmail()
|
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. |
boolean |
isSms()
|
boolean |
isWebsite()
|
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setCompanyId(long companyId)
|
void |
setDeliveryId(long deliveryId)
|
void |
setEmail(boolean email)
|
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 |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPrimaryKey(long pk)
|
void |
setSms(boolean sms)
|
void |
setType(String type)
|
void |
setUserId(long userId)
|
void |
setUserUuid(String userUuid)
|
void |
setWebsite(boolean website)
|
AnnouncementsDelivery |
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 AnnouncementsDeliveryWrapper(AnnouncementsDelivery announcementsDelivery)
| Method Detail |
|---|
public long getPrimaryKey()
getPrimaryKey in interface AnnouncementsDeliveryModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface AnnouncementsDeliveryModelpublic long getDeliveryId()
getDeliveryId in interface AnnouncementsDeliveryModelpublic void setDeliveryId(long deliveryId)
setDeliveryId in interface AnnouncementsDeliveryModelpublic long getCompanyId()
getCompanyId in interface AnnouncementsDeliveryModelpublic void setCompanyId(long companyId)
setCompanyId in interface AnnouncementsDeliveryModelpublic long getUserId()
getUserId in interface AnnouncementsDeliveryModelpublic void setUserId(long userId)
setUserId in interface AnnouncementsDeliveryModel
public String getUserUuid()
throws SystemException
getUserUuid in interface AnnouncementsDeliveryModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface AnnouncementsDeliveryModelpublic String getType()
getType in interface AnnouncementsDeliveryModelpublic void setType(String type)
setType in interface AnnouncementsDeliveryModelpublic boolean getEmail()
getEmail in interface AnnouncementsDeliveryModelpublic boolean isEmail()
isEmail in interface AnnouncementsDeliveryModelpublic void setEmail(boolean email)
setEmail in interface AnnouncementsDeliveryModelpublic boolean getSms()
getSms in interface AnnouncementsDeliveryModelpublic boolean isSms()
isSms in interface AnnouncementsDeliveryModelpublic void setSms(boolean sms)
setSms in interface AnnouncementsDeliveryModelpublic boolean getWebsite()
getWebsite in interface AnnouncementsDeliveryModelpublic boolean isWebsite()
isWebsite in interface AnnouncementsDeliveryModelpublic void setWebsite(boolean website)
setWebsite in interface AnnouncementsDeliveryModelpublic AnnouncementsDelivery toEscapedModel()
toEscapedModel in interface AnnouncementsDeliveryModelpublic boolean isNew()
BaseModel
isNew in interface BaseModel<AnnouncementsDelivery>isNew in interface AnnouncementsDeliveryModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<AnnouncementsDelivery>setNew in interface AnnouncementsDeliveryModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
isCachedModel in interface BaseModel<AnnouncementsDelivery>isCachedModel in interface AnnouncementsDeliveryModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<AnnouncementsDelivery>setCachedModel in interface AnnouncementsDeliveryModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<AnnouncementsDelivery>isEscapedModel in interface AnnouncementsDeliveryModeltrue 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<AnnouncementsDelivery>setEscapedModel in interface AnnouncementsDeliveryModelescapedModel - whether this model instance has been wrapped with an
HTML auto escape handlerAutoEscapeBeanHandlerpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<AnnouncementsDelivery>getPrimaryKeyObj in interface AnnouncementsDeliveryModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<AnnouncementsDelivery>getExpandoBridge in interface AnnouncementsDeliveryModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<AnnouncementsDelivery>setExpandoBridgeAttributes in interface AnnouncementsDeliveryModelserviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<AnnouncementsDelivery>clone in interface AnnouncementsDeliveryModelclone in class Objectpublic int compareTo(AnnouncementsDelivery announcementsDelivery)
compareTo in interface AnnouncementsDeliveryModelcompareTo in interface Comparable<AnnouncementsDelivery>public int hashCode()
hashCode in interface AnnouncementsDeliveryModelhashCode in class Objectpublic String toString()
toString in interface AnnouncementsDeliveryModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<AnnouncementsDelivery>toXmlString in interface AnnouncementsDeliveryModelpublic AnnouncementsDelivery getWrappedAnnouncementsDelivery()
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||