@ProviderType public class DLSyncEventCacheModel extends Object implements com.liferay.portal.kernel.model.CacheModel<com.liferay.document.library.kernel.model.DLSyncEvent>, Externalizable
DLSyncEvent
,
Serialized FormModifier and Type | Field and Description |
---|---|
long |
companyId |
String |
event |
long |
modifiedTime |
long |
syncEventId |
String |
type |
long |
typePK |
Constructor and Description |
---|
DLSyncEventCacheModel() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
readExternal(ObjectInput objectInput) |
com.liferay.document.library.kernel.model.DLSyncEvent |
toEntityModel() |
String |
toString() |
void |
writeExternal(ObjectOutput objectOutput) |
public long syncEventId
public long companyId
public long modifiedTime
public String event
public String type
public long typePK
public com.liferay.document.library.kernel.model.DLSyncEvent toEntityModel()
toEntityModel
in interface com.liferay.portal.kernel.model.CacheModel<com.liferay.document.library.kernel.model.DLSyncEvent>
public void readExternal(ObjectInput objectInput) throws IOException
readExternal
in interface Externalizable
IOException
public void writeExternal(ObjectOutput objectOutput) throws IOException
writeExternal
in interface Externalizable
IOException