|
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<SocialEquityAssetEntry>
com.liferay.portlet.social.model.impl.SocialEquityAssetEntryModelImpl
public class SocialEquityAssetEntryModelImpl
This interface is a model that represents the SocialEquityAssetEntry table in the database.
SocialEquityAssetEntryImpl,
SocialEquityAssetEntry,
SocialEquityAssetEntryModel,
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 | |
|---|---|
SocialEquityAssetEntryModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(SocialEquityAssetEntry socialEquityAssetEntry)
|
boolean |
equals(Object obj)
|
long |
getAssetEntryId()
|
long |
getCompanyId()
|
long |
getEquityAssetEntryId()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getGroupId()
|
double |
getInformationB()
|
double |
getInformationK()
|
long |
getOriginalAssetEntryId()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
long |
getUserId()
|
String |
getUserUuid()
|
int |
hashCode()
|
void |
setAssetEntryId(long assetEntryId)
|
void |
setCompanyId(long companyId)
|
void |
setEquityAssetEntryId(long equityAssetEntryId)
|
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setGroupId(long groupId)
|
void |
setInformationB(double informationB)
|
void |
setInformationK(double informationK)
|
void |
setPrimaryKey(long pk)
|
void |
setUserId(long userId)
|
void |
setUserUuid(String userUuid)
|
SocialEquityAssetEntry |
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.portlet.social.model.SocialEquityAssetEntryModel |
|---|
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 SocialEquityAssetEntryModelImpl()
| Method Detail |
|---|
public long getPrimaryKey()
getPrimaryKey in interface SocialEquityAssetEntryModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface SocialEquityAssetEntryModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<SocialEquityAssetEntry>getPrimaryKeyObj in interface SocialEquityAssetEntryModelpublic long getEquityAssetEntryId()
getEquityAssetEntryId in interface SocialEquityAssetEntryModelpublic void setEquityAssetEntryId(long equityAssetEntryId)
setEquityAssetEntryId in interface SocialEquityAssetEntryModelpublic long getGroupId()
getGroupId in interface SocialEquityAssetEntryModelpublic void setGroupId(long groupId)
setGroupId in interface SocialEquityAssetEntryModelpublic long getCompanyId()
getCompanyId in interface SocialEquityAssetEntryModelpublic void setCompanyId(long companyId)
setCompanyId in interface SocialEquityAssetEntryModelpublic long getUserId()
getUserId in interface SocialEquityAssetEntryModelpublic void setUserId(long userId)
setUserId in interface SocialEquityAssetEntryModel
public String getUserUuid()
throws SystemException
getUserUuid in interface SocialEquityAssetEntryModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface SocialEquityAssetEntryModelpublic long getAssetEntryId()
getAssetEntryId in interface SocialEquityAssetEntryModelpublic void setAssetEntryId(long assetEntryId)
setAssetEntryId in interface SocialEquityAssetEntryModelpublic long getOriginalAssetEntryId()
public double getInformationK()
getInformationK in interface SocialEquityAssetEntryModelpublic void setInformationK(double informationK)
setInformationK in interface SocialEquityAssetEntryModelpublic double getInformationB()
getInformationB in interface SocialEquityAssetEntryModelpublic void setInformationB(double informationB)
setInformationB in interface SocialEquityAssetEntryModelpublic SocialEquityAssetEntry toEscapedModel()
toEscapedModel in interface SocialEquityAssetEntryModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<SocialEquityAssetEntry>getExpandoBridge in interface SocialEquityAssetEntryModelgetExpandoBridge in class BaseModelImpl<SocialEquityAssetEntry>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<SocialEquityAssetEntry>setExpandoBridgeAttributes in interface SocialEquityAssetEntryModelsetExpandoBridgeAttributes in class BaseModelImpl<SocialEquityAssetEntry>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<SocialEquityAssetEntry>clone in interface SocialEquityAssetEntryModelclone in class BaseModelImpl<SocialEquityAssetEntry>public int compareTo(SocialEquityAssetEntry socialEquityAssetEntry)
compareTo in interface SocialEquityAssetEntryModelcompareTo in interface Comparable<SocialEquityAssetEntry>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface SocialEquityAssetEntryModelhashCode in class Objectpublic String toString()
toString in interface SocialEquityAssetEntryModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<SocialEquityAssetEntry>toXmlString in interface SocialEquityAssetEntryModel
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||