|
Liferay 6.0.4 | |||||||||
| 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
The base model implementation for the SocialEquityAssetEntry service. Represents a row in the "SocialEquityAssetEntry" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface SocialEquityAssetEntryModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in SocialEquityAssetEntryImpl.
Never modify or reference this class directly. All methods that expect a social equity asset entry model instance should use the SocialEquityAssetEntry interface instead.
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()
Gets the asset entry id of this social equity asset entry. |
long |
getCompanyId()
Gets the company id of this social equity asset entry. |
long |
getEquityAssetEntryId()
Gets the equity asset entry id of this social equity asset entry. |
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getGroupId()
Gets the group id of this social equity asset entry. |
double |
getInformationB()
Gets the information b of this social equity asset entry. |
double |
getInformationK()
Gets the information k of this social equity asset entry. |
long |
getOriginalAssetEntryId()
|
long |
getPrimaryKey()
Gets the primary key of this social equity asset entry. |
Serializable |
getPrimaryKeyObj()
Gets the primary key of this model instance. |
long |
getUserId()
Gets the user id of this social equity asset entry. |
String |
getUserUuid()
Gets the user uuid of this social equity asset entry. |
int |
hashCode()
|
void |
setAssetEntryId(long assetEntryId)
Sets the asset entry id of this social equity asset entry. |
void |
setCompanyId(long companyId)
Sets the company id of this social equity asset entry. |
void |
setEquityAssetEntryId(long equityAssetEntryId)
Sets the equity asset entry id of this social equity asset entry. |
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)
Sets the group id of this social equity asset entry. |
void |
setInformationB(double informationB)
Sets the information b of this social equity asset entry. |
void |
setInformationK(double informationK)
Sets the information k of this social equity asset entry. |
void |
setPrimaryKey(long pk)
Sets the primary key of this social equity asset entry |
void |
setUserId(long userId)
Sets the user id of this social equity asset entry. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this social equity asset entry. |
SocialEquityAssetEntry |
toEscapedModel()
Gets a copy of this social equity asset entry as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
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()
SocialEquityAssetEntryModel
getPrimaryKey in interface SocialEquityAssetEntryModelpublic void setPrimaryKey(long pk)
SocialEquityAssetEntryModel
setPrimaryKey in interface SocialEquityAssetEntryModelpk - the primary key of this social equity asset entrypublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<SocialEquityAssetEntry>getPrimaryKeyObj in interface SocialEquityAssetEntryModelpublic long getEquityAssetEntryId()
SocialEquityAssetEntryModel
getEquityAssetEntryId in interface SocialEquityAssetEntryModelpublic void setEquityAssetEntryId(long equityAssetEntryId)
SocialEquityAssetEntryModel
setEquityAssetEntryId in interface SocialEquityAssetEntryModelequityAssetEntryId - the equity asset entry id of this social equity asset entrypublic long getGroupId()
SocialEquityAssetEntryModel
getGroupId in interface SocialEquityAssetEntryModelpublic void setGroupId(long groupId)
SocialEquityAssetEntryModel
setGroupId in interface SocialEquityAssetEntryModelgroupId - the group id of this social equity asset entrypublic long getCompanyId()
SocialEquityAssetEntryModel
getCompanyId in interface SocialEquityAssetEntryModelpublic void setCompanyId(long companyId)
SocialEquityAssetEntryModel
setCompanyId in interface SocialEquityAssetEntryModelcompanyId - the company id of this social equity asset entrypublic long getUserId()
SocialEquityAssetEntryModel
getUserId in interface SocialEquityAssetEntryModelpublic void setUserId(long userId)
SocialEquityAssetEntryModel
setUserId in interface SocialEquityAssetEntryModeluserId - the user id of this social equity asset entry
public String getUserUuid()
throws SystemException
SocialEquityAssetEntryModel
getUserUuid in interface SocialEquityAssetEntryModelSystemException - if a system exception occurredpublic void setUserUuid(String userUuid)
SocialEquityAssetEntryModel
setUserUuid in interface SocialEquityAssetEntryModeluserUuid - the user uuid of this social equity asset entrypublic long getAssetEntryId()
SocialEquityAssetEntryModel
getAssetEntryId in interface SocialEquityAssetEntryModelpublic void setAssetEntryId(long assetEntryId)
SocialEquityAssetEntryModel
setAssetEntryId in interface SocialEquityAssetEntryModelassetEntryId - the asset entry id of this social equity asset entrypublic long getOriginalAssetEntryId()
public double getInformationK()
SocialEquityAssetEntryModel
getInformationK in interface SocialEquityAssetEntryModelpublic void setInformationK(double informationK)
SocialEquityAssetEntryModel
setInformationK in interface SocialEquityAssetEntryModelinformationK - the information k of this social equity asset entrypublic double getInformationB()
SocialEquityAssetEntryModel
getInformationB in interface SocialEquityAssetEntryModelpublic void setInformationB(double informationB)
SocialEquityAssetEntryModel
setInformationB in interface SocialEquityAssetEntryModelinformationB - the information b of this social equity asset entrypublic SocialEquityAssetEntry toEscapedModel()
SocialEquityAssetEntryModelAutoEscapeBeanHandler.
toEscapedModel in interface SocialEquityAssetEntryModelAutoEscapeBeanHandlerpublic 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.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||