Liferay 6.1.2-ce-ga3

com.liferay.portlet.documentlibrary.model
Class DLSyncUpdate

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.model.DLSyncUpdate

@JSON
public class DLSyncUpdate
extends Object


Constructor Summary
DLSyncUpdate(List<DLSync> dlSyncs, Date lastAccessDate)
           
 
Method Summary
 List<DLSync> getDLSyncs()
           
 Date getLastAccessDate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DLSyncUpdate

public DLSyncUpdate(List<DLSync> dlSyncs,
                    Date lastAccessDate)
Method Detail

getDLSyncs

@JSON
public List<DLSync> getDLSyncs()

getLastAccessDate

public Date getLastAccessDate()

Liferay 6.1.2-ce-ga3