Liferay 6.2-ce-ga5

com.liferay.portlet.documentlibrary.model
Class DLContentSoap

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

public class DLContentSoap
extends Object
implements Serializable

This class is used by SOAP remote services.

See Also:
Serialized Form

Constructor Summary
DLContentSoap()
           
 
Method Summary
 long getCompanyId()
           
 long getContentId()
           
 Blob getData()
           
 long getGroupId()
           
 String getPath()
           
 long getPrimaryKey()
           
 long getRepositoryId()
           
 long getSize()
           
 String getVersion()
           
 void setCompanyId(long companyId)
           
 void setContentId(long contentId)
           
 void setData(Blob data)
           
 void setGroupId(long groupId)
           
 void setPath(String path)
           
 void setPrimaryKey(long pk)
           
 void setRepositoryId(long repositoryId)
           
 void setSize(long size)
           
 void setVersion(String version)
           
static DLContentSoap toSoapModel(DLContent model)
           
static DLContentSoap[] toSoapModels(DLContent[] models)
           
static DLContentSoap[][] toSoapModels(DLContent[][] models)
           
static DLContentSoap[] toSoapModels(List<DLContent> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DLContentSoap

public DLContentSoap()
Method Detail

toSoapModel

public static DLContentSoap toSoapModel(DLContent model)

toSoapModels

public static DLContentSoap[] toSoapModels(DLContent[] models)

toSoapModels

public static DLContentSoap[][] toSoapModels(DLContent[][] models)

toSoapModels

public static DLContentSoap[] toSoapModels(List<DLContent> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getContentId

public long getContentId()

setContentId

public void setContentId(long contentId)

getGroupId

public long getGroupId()

setGroupId

public void setGroupId(long groupId)

getCompanyId

public long getCompanyId()

setCompanyId

public void setCompanyId(long companyId)

getRepositoryId

public long getRepositoryId()

setRepositoryId

public void setRepositoryId(long repositoryId)

getPath

public String getPath()

setPath

public void setPath(String path)

getVersion

public String getVersion()

setVersion

public void setVersion(String version)

getData

public Blob getData()

setData

public void setData(Blob data)

getSize

public long getSize()

setSize

public void setSize(long size)

Liferay 6.2-ce-ga5