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 TypeMethodDescriptionlongReturns the company ID of this dl sync event.getEvent()Returns the event of this dl sync event.longReturns the modified time of this dl sync event.longReturns the primary key of this dl sync event.longReturns the sync event ID of this dl sync event.getType()Returns the type of this dl sync event.longReturns the type pk of this dl sync event.voidsetCompanyId(long companyId) Sets the company ID of this dl sync event.voidSets the event of this dl sync event.voidsetModifiedTime(long modifiedTime) Sets the modified time of this dl sync event.voidsetPrimaryKey(long primaryKey) Sets the primary key of this dl sync event.voidsetSyncEventId(long syncEventId) Sets the sync event ID of this dl sync event.voidSets the type of this dl sync event.voidsetTypePK(long typePK) Sets the type pk of this dl sync event.default StringMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods 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:
getCompanyIdin 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:
setCompanyIdin 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:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<DLSyncEvent>
-
toXmlString
-