Liferay 6.2-ce-ga5

com.liferay.portlet.documentlibrary.model
Class DLSyncEventSoap

java.lang.Object
  extended by 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

Constructor Summary
DLSyncEventSoap()
           
 
Method Summary
 String getEvent()
           
 long getModifiedTime()
           
 long getPrimaryKey()
           
 long getSyncEventId()
           
 String getType()
           
 long getTypePK()
           
 void setEvent(String event)
           
 void setModifiedTime(long modifiedTime)
           
 void setPrimaryKey(long pk)
           
 void setSyncEventId(long syncEventId)
           
 void setType(String type)
           
 void setTypePK(long typePK)
           
static DLSyncEventSoap toSoapModel(DLSyncEvent model)
           
static DLSyncEventSoap[] toSoapModels(DLSyncEvent[] models)
           
static DLSyncEventSoap[][] toSoapModels(DLSyncEvent[][] models)
           
static DLSyncEventSoap[] toSoapModels(List<DLSyncEvent> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DLSyncEventSoap

public DLSyncEventSoap()
Method Detail

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)

Liferay 6.2-ce-ga5