Liferay 6.0.5

com.liferay.portlet.social.model
Class SocialEquityAssetEntryWrapper

java.lang.Object
  extended by com.liferay.portlet.social.model.SocialEquityAssetEntryWrapper
All Implemented Interfaces:
BaseModel<SocialEquityAssetEntry>, SocialEquityAssetEntry, SocialEquityAssetEntryModel, Serializable, Cloneable, Comparable<SocialEquityAssetEntry>

public class SocialEquityAssetEntryWrapper
extends Object
implements SocialEquityAssetEntry

This class is a wrapper for SocialEquityAssetEntry.

See Also:
SocialEquityAssetEntry, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Constructor Summary
SocialEquityAssetEntryWrapper(SocialEquityAssetEntry socialEquityAssetEntry)
           
 
Method Summary
 Object clone()
          Creates a shallow clone of this model instance.
 int compareTo(SocialEquityAssetEntry socialEquityAssetEntry)
           
 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 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.
 SocialEquityAssetEntry getWrappedSocialEquityAssetEntry()
           
 int hashCode()
           
 boolean isCachedModel()
          Determines if this model instance was retrieved from the entity cache.
 boolean isEscapedModel()
          Determines if this model instance is escaped.
 boolean isNew()
          Determines if this model instance does not yet exist in the database.
 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 setEscapedModel(boolean escapedModel)
          Sets whether this model instance is escaped, meaning that all strings returned from getter methods are HTML safe.
 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 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 java.lang.Object
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SocialEquityAssetEntryWrapper

public SocialEquityAssetEntryWrapper(SocialEquityAssetEntry socialEquityAssetEntry)
Method Detail

getPrimaryKey

public long getPrimaryKey()
Description copied from interface: SocialEquityAssetEntryModel
Gets the primary key of this social equity asset entry.

Specified by:
getPrimaryKey in interface SocialEquityAssetEntryModel
Returns:
the primary key of this social equity asset entry

setPrimaryKey

public void setPrimaryKey(long pk)
Description copied from interface: SocialEquityAssetEntryModel
Sets the primary key of this social equity asset entry

Specified by:
setPrimaryKey in interface SocialEquityAssetEntryModel
Parameters:
pk - the primary key of this social equity asset entry

getEquityAssetEntryId

public long getEquityAssetEntryId()
Description copied from interface: SocialEquityAssetEntryModel
Gets the equity asset entry id of this social equity asset entry.

Specified by:
getEquityAssetEntryId in interface SocialEquityAssetEntryModel
Returns:
the equity asset entry id of this social equity asset entry

setEquityAssetEntryId

public void setEquityAssetEntryId(long equityAssetEntryId)
Description copied from interface: SocialEquityAssetEntryModel
Sets the equity asset entry id of this social equity asset entry.

Specified by:
setEquityAssetEntryId in interface SocialEquityAssetEntryModel
Parameters:
equityAssetEntryId - the equity asset entry id of this social equity asset entry

getGroupId

public long getGroupId()
Description copied from interface: SocialEquityAssetEntryModel
Gets the group id of this social equity asset entry.

Specified by:
getGroupId in interface SocialEquityAssetEntryModel
Returns:
the group id of this social equity asset entry

setGroupId

public void setGroupId(long groupId)
Description copied from interface: SocialEquityAssetEntryModel
Sets the group id of this social equity asset entry.

Specified by:
setGroupId in interface SocialEquityAssetEntryModel
Parameters:
groupId - the group id of this social equity asset entry

getCompanyId

public long getCompanyId()
Description copied from interface: SocialEquityAssetEntryModel
Gets the company id of this social equity asset entry.

Specified by:
getCompanyId in interface SocialEquityAssetEntryModel
Returns:
the company id of this social equity asset entry

setCompanyId

public void setCompanyId(long companyId)
Description copied from interface: SocialEquityAssetEntryModel
Sets the company id of this social equity asset entry.

Specified by:
setCompanyId in interface SocialEquityAssetEntryModel
Parameters:
companyId - the company id of this social equity asset entry

getUserId

public long getUserId()
Description copied from interface: SocialEquityAssetEntryModel
Gets the user id of this social equity asset entry.

Specified by:
getUserId in interface SocialEquityAssetEntryModel
Returns:
the user id of this social equity asset entry

setUserId

public void setUserId(long userId)
Description copied from interface: SocialEquityAssetEntryModel
Sets the user id of this social equity asset entry.

Specified by:
setUserId in interface SocialEquityAssetEntryModel
Parameters:
userId - the user id of this social equity asset entry

getUserUuid

public String getUserUuid()
                   throws SystemException
Description copied from interface: SocialEquityAssetEntryModel
Gets the user uuid of this social equity asset entry.

Specified by:
getUserUuid in interface SocialEquityAssetEntryModel
Returns:
the user uuid of this social equity asset entry
Throws:
SystemException - if a system exception occurred

setUserUuid

public void setUserUuid(String userUuid)
Description copied from interface: SocialEquityAssetEntryModel
Sets the user uuid of this social equity asset entry.

Specified by:
setUserUuid in interface SocialEquityAssetEntryModel
Parameters:
userUuid - the user uuid of this social equity asset entry

getAssetEntryId

public long getAssetEntryId()
Description copied from interface: SocialEquityAssetEntryModel
Gets the asset entry id of this social equity asset entry.

Specified by:
getAssetEntryId in interface SocialEquityAssetEntryModel
Returns:
the asset entry id of this social equity asset entry

setAssetEntryId

public void setAssetEntryId(long assetEntryId)
Description copied from interface: SocialEquityAssetEntryModel
Sets the asset entry id of this social equity asset entry.

Specified by:
setAssetEntryId in interface SocialEquityAssetEntryModel
Parameters:
assetEntryId - the asset entry id of this social equity asset entry

getInformationK

public double getInformationK()
Description copied from interface: SocialEquityAssetEntryModel
Gets the information k of this social equity asset entry.

Specified by:
getInformationK in interface SocialEquityAssetEntryModel
Returns:
the information k of this social equity asset entry

setInformationK

public void setInformationK(double informationK)
Description copied from interface: SocialEquityAssetEntryModel
Sets the information k of this social equity asset entry.

Specified by:
setInformationK in interface SocialEquityAssetEntryModel
Parameters:
informationK - the information k of this social equity asset entry

getInformationB

public double getInformationB()
Description copied from interface: SocialEquityAssetEntryModel
Gets the information b of this social equity asset entry.

Specified by:
getInformationB in interface SocialEquityAssetEntryModel
Returns:
the information b of this social equity asset entry

setInformationB

public void setInformationB(double informationB)
Description copied from interface: SocialEquityAssetEntryModel
Sets the information b of this social equity asset entry.

Specified by:
setInformationB in interface SocialEquityAssetEntryModel
Parameters:
informationB - the information b of this social equity asset entry

toEscapedModel

public SocialEquityAssetEntry toEscapedModel()
Description copied from interface: SocialEquityAssetEntryModel
Gets a copy of this social equity asset entry as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.

Specified by:
toEscapedModel in interface SocialEquityAssetEntryModel
Returns:
the escaped model instance
See Also:
AutoEscapeBeanHandler

isNew

public boolean isNew()
Description copied from interface: BaseModel
Determines if this model instance does not yet exist in the database.

Specified by:
isNew in interface BaseModel<SocialEquityAssetEntry>
Specified by:
isNew in interface SocialEquityAssetEntryModel
Returns:
true if this model instance does not yet exist in the database; false otherwise

setNew

public void setNew(boolean n)
Description copied from interface: BaseModel
Sets whether this model instance does not yet exist in the database.

Specified by:
setNew in interface BaseModel<SocialEquityAssetEntry>
Specified by:
setNew in interface SocialEquityAssetEntryModel
Parameters:
n - whether this model instance does not yet exist in the database

isCachedModel

public boolean isCachedModel()
Description copied from interface: BaseModel
Determines if this model instance was retrieved from the entity cache.

Specified by:
isCachedModel in interface BaseModel<SocialEquityAssetEntry>
Specified by:
isCachedModel in interface SocialEquityAssetEntryModel
Returns:
true if this model instance was retrieved from the entity cache; false otherwise
See Also:
BaseModel.setCachedModel(boolean)

setCachedModel

public void setCachedModel(boolean cachedModel)
Description copied from interface: BaseModel
Sets whether this model instance was retrieved from the entity cache.

Specified by:
setCachedModel in interface BaseModel<SocialEquityAssetEntry>
Specified by:
setCachedModel in interface SocialEquityAssetEntryModel
Parameters:
cachedModel - whether this model instance was retrieved from the entity cache
See Also:
EntityCache

isEscapedModel

public boolean isEscapedModel()
Description copied from interface: BaseModel
Determines if this model instance is escaped.

Specified by:
isEscapedModel in interface BaseModel<SocialEquityAssetEntry>
Specified by:
isEscapedModel in interface SocialEquityAssetEntryModel
Returns:
true if this model instance is escaped; false otherwise
See Also:
BaseModel.setEscapedModel(boolean)

setEscapedModel

public void setEscapedModel(boolean escapedModel)
Description copied from interface: BaseModel
Sets whether this model instance is escaped, meaning that all strings returned from getter methods are HTML safe.

A model instance can be made escaped by wrapping it with an HTML auto escape handler using its toEscapedModel method. For example, UserModel.toEscapedModel().

Specified by:
setEscapedModel in interface BaseModel<SocialEquityAssetEntry>
Specified by:
setEscapedModel in interface SocialEquityAssetEntryModel
Parameters:
escapedModel - whether this model instance is escaped
See Also:
AutoEscapeBeanHandler

getPrimaryKeyObj

public Serializable getPrimaryKeyObj()
Description copied from interface: BaseModel
Gets the primary key of this model instance.

Specified by:
getPrimaryKeyObj in interface BaseModel<SocialEquityAssetEntry>
Specified by:
getPrimaryKeyObj in interface SocialEquityAssetEntryModel
Returns:
the primary key of this model instance

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Description copied from interface: BaseModel
Gets the expando bridge for this model instance.

Specified by:
getExpandoBridge in interface BaseModel<SocialEquityAssetEntry>
Specified by:
getExpandoBridge in interface SocialEquityAssetEntryModel
Returns:
the expando bridge for this model instance

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Description copied from interface: BaseModel
Sets the expando bridge attributes for this model instance to the attributes stored in the service context.

Specified by:
setExpandoBridgeAttributes in interface BaseModel<SocialEquityAssetEntry>
Specified by:
setExpandoBridgeAttributes in interface SocialEquityAssetEntryModel
Parameters:
serviceContext - the service context to retrieve the expando bridge attributes from
See Also:
ServiceContext.getExpandoBridgeAttributes( )

clone

public Object clone()
Description copied from interface: BaseModel
Creates a shallow clone of this model instance.

Specified by:
clone in interface BaseModel<SocialEquityAssetEntry>
Specified by:
clone in interface SocialEquityAssetEntryModel
Overrides:
clone in class Object
Returns:
the shallow clone of this model instance

compareTo

public int compareTo(SocialEquityAssetEntry socialEquityAssetEntry)
Specified by:
compareTo in interface SocialEquityAssetEntryModel
Specified by:
compareTo in interface Comparable<SocialEquityAssetEntry>

hashCode

public int hashCode()
Specified by:
hashCode in interface SocialEquityAssetEntryModel
Overrides:
hashCode in class Object

toString

public String toString()
Specified by:
toString in interface SocialEquityAssetEntryModel
Overrides:
toString in class Object

toXmlString

public String toXmlString()
Description copied from interface: BaseModel
Gets the XML representation of this model instance.

Specified by:
toXmlString in interface BaseModel<SocialEquityAssetEntry>
Specified by:
toXmlString in interface SocialEquityAssetEntryModel
Returns:
the XML representation of this model instance

getWrappedSocialEquityAssetEntry

public SocialEquityAssetEntry getWrappedSocialEquityAssetEntry()

Liferay 6.0.5