|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 FormField 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 SocialEquityAssetEntryModel
public void setPrimaryKey(long pk)
SocialEquityAssetEntryModel
setPrimaryKey
in interface SocialEquityAssetEntryModel
pk
- the primary key of this social equity asset entrypublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<SocialEquityAssetEntry>
getPrimaryKeyObj
in interface SocialEquityAssetEntryModel
public long getEquityAssetEntryId()
SocialEquityAssetEntryModel
getEquityAssetEntryId
in interface SocialEquityAssetEntryModel
public void setEquityAssetEntryId(long equityAssetEntryId)
SocialEquityAssetEntryModel
setEquityAssetEntryId
in interface SocialEquityAssetEntryModel
equityAssetEntryId
- the equity asset entry id of this social equity asset entrypublic long getGroupId()
SocialEquityAssetEntryModel
getGroupId
in interface SocialEquityAssetEntryModel
public void setGroupId(long groupId)
SocialEquityAssetEntryModel
setGroupId
in interface SocialEquityAssetEntryModel
groupId
- the group id of this social equity asset entrypublic long getCompanyId()
SocialEquityAssetEntryModel
getCompanyId
in interface SocialEquityAssetEntryModel
public void setCompanyId(long companyId)
SocialEquityAssetEntryModel
setCompanyId
in interface SocialEquityAssetEntryModel
companyId
- the company id of this social equity asset entrypublic long getUserId()
SocialEquityAssetEntryModel
getUserId
in interface SocialEquityAssetEntryModel
public void setUserId(long userId)
SocialEquityAssetEntryModel
setUserId
in interface SocialEquityAssetEntryModel
userId
- the user id of this social equity asset entrypublic String getUserUuid() throws SystemException
SocialEquityAssetEntryModel
getUserUuid
in interface SocialEquityAssetEntryModel
SystemException
- if a system exception occurredpublic void setUserUuid(String userUuid)
SocialEquityAssetEntryModel
setUserUuid
in interface SocialEquityAssetEntryModel
userUuid
- the user uuid of this social equity asset entrypublic long getAssetEntryId()
SocialEquityAssetEntryModel
getAssetEntryId
in interface SocialEquityAssetEntryModel
public void setAssetEntryId(long assetEntryId)
SocialEquityAssetEntryModel
setAssetEntryId
in interface SocialEquityAssetEntryModel
assetEntryId
- the asset entry id of this social equity asset entrypublic long getOriginalAssetEntryId()
public double getInformationK()
SocialEquityAssetEntryModel
getInformationK
in interface SocialEquityAssetEntryModel
public void setInformationK(double informationK)
SocialEquityAssetEntryModel
setInformationK
in interface SocialEquityAssetEntryModel
informationK
- the information k of this social equity asset entrypublic double getInformationB()
SocialEquityAssetEntryModel
getInformationB
in interface SocialEquityAssetEntryModel
public void setInformationB(double informationB)
SocialEquityAssetEntryModel
setInformationB
in interface SocialEquityAssetEntryModel
informationB
- the information b of this social equity asset entrypublic SocialEquityAssetEntry toEscapedModel()
SocialEquityAssetEntryModel
AutoEscapeBeanHandler
.
toEscapedModel
in interface SocialEquityAssetEntryModel
AutoEscapeBeanHandler
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<SocialEquityAssetEntry>
getExpandoBridge
in interface SocialEquityAssetEntryModel
getExpandoBridge
in class BaseModelImpl<SocialEquityAssetEntry>
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<SocialEquityAssetEntry>
setExpandoBridgeAttributes
in interface SocialEquityAssetEntryModel
setExpandoBridgeAttributes
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 SocialEquityAssetEntryModel
clone
in class BaseModelImpl<SocialEquityAssetEntry>
public int compareTo(SocialEquityAssetEntry socialEquityAssetEntry)
compareTo
in interface SocialEquityAssetEntryModel
compareTo
in interface Comparable<SocialEquityAssetEntry>
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in interface SocialEquityAssetEntryModel
hashCode
in class Object
public String toString()
toString
in interface SocialEquityAssetEntryModel
toString
in class Object
public String toXmlString()
BaseModel
toXmlString
in interface BaseModel<SocialEquityAssetEntry>
toXmlString
in interface SocialEquityAssetEntryModel
|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |