|
Liferay 6.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.social.model.SocialEquityAssetEntryWrapper
public class SocialEquityAssetEntryWrapper
This class is a wrapper for SocialEquityAssetEntry.
SocialEquityAssetEntry,
Serialized Form| Constructor Summary | |
|---|---|
SocialEquityAssetEntryWrapper(SocialEquityAssetEntry socialEquityAssetEntry)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(SocialEquityAssetEntry socialEquityAssetEntry)
|
long |
getAssetEntryId()
Returns the asset entry ID of this social equity asset entry. |
long |
getCompanyId()
Returns the company ID of this social equity asset entry. |
long |
getEquityAssetEntryId()
Returns the equity asset entry ID of this social equity asset entry. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getGroupId()
Returns the group ID of this social equity asset entry. |
double |
getInformationB()
Returns the information b of this social equity asset entry. |
double |
getInformationK()
Returns the information k of this social equity asset entry. |
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
long |
getPrimaryKey()
Returns the primary key of this social equity asset entry. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
long |
getUserId()
Returns the user ID of this social equity asset entry. |
String |
getUserUuid()
Returns the user uuid of this social equity asset entry. |
SocialEquityAssetEntry |
getWrappedSocialEquityAssetEntry()
|
int |
hashCode()
|
boolean |
isCachedModel()
Returns true if this model instance was retrieved from the
entity cache. |
boolean |
isEscapedModel()
Returns true if this model instance is escaped. |
boolean |
isNew()
Returns true if this model instance does not yet exist in
the database. |
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setAssetEntryId(long assetEntryId)
Sets the asset entry ID of this social equity asset entry. |
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
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 |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this social equity asset entry. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
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. |
CacheModel<SocialEquityAssetEntry> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
SocialEquityAssetEntry |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
String |
toString()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SocialEquityAssetEntryWrapper(SocialEquityAssetEntry socialEquityAssetEntry)
| Method Detail |
|---|
public Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic long getPrimaryKey()
getPrimaryKey in interface SocialEquityAssetEntryModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface SocialEquityAssetEntryModelprimaryKey - the primary key of this social equity asset entrypublic long getEquityAssetEntryId()
getEquityAssetEntryId in interface SocialEquityAssetEntryModelpublic void setEquityAssetEntryId(long equityAssetEntryId)
setEquityAssetEntryId in interface SocialEquityAssetEntryModelequityAssetEntryId - the equity asset entry ID of this social equity asset entrypublic long getGroupId()
getGroupId in interface SocialEquityAssetEntryModelpublic void setGroupId(long groupId)
setGroupId in interface SocialEquityAssetEntryModelgroupId - the group ID of this social equity asset entrypublic long getCompanyId()
getCompanyId in interface SocialEquityAssetEntryModelpublic void setCompanyId(long companyId)
setCompanyId in interface SocialEquityAssetEntryModelcompanyId - the company ID of this social equity asset entrypublic long getUserId()
getUserId in interface SocialEquityAssetEntryModelpublic void setUserId(long userId)
setUserId in interface SocialEquityAssetEntryModeluserId - the user ID of this social equity asset entry
public String getUserUuid()
throws SystemException
getUserUuid in interface SocialEquityAssetEntryModelSystemException - if a system exception occurredpublic void setUserUuid(String userUuid)
setUserUuid in interface SocialEquityAssetEntryModeluserUuid - the user uuid of this social equity asset entrypublic long getAssetEntryId()
getAssetEntryId in interface SocialEquityAssetEntryModelpublic void setAssetEntryId(long assetEntryId)
setAssetEntryId in interface SocialEquityAssetEntryModelassetEntryId - the asset entry ID of this social equity asset entrypublic double getInformationK()
getInformationK in interface SocialEquityAssetEntryModelpublic void setInformationK(double informationK)
setInformationK in interface SocialEquityAssetEntryModelinformationK - the information k of this social equity asset entrypublic double getInformationB()
getInformationB in interface SocialEquityAssetEntryModelpublic void setInformationB(double informationB)
setInformationB in interface SocialEquityAssetEntryModelinformationB - the information b of this social equity asset entrypublic boolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.
isNew in interface BaseModel<SocialEquityAssetEntry>isNew in interface SocialEquityAssetEntryModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<SocialEquityAssetEntry>setNew in interface SocialEquityAssetEntryModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModeltrue if this model instance was retrieved from the
entity cache.
isCachedModel in interface BaseModel<SocialEquityAssetEntry>isCachedModel in interface SocialEquityAssetEntryModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<SocialEquityAssetEntry>setCachedModel in interface SocialEquityAssetEntryModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModeltrue if this model instance is escaped.
isEscapedModel in interface BaseModel<SocialEquityAssetEntry>isEscapedModel in interface SocialEquityAssetEntryModeltrue if this model instance is escaped;
false otherwisepublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<SocialEquityAssetEntry>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface SocialEquityAssetEntryModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<SocialEquityAssetEntry>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface SocialEquityAssetEntryModelprimaryKeyObj - the primary key of this model instancepublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<SocialEquityAssetEntry>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface SocialEquityAssetEntryModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<SocialEquityAssetEntry>setExpandoBridgeAttributes in interface SocialEquityAssetEntryModelserviceContext - the service contextServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<SocialEquityAssetEntry>clone in interface SocialEquityAssetEntryModelclone in class Objectpublic int compareTo(SocialEquityAssetEntry socialEquityAssetEntry)
compareTo in interface SocialEquityAssetEntryModelcompareTo in interface Comparable<SocialEquityAssetEntry>public int hashCode()
hashCode in interface SocialEquityAssetEntryModelhashCode in class Objectpublic CacheModel<SocialEquityAssetEntry> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<SocialEquityAssetEntry>toCacheModel in interface SocialEquityAssetEntryModelpublic SocialEquityAssetEntry toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<SocialEquityAssetEntry>toEscapedModel in interface SocialEquityAssetEntryModelAutoEscapeBeanHandlerpublic String toString()
toString in interface SocialEquityAssetEntryModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<SocialEquityAssetEntry>toXmlString in interface SocialEquityAssetEntryModelpublic SocialEquityAssetEntry getWrappedSocialEquityAssetEntry()
public void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<SocialEquityAssetEntry>
|
Liferay 6.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||