Liferay 6.1.0

com.liferay.portlet.social.model
Class SocialEquityAssetEntrySoap

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

public class SocialEquityAssetEntrySoap
extends Object
implements Serializable

This class is used by SOAP remote services.

See Also:
Serialized Form

Constructor Summary
SocialEquityAssetEntrySoap()
           
 
Method Summary
 long getAssetEntryId()
           
 long getCompanyId()
           
 long getEquityAssetEntryId()
           
 long getGroupId()
           
 double getInformationB()
           
 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 setInformationK(double informationK)
           
 void setPrimaryKey(long pk)
           
 void setUserId(long userId)
           
static SocialEquityAssetEntrySoap toSoapModel(SocialEquityAssetEntry model)
           
static SocialEquityAssetEntrySoap[] toSoapModels(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(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)

Liferay 6.1.0