|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<AnnouncementsDelivery>
com.liferay.portlet.announcements.model.impl.AnnouncementsDeliveryModelImpl
public class AnnouncementsDeliveryModelImpl
This interface is a model that represents the AnnouncementsDelivery table in the database.
AnnouncementsDeliveryImpl,
AnnouncementsDelivery,
AnnouncementsDeliveryModel,
Serialized Form| Field Summary | |
|---|---|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
LOCK_EXPIRATION_TIME
|
static String |
SESSION_FACTORY
|
static Object[][] |
TABLE_COLUMNS
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static String |
TX_MANAGER
|
| Constructor Summary | |
|---|---|
AnnouncementsDeliveryModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(AnnouncementsDelivery announcementsDelivery)
|
boolean |
equals(Object obj)
|
long |
getCompanyId()
|
long |
getDeliveryId()
|
boolean |
getEmail()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
String |
getOriginalType()
|
long |
getOriginalUserId()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
boolean |
getSms()
|
String |
getType()
|
long |
getUserId()
|
String |
getUserUuid()
|
boolean |
getWebsite()
|
int |
hashCode()
|
boolean |
isEmail()
|
boolean |
isSms()
|
boolean |
isWebsite()
|
void |
setCompanyId(long companyId)
|
void |
setDeliveryId(long deliveryId)
|
void |
setEmail(boolean email)
|
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
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()
|
static AnnouncementsDelivery |
toModel(AnnouncementsDeliverySoap soapModel)
|
static List<AnnouncementsDelivery> |
toModels(AnnouncementsDeliverySoap[] soapModels)
|
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
| Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.liferay.portlet.announcements.model.AnnouncementsDeliveryModel |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
| Field Detail |
|---|
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public AnnouncementsDeliveryModelImpl()
| Method Detail |
|---|
public static AnnouncementsDelivery toModel(AnnouncementsDeliverySoap soapModel)
public static List<AnnouncementsDelivery> toModels(AnnouncementsDeliverySoap[] soapModels)
public long getPrimaryKey()
getPrimaryKey in interface AnnouncementsDeliveryModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface AnnouncementsDeliveryModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<AnnouncementsDelivery>getPrimaryKeyObj 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 long getOriginalUserId()
public String getType()
getType in interface AnnouncementsDeliveryModelpublic void setType(String type)
setType in interface AnnouncementsDeliveryModelpublic String getOriginalType()
public 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 ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<AnnouncementsDelivery>getExpandoBridge in interface AnnouncementsDeliveryModelgetExpandoBridge in class BaseModelImpl<AnnouncementsDelivery>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<AnnouncementsDelivery>setExpandoBridgeAttributes in interface AnnouncementsDeliveryModelsetExpandoBridgeAttributes in class BaseModelImpl<AnnouncementsDelivery>serviceContext - 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 BaseModelImpl<AnnouncementsDelivery>public int compareTo(AnnouncementsDelivery announcementsDelivery)
compareTo in interface AnnouncementsDeliveryModelcompareTo in interface Comparable<AnnouncementsDelivery>public boolean equals(Object obj)
equals in class Objectpublic 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 AnnouncementsDeliveryModel
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||