Liferay 6.2-ce-ga5

com.liferay.portlet.ratings.model
Class RatingsEntrySoap

java.lang.Object
  extended by com.liferay.portlet.ratings.model.RatingsEntrySoap
All Implemented Interfaces:
Serializable

public class RatingsEntrySoap
extends Object
implements Serializable

This class is used by SOAP remote services, specifically RatingsEntryServiceSoap.

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

Constructor Summary
RatingsEntrySoap()
           
 
Method Summary
 long getClassNameId()
           
 long getClassPK()
           
 long getCompanyId()
           
 Date getCreateDate()
           
 long getEntryId()
           
 Date getModifiedDate()
           
 long getPrimaryKey()
           
 double getScore()
           
 long getUserId()
           
 String getUserName()
           
 void setClassNameId(long classNameId)
           
 void setClassPK(long classPK)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(Date createDate)
           
 void setEntryId(long entryId)
           
 void setModifiedDate(Date modifiedDate)
           
 void setPrimaryKey(long pk)
           
 void setScore(double score)
           
 void setUserId(long userId)
           
 void setUserName(String userName)
           
static RatingsEntrySoap toSoapModel(RatingsEntry model)
           
static RatingsEntrySoap[] toSoapModels(List<RatingsEntry> models)
           
static RatingsEntrySoap[] toSoapModels(RatingsEntry[] models)
           
static RatingsEntrySoap[][] toSoapModels(RatingsEntry[][] models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RatingsEntrySoap

public RatingsEntrySoap()
Method Detail

toSoapModel

public static RatingsEntrySoap toSoapModel(RatingsEntry model)

toSoapModels

public static RatingsEntrySoap[] toSoapModels(RatingsEntry[] models)

toSoapModels

public static RatingsEntrySoap[][] toSoapModels(RatingsEntry[][] models)

toSoapModels

public static RatingsEntrySoap[] toSoapModels(List<RatingsEntry> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getEntryId

public long getEntryId()

setEntryId

public void setEntryId(long entryId)

getCompanyId

public long getCompanyId()

setCompanyId

public void setCompanyId(long companyId)

getUserId

public long getUserId()

setUserId

public void setUserId(long userId)

getUserName

public String getUserName()

setUserName

public void setUserName(String userName)

getCreateDate

public Date getCreateDate()

setCreateDate

public void setCreateDate(Date createDate)

getModifiedDate

public Date getModifiedDate()

setModifiedDate

public void setModifiedDate(Date modifiedDate)

getClassNameId

public long getClassNameId()

setClassNameId

public void setClassNameId(long classNameId)

getClassPK

public long getClassPK()

setClassPK

public void setClassPK(long classPK)

getScore

public double getScore()

setScore

public void setScore(double score)

Liferay 6.2-ce-ga5