Liferay 6.1.2-ce-ga3

com.liferay.portlet.documentlibrary.model
Class DLFileRankSoap

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.model.DLFileRankSoap
All Implemented Interfaces:
Serializable

public class DLFileRankSoap
extends Object
implements Serializable

This class is used by SOAP remote services.

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

Constructor Summary
DLFileRankSoap()
           
 
Method Summary
 long getCompanyId()
           
 Date getCreateDate()
           
 long getFileEntryId()
           
 long getFileRankId()
           
 long getGroupId()
           
 long getPrimaryKey()
           
 long getUserId()
           
 void setCompanyId(long companyId)
           
 void setCreateDate(Date createDate)
           
 void setFileEntryId(long fileEntryId)
           
 void setFileRankId(long fileRankId)
           
 void setGroupId(long groupId)
           
 void setPrimaryKey(long pk)
           
 void setUserId(long userId)
           
static DLFileRankSoap toSoapModel(DLFileRank model)
           
static DLFileRankSoap[] toSoapModels(DLFileRank[] models)
           
static DLFileRankSoap[][] toSoapModels(DLFileRank[][] models)
           
static DLFileRankSoap[] toSoapModels(List<DLFileRank> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DLFileRankSoap

public DLFileRankSoap()
Method Detail

toSoapModel

public static DLFileRankSoap toSoapModel(DLFileRank model)

toSoapModels

public static DLFileRankSoap[] toSoapModels(DLFileRank[] models)

toSoapModels

public static DLFileRankSoap[][] toSoapModels(DLFileRank[][] models)

toSoapModels

public static DLFileRankSoap[] toSoapModels(List<DLFileRank> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getFileRankId

public long getFileRankId()

setFileRankId

public void setFileRankId(long fileRankId)

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)

getCreateDate

public Date getCreateDate()

setCreateDate

public void setCreateDate(Date createDate)

getFileEntryId

public long getFileEntryId()

setFileEntryId

public void setFileEntryId(long fileEntryId)

Liferay 6.1.2-ce-ga3