com.liferay.portlet.social.model
Class SocialEquityAssetEntrySoap

java.lang.Object
  extended by com.liferay.portlet.social.model.SocialEquityAssetEntrySoap
All Implemented Interfaces:
java.io.Serializable

public class SocialEquityAssetEntrySoap
extends java.lang.Object
implements java.io.Serializable

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is used by com.liferay.portlet.social.service.http.SocialEquityAssetEntryServiceSoap.

Author:
Brian Wing Shun Chan
See Also:
com.liferay.portlet.social.service.http.SocialEquityAssetEntryServiceSoap, Serialized Form
Generated:

Constructor Summary
SocialEquityAssetEntrySoap()
           
 
Method Summary
 long getAssetEntryId()
           
 long getCompanyId()
           
 long getEquityAssetEntryId()
           
 long getGroupId()
           
 double getInformationB()
           
 double getInformationEquity()
           
 double getInformationK()
           
 long getPrimaryKey()
           
 long getUserId()
           
 void setAssetEntryId(long assetEntryId)
           
 void setCompanyId(long companyId)
           
 void setEquityAssetEntryId(long equityAssetEntryId)
           
 void setGroupId(long groupId)
           
 void setInformationB(double informationB)
           
 void setInformationEquity(double informationEquity)
           
 void setInformationK(double informationK)
           
 void setPrimaryKey(long pk)
           
 void setUserId(long userId)
           
static SocialEquityAssetEntrySoap toSoapModel(SocialEquityAssetEntry model)
           
static SocialEquityAssetEntrySoap[] toSoapModels(java.util.List<SocialEquityAssetEntry> models)
           
static SocialEquityAssetEntrySoap[] toSoapModels(SocialEquityAssetEntry[] models)
           
static SocialEquityAssetEntrySoap[][] toSoapModels(SocialEquityAssetEntry[][] models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocialEquityAssetEntrySoap

public SocialEquityAssetEntrySoap()
Method Detail

toSoapModel

public static SocialEquityAssetEntrySoap toSoapModel(SocialEquityAssetEntry model)

toSoapModels

public static SocialEquityAssetEntrySoap[] toSoapModels(SocialEquityAssetEntry[] models)

toSoapModels

public static SocialEquityAssetEntrySoap[][] toSoapModels(SocialEquityAssetEntry[][] models)

toSoapModels

public static SocialEquityAssetEntrySoap[] toSoapModels(java.util.List<SocialEquityAssetEntry> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getEquityAssetEntryId

public long getEquityAssetEntryId()

setEquityAssetEntryId

public void setEquityAssetEntryId(long equityAssetEntryId)

getGroupId

public long getGroupId()

setGroupId

public void setGroupId(long groupId)

getCompanyId

public long getCompanyId()

setCompanyId

public void setCompanyId(long companyId)

getUserId

public long getUserId()

setUserId

public void setUserId(long userId)

getAssetEntryId

public long getAssetEntryId()

setAssetEntryId

public void setAssetEntryId(long assetEntryId)

getInformationK

public double getInformationK()

setInformationK

public void setInformationK(double informationK)

getInformationB

public double getInformationB()

setInformationB

public void setInformationB(double informationB)

getInformationEquity

public double getInformationEquity()

setInformationEquity

public void setInformationEquity(double informationEquity)