@ProviderType public interface DLSyncEventModel extends com.liferay.portal.kernel.model.BaseModel<DLSyncEvent>, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.document.library.sync.model.impl.DLSyncEventModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.document.library.sync.model.impl.DLSyncEventImpl.
DLSyncEvent| Modifier and Type | Method and Description |
|---|---|
DLSyncEvent |
cloneWithOriginalValues() |
long |
getCompanyId()
Returns the company ID of this dl sync event.
|
java.lang.String |
getEvent()
Returns the event of this dl sync event.
|
long |
getModifiedTime()
Returns the modified time of this dl sync event.
|
long |
getPrimaryKey()
Returns the primary key of this dl sync event.
|
long |
getSyncEventId()
Returns the sync event ID of this dl sync event.
|
java.lang.String |
getType()
Returns the type of this dl sync event.
|
long |
getTypePK()
Returns the type pk of this dl sync event.
|
void |
setCompanyId(long companyId)
Sets the company ID of this dl sync event.
|
void |
setEvent(java.lang.String event)
Sets the event of this dl sync event.
|
void |
setModifiedTime(long modifiedTime)
Sets the modified time of this dl sync event.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this dl sync event.
|
void |
setSyncEventId(long syncEventId)
Sets the sync event ID of this dl sync event.
|
void |
setType(java.lang.String type)
Sets the type of this dl sync event.
|
void |
setTypePK(long typePK)
Sets the type pk of this dl sync event.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringlong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this dl sync eventlong getSyncEventId()
void setSyncEventId(long syncEventId)
syncEventId - the sync event ID of this dl sync eventlong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this dl sync eventlong getModifiedTime()
void setModifiedTime(long modifiedTime)
modifiedTime - the modified time of this dl sync event@AutoEscape java.lang.String getEvent()
void setEvent(java.lang.String event)
event - the event of this dl sync event@AutoEscape java.lang.String getType()
void setType(java.lang.String type)
type - the type of this dl sync eventlong getTypePK()
void setTypePK(long typePK)
typePK - the type pk of this dl sync eventDLSyncEvent cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<DLSyncEvent>