Liferay 6.1.2-ce-ga3

com.liferay.portlet.documentlibrary.model
Class DLSyncSoap

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

public class DLSyncSoap
extends Object
implements Serializable

This class is used by SOAP remote services, specifically com.liferay.portlet.documentlibrary.service.http.DLSyncServiceSoap.

See Also:
com.liferay.portlet.documentlibrary.service.http.DLSyncServiceSoap, Serialized Form

Constructor Summary
DLSyncSoap()
           
 
Method Summary
 long getCompanyId()
           
 Date getCreateDate()
           
 String getDescription()
           
 String getEvent()
           
 long getFileId()
           
 String getFileUuid()
           
 Date getModifiedDate()
           
 String getName()
           
 long getParentFolderId()
           
 long getPrimaryKey()
           
 long getRepositoryId()
           
 long getSyncId()
           
 String getType()
           
 String getVersion()
           
 void setCompanyId(long companyId)
           
 void setCreateDate(Date createDate)
           
 void setDescription(String description)
           
 void setEvent(String event)
           
 void setFileId(long fileId)
           
 void setFileUuid(String fileUuid)
           
 void setModifiedDate(Date modifiedDate)
           
 void setName(String name)
           
 void setParentFolderId(long parentFolderId)
           
 void setPrimaryKey(long pk)
           
 void setRepositoryId(long repositoryId)
           
 void setSyncId(long syncId)
           
 void setType(String type)
           
 void setVersion(String version)
           
static DLSyncSoap toSoapModel(DLSync model)
           
static DLSyncSoap[] toSoapModels(DLSync[] models)
           
static DLSyncSoap[][] toSoapModels(DLSync[][] models)
           
static DLSyncSoap[] toSoapModels(List<DLSync> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DLSyncSoap

public DLSyncSoap()
Method Detail

toSoapModel

public static DLSyncSoap toSoapModel(DLSync model)

toSoapModels

public static DLSyncSoap[] toSoapModels(DLSync[] models)

toSoapModels

public static DLSyncSoap[][] toSoapModels(DLSync[][] models)

toSoapModels

public static DLSyncSoap[] toSoapModels(List<DLSync> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getSyncId

public long getSyncId()

setSyncId

public void setSyncId(long syncId)

getCompanyId

public long getCompanyId()

setCompanyId

public void setCompanyId(long companyId)

getCreateDate

public Date getCreateDate()

setCreateDate

public void setCreateDate(Date createDate)

getModifiedDate

public Date getModifiedDate()

setModifiedDate

public void setModifiedDate(Date modifiedDate)

getFileId

public long getFileId()

setFileId

public void setFileId(long fileId)

getFileUuid

public String getFileUuid()

setFileUuid

public void setFileUuid(String fileUuid)

getRepositoryId

public long getRepositoryId()

setRepositoryId

public void setRepositoryId(long repositoryId)

getParentFolderId

public long getParentFolderId()

setParentFolderId

public void setParentFolderId(long parentFolderId)

getName

public String getName()

setName

public void setName(String name)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getEvent

public String getEvent()

setEvent

public void setEvent(String event)

getType

public String getType()

setType

public void setType(String type)

getVersion

public String getVersion()

setVersion

public void setVersion(String version)

Liferay 6.1.2-ce-ga3