|
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<Subscription>
com.liferay.portal.model.impl.SubscriptionModelImpl
public class SubscriptionModelImpl
This interface is a model that represents the Subscription table in the database.
SubscriptionImpl,
Subscription,
SubscriptionModel,
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 | |
|---|---|
SubscriptionModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(Subscription subscription)
|
boolean |
equals(Object obj)
|
String |
getClassName()
|
long |
getClassNameId()
|
long |
getClassPK()
|
long |
getCompanyId()
|
Date |
getCreateDate()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
String |
getFrequency()
|
Date |
getModifiedDate()
|
long |
getOriginalClassNameId()
|
long |
getOriginalClassPK()
|
long |
getOriginalCompanyId()
|
long |
getOriginalUserId()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
long |
getSubscriptionId()
|
long |
getUserId()
|
String |
getUserName()
|
String |
getUserUuid()
|
int |
hashCode()
|
void |
setClassNameId(long classNameId)
|
void |
setClassPK(long classPK)
|
void |
setCompanyId(long companyId)
|
void |
setCreateDate(Date createDate)
|
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setFrequency(String frequency)
|
void |
setModifiedDate(Date modifiedDate)
|
void |
setPrimaryKey(long pk)
|
void |
setSubscriptionId(long subscriptionId)
|
void |
setUserId(long userId)
|
void |
setUserName(String userName)
|
void |
setUserUuid(String userUuid)
|
Subscription |
toEscapedModel()
|
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.portal.model.SubscriptionModel |
|---|
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 SubscriptionModelImpl()
| Method Detail |
|---|
public long getPrimaryKey()
getPrimaryKey in interface SubscriptionModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface SubscriptionModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<Subscription>getPrimaryKeyObj in interface SubscriptionModelpublic long getSubscriptionId()
getSubscriptionId in interface SubscriptionModelpublic void setSubscriptionId(long subscriptionId)
setSubscriptionId in interface SubscriptionModelpublic long getCompanyId()
getCompanyId in interface SubscriptionModelpublic void setCompanyId(long companyId)
setCompanyId in interface SubscriptionModelpublic long getOriginalCompanyId()
public long getUserId()
getUserId in interface SubscriptionModelpublic void setUserId(long userId)
setUserId in interface SubscriptionModel
public String getUserUuid()
throws SystemException
getUserUuid in interface SubscriptionModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface SubscriptionModelpublic long getOriginalUserId()
public String getUserName()
getUserName in interface SubscriptionModelpublic void setUserName(String userName)
setUserName in interface SubscriptionModelpublic Date getCreateDate()
getCreateDate in interface SubscriptionModelpublic void setCreateDate(Date createDate)
setCreateDate in interface SubscriptionModelpublic Date getModifiedDate()
getModifiedDate in interface SubscriptionModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface SubscriptionModelpublic String getClassName()
getClassName in interface SubscriptionModelpublic long getClassNameId()
getClassNameId in interface SubscriptionModelpublic void setClassNameId(long classNameId)
setClassNameId in interface SubscriptionModelpublic long getOriginalClassNameId()
public long getClassPK()
getClassPK in interface SubscriptionModelpublic void setClassPK(long classPK)
setClassPK in interface SubscriptionModelpublic long getOriginalClassPK()
public String getFrequency()
getFrequency in interface SubscriptionModelpublic void setFrequency(String frequency)
setFrequency in interface SubscriptionModelpublic Subscription toEscapedModel()
toEscapedModel in interface SubscriptionModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<Subscription>getExpandoBridge in interface SubscriptionModelgetExpandoBridge in class BaseModelImpl<Subscription>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<Subscription>setExpandoBridgeAttributes in interface SubscriptionModelsetExpandoBridgeAttributes in class BaseModelImpl<Subscription>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<Subscription>clone in interface SubscriptionModelclone in class BaseModelImpl<Subscription>public int compareTo(Subscription subscription)
compareTo in interface SubscriptionModelcompareTo in interface Comparable<Subscription>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface SubscriptionModelhashCode in class Objectpublic String toString()
toString in interface SubscriptionModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<Subscription>toXmlString in interface SubscriptionModel
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||