Interface DLSyncEventModel
- All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<DLSyncEvent>
,com.liferay.portal.kernel.model.ClassedModel
,Cloneable
,Comparable<DLSyncEvent>
,Serializable
,com.liferay.portal.kernel.model.ShardedModel
- All Known Subinterfaces:
DLSyncEvent
- All Known Implementing Classes:
DLSyncEventWrapper
@ProviderType
public interface DLSyncEventModel
extends com.liferay.portal.kernel.model.BaseModel<DLSyncEvent>, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the DLSyncEvent service. Represents a row in the "DLSyncEvent" database table, with each column mapped to a property of this class.
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
.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the company ID of this dl sync event.getEvent()
Returns the event of this dl sync event.long
Returns the modified time of this dl sync event.long
Returns the primary key of this dl sync event.long
Returns the sync event ID of this dl sync event.getType()
Returns the type of this dl sync event.long
Returns the type pk of this dl sync event.void
setCompanyId
(long companyId) Sets the company ID of this dl sync event.void
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
Sets the type of this dl sync event.void
setTypePK
(long typePK) Sets the type pk of this dl sync event.default String
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this dl sync event.- Returns:
- the primary key of this dl sync event
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this dl sync event.- Parameters:
primaryKey
- the primary key of this dl sync event
-
getSyncEventId
long getSyncEventId()Returns the sync event ID of this dl sync event.- Returns:
- the sync event ID of this dl sync event
-
setSyncEventId
void setSyncEventId(long syncEventId) Sets the sync event ID of this dl sync event.- Parameters:
syncEventId
- the sync event ID of this dl sync event
-
getCompanyId
long getCompanyId()Returns the company ID of this dl sync event.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Returns:
- the company ID of this dl sync event
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this dl sync event.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Parameters:
companyId
- the company ID of this dl sync event
-
getModifiedTime
long getModifiedTime()Returns the modified time of this dl sync event.- Returns:
- the modified time of this dl sync event
-
setModifiedTime
void setModifiedTime(long modifiedTime) Sets the modified time of this dl sync event.- Parameters:
modifiedTime
- the modified time of this dl sync event
-
getEvent
Returns the event of this dl sync event.- Returns:
- the event of this dl sync event
-
setEvent
Sets the event of this dl sync event.- Parameters:
event
- the event of this dl sync event
-
getType
Returns the type of this dl sync event.- Returns:
- the type of this dl sync event
-
setType
Sets the type of this dl sync event.- Parameters:
type
- the type of this dl sync event
-
getTypePK
long getTypePK()Returns the type pk of this dl sync event.- Returns:
- the type pk of this dl sync event
-
setTypePK
void setTypePK(long typePK) Sets the type pk of this dl sync event.- Parameters:
typePK
- the type pk of this dl sync event
-
cloneWithOriginalValues
DLSyncEvent cloneWithOriginalValues()- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<DLSyncEvent>
-
toXmlString
-