com.liferay.portlet.announcements.model
Class AnnouncementsDeliveryWrapper

java.lang.Object
  extended by com.liferay.portlet.announcements.model.AnnouncementsDeliveryWrapper
All Implemented Interfaces:
BaseModel<AnnouncementsDelivery>, AnnouncementsDelivery, AnnouncementsDeliveryModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<AnnouncementsDelivery>

public class AnnouncementsDeliveryWrapper
extends java.lang.Object
implements AnnouncementsDelivery

View Source

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

This class is a wrapper for AnnouncementsDelivery.

Author:
Brian Wing Shun Chan
See Also:
AnnouncementsDelivery, Serialized Form
Generated:

Constructor Summary
AnnouncementsDeliveryWrapper(AnnouncementsDelivery announcementsDelivery)
           
 
Method Summary
 java.lang.Object clone()
           
 int compareTo(AnnouncementsDelivery announcementsDelivery)
           
 long getCompanyId()
           
 long getDeliveryId()
           
 boolean getEmail()
           
 ExpandoBridge getExpandoBridge()
           
 long getPrimaryKey()
           
 java.io.Serializable getPrimaryKeyObj()
           
 boolean getSms()
           
 java.lang.String getType()
           
 long getUserId()
           
 java.lang.String getUserUuid()
           
 boolean getWebsite()
           
 AnnouncementsDelivery getWrappedAnnouncementsDelivery()
           
 int hashCode()
           
 boolean isCachedModel()
           
 boolean isEmail()
           
 boolean isEscapedModel()
           
 boolean isNew()
           
 boolean isSms()
           
 boolean isWebsite()
           
 void setCachedModel(boolean cachedModel)
           
 void setCompanyId(long companyId)
           
 void setDeliveryId(long deliveryId)
           
 void setEmail(boolean email)
           
 void setEscapedModel(boolean escapedModel)
           
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
           
 boolean setNew(boolean n)
           
 void setPrimaryKey(long pk)
           
 void setSms(boolean sms)
           
 void setType(java.lang.String type)
           
 void setUserId(long userId)
           
 void setUserUuid(java.lang.String userUuid)
           
 void setWebsite(boolean website)
           
 AnnouncementsDelivery toEscapedModel()
           
 java.lang.String toString()
           
 java.lang.String toXmlString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnnouncementsDeliveryWrapper

public AnnouncementsDeliveryWrapper(AnnouncementsDelivery announcementsDelivery)
Method Detail

getPrimaryKey

public long getPrimaryKey()
Specified by:
getPrimaryKey in interface AnnouncementsDeliveryModel

setPrimaryKey

public void setPrimaryKey(long pk)
Specified by:
setPrimaryKey in interface AnnouncementsDeliveryModel

getDeliveryId

public long getDeliveryId()
Specified by:
getDeliveryId in interface AnnouncementsDeliveryModel

setDeliveryId

public void setDeliveryId(long deliveryId)
Specified by:
setDeliveryId in interface AnnouncementsDeliveryModel

getCompanyId

public long getCompanyId()
Specified by:
getCompanyId in interface AnnouncementsDeliveryModel

setCompanyId

public void setCompanyId(long companyId)
Specified by:
setCompanyId in interface AnnouncementsDeliveryModel

getUserId

public long getUserId()
Specified by:
getUserId in interface AnnouncementsDeliveryModel

setUserId

public void setUserId(long userId)
Specified by:
setUserId in interface AnnouncementsDeliveryModel

getUserUuid

public java.lang.String getUserUuid()
                             throws com.liferay.portal.SystemException
Specified by:
getUserUuid in interface AnnouncementsDeliveryModel
Throws:
com.liferay.portal.SystemException

setUserUuid

public void setUserUuid(java.lang.String userUuid)
Specified by:
setUserUuid in interface AnnouncementsDeliveryModel

getType

public java.lang.String getType()
Specified by:
getType in interface AnnouncementsDeliveryModel

setType

public void setType(java.lang.String type)
Specified by:
setType in interface AnnouncementsDeliveryModel

getEmail

public boolean getEmail()
Specified by:
getEmail in interface AnnouncementsDeliveryModel

isEmail

public boolean isEmail()
Specified by:
isEmail in interface AnnouncementsDeliveryModel

setEmail

public void setEmail(boolean email)
Specified by:
setEmail in interface AnnouncementsDeliveryModel

getSms

public boolean getSms()
Specified by:
getSms in interface AnnouncementsDeliveryModel

isSms

public boolean isSms()
Specified by:
isSms in interface AnnouncementsDeliveryModel

setSms

public void setSms(boolean sms)
Specified by:
setSms in interface AnnouncementsDeliveryModel

getWebsite

public boolean getWebsite()
Specified by:
getWebsite in interface AnnouncementsDeliveryModel

isWebsite

public boolean isWebsite()
Specified by:
isWebsite in interface AnnouncementsDeliveryModel

setWebsite

public void setWebsite(boolean website)
Specified by:
setWebsite in interface AnnouncementsDeliveryModel

isNew

public boolean isNew()
Specified by:
isNew in interface BaseModel<AnnouncementsDelivery>
Specified by:
isNew in interface AnnouncementsDeliveryModel

setNew

public boolean setNew(boolean n)
Specified by:
setNew in interface BaseModel<AnnouncementsDelivery>
Specified by:
setNew in interface AnnouncementsDeliveryModel

isCachedModel

public boolean isCachedModel()
Specified by:
isCachedModel in interface BaseModel<AnnouncementsDelivery>
Specified by:
isCachedModel in interface AnnouncementsDeliveryModel

setCachedModel

public void setCachedModel(boolean cachedModel)
Specified by:
setCachedModel in interface BaseModel<AnnouncementsDelivery>
Specified by:
setCachedModel in interface AnnouncementsDeliveryModel

isEscapedModel

public boolean isEscapedModel()
Specified by:
isEscapedModel in interface BaseModel<AnnouncementsDelivery>
Specified by:
isEscapedModel in interface AnnouncementsDeliveryModel

setEscapedModel

public void setEscapedModel(boolean escapedModel)
Specified by:
setEscapedModel in interface BaseModel<AnnouncementsDelivery>
Specified by:
setEscapedModel in interface AnnouncementsDeliveryModel

getPrimaryKeyObj

public java.io.Serializable getPrimaryKeyObj()
Specified by:
getPrimaryKeyObj in interface BaseModel<AnnouncementsDelivery>
Specified by:
getPrimaryKeyObj in interface AnnouncementsDeliveryModel

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Specified by:
getExpandoBridge in interface BaseModel<AnnouncementsDelivery>
Specified by:
getExpandoBridge in interface AnnouncementsDeliveryModel

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<AnnouncementsDelivery>
Specified by:
setExpandoBridgeAttributes in interface AnnouncementsDeliveryModel

clone

public java.lang.Object clone()
Specified by:
clone in interface BaseModel<AnnouncementsDelivery>
Specified by:
clone in interface AnnouncementsDeliveryModel
Overrides:
clone in class java.lang.Object

compareTo

public int compareTo(AnnouncementsDelivery announcementsDelivery)
Specified by:
compareTo in interface AnnouncementsDeliveryModel
Specified by:
compareTo in interface java.lang.Comparable<AnnouncementsDelivery>

hashCode

public int hashCode()
Specified by:
hashCode in interface AnnouncementsDeliveryModel
Overrides:
hashCode in class java.lang.Object

toEscapedModel

public AnnouncementsDelivery toEscapedModel()
Specified by:
toEscapedModel in interface BaseModel<AnnouncementsDelivery>
Specified by:
toEscapedModel in interface AnnouncementsDeliveryModel

toString

public java.lang.String toString()
Specified by:
toString in interface AnnouncementsDeliveryModel
Overrides:
toString in class java.lang.Object

toXmlString

public java.lang.String toXmlString()
Specified by:
toXmlString in interface BaseModel<AnnouncementsDelivery>
Specified by:
toXmlString in interface AnnouncementsDeliveryModel

getWrappedAnnouncementsDelivery

public AnnouncementsDelivery getWrappedAnnouncementsDelivery()