Class DLSyncEventWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DLSyncEvent>
com.liferay.document.library.sync.model.DLSyncEventWrapper
- All Implemented Interfaces:
DLSyncEvent
,DLSyncEventModel
,com.liferay.portal.kernel.model.BaseModel<DLSyncEvent>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.ModelWrapper<DLSyncEvent>
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,Serializable
,Cloneable
,Comparable<DLSyncEvent>
public class DLSyncEventWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DLSyncEvent>
implements DLSyncEvent, com.liferay.portal.kernel.model.ModelWrapper<DLSyncEvent>
This class is a wrapper for DLSyncEvent
.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.document.library.sync.model.DLSyncEvent
SYNC_EVENT_ID_ACCESSOR
-
Constructor Summary
Constructors -
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
persist()
void
setCompanyId
(long companyId) Sets the company ID of this dl sync event.void
Sets the event of this dl sync event.void
setModelAttributes
(Map<String, Object> attributes) 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.protected DLSyncEventWrapper
wrap
(DLSyncEvent dlSyncEvent) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, 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
Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
DLSyncEventWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<DLSyncEvent>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<DLSyncEvent>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<DLSyncEvent>
- Specified by:
cloneWithOriginalValues
in interfaceDLSyncEventModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this dl sync event.- Specified by:
getCompanyId
in interfaceDLSyncEventModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Returns:
- the company ID of this dl sync event
-
getEvent
Returns the event of this dl sync event.- Specified by:
getEvent
in interfaceDLSyncEventModel
- Returns:
- the event of this dl sync event
-
getModifiedTime
public long getModifiedTime()Returns the modified time of this dl sync event.- Specified by:
getModifiedTime
in interfaceDLSyncEventModel
- Returns:
- the modified time of this dl sync event
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this dl sync event.- Specified by:
getPrimaryKey
in interfaceDLSyncEventModel
- Returns:
- the primary key of this dl sync event
-
getSyncEventId
public long getSyncEventId()Returns the sync event ID of this dl sync event.- Specified by:
getSyncEventId
in interfaceDLSyncEventModel
- Returns:
- the sync event ID of this dl sync event
-
getType
Returns the type of this dl sync event.- Specified by:
getType
in interfaceDLSyncEventModel
- Returns:
- the type of this dl sync event
-
getTypePK
public long getTypePK()Returns the type pk of this dl sync event.- Specified by:
getTypePK
in interfaceDLSyncEventModel
- Returns:
- the type pk of this dl sync event
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this dl sync event.- Specified by:
setCompanyId
in interfaceDLSyncEventModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Parameters:
companyId
- the company ID of this dl sync event
-
setEvent
Sets the event of this dl sync event.- Specified by:
setEvent
in interfaceDLSyncEventModel
- Parameters:
event
- the event of this dl sync event
-
setModifiedTime
public void setModifiedTime(long modifiedTime) Sets the modified time of this dl sync event.- Specified by:
setModifiedTime
in interfaceDLSyncEventModel
- Parameters:
modifiedTime
- the modified time of this dl sync event
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this dl sync event.- Specified by:
setPrimaryKey
in interfaceDLSyncEventModel
- Parameters:
primaryKey
- the primary key of this dl sync event
-
setSyncEventId
public void setSyncEventId(long syncEventId) Sets the sync event ID of this dl sync event.- Specified by:
setSyncEventId
in interfaceDLSyncEventModel
- Parameters:
syncEventId
- the sync event ID of this dl sync event
-
setType
Sets the type of this dl sync event.- Specified by:
setType
in interfaceDLSyncEventModel
- Parameters:
type
- the type of this dl sync event
-
setTypePK
public void setTypePK(long typePK) Sets the type pk of this dl sync event.- Specified by:
setTypePK
in interfaceDLSyncEventModel
- Parameters:
typePK
- the type pk of this dl sync event
-
toXmlString
- Specified by:
toXmlString
in interfaceDLSyncEventModel
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DLSyncEvent>
-