com.liferay.portlet.documentlibrary.model
Class DLSyncEventSoap
java.lang.Object
com.liferay.portlet.documentlibrary.model.DLSyncEventSoap
- All Implemented Interfaces:
- Serializable
public class DLSyncEventSoap
- extends Object
- implements Serializable
This class is used by SOAP remote services.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DLSyncEventSoap
public DLSyncEventSoap()
toSoapModel
public static DLSyncEventSoap toSoapModel(DLSyncEvent model)
toSoapModels
public static DLSyncEventSoap[] toSoapModels(DLSyncEvent[] models)
toSoapModels
public static DLSyncEventSoap[][] toSoapModels(DLSyncEvent[][] models)
toSoapModels
public static DLSyncEventSoap[] toSoapModels(List<DLSyncEvent> models)
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getSyncEventId
public long getSyncEventId()
setSyncEventId
public void setSyncEventId(long syncEventId)
getModifiedTime
public long getModifiedTime()
setModifiedTime
public void setModifiedTime(long modifiedTime)
getEvent
public String getEvent()
setEvent
public void setEvent(String event)
getType
public String getType()
setType
public void setType(String type)
getTypePK
public long getTypePK()
setTypePK
public void setTypePK(long typePK)