com.liferay.portlet.documentlibrary.model
Class DLSyncSoap
java.lang.Object
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 DLSyncServiceSoap
.
- See Also:
DLSyncServiceSoap
,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DLSyncSoap
public DLSyncSoap()
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)