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.
DLSyncEvent,
Serialized FormSYNC_EVENT_ID_ACCESSOR| Constructor and Description |
|---|
DLSyncEventWrapper(DLSyncEvent 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.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
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 |
persist() |
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 |
setModelAttributes(java.util.Map<java.lang.String,java.lang.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 |
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.
|
java.lang.String |
toXmlString() |
protected DLSyncEventWrapper |
wrap(DLSyncEvent dlSyncEvent) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelpublic DLSyncEventWrapper(DLSyncEvent dlSyncEvent)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<DLSyncEvent>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<DLSyncEvent>public DLSyncEvent cloneWithOriginalValues()
cloneWithOriginalValues in interface DLSyncEventModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<DLSyncEvent>public long getCompanyId()
getCompanyId in interface DLSyncEventModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic java.lang.String getEvent()
getEvent in interface DLSyncEventModelpublic long getModifiedTime()
getModifiedTime in interface DLSyncEventModelpublic long getPrimaryKey()
getPrimaryKey in interface DLSyncEventModelpublic long getSyncEventId()
getSyncEventId in interface DLSyncEventModelpublic java.lang.String getType()
getType in interface DLSyncEventModelpublic long getTypePK()
getTypePK in interface DLSyncEventModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setCompanyId(long companyId)
setCompanyId in interface DLSyncEventModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this dl sync eventpublic void setEvent(java.lang.String event)
setEvent in interface DLSyncEventModelevent - the event of this dl sync eventpublic void setModifiedTime(long modifiedTime)
setModifiedTime in interface DLSyncEventModelmodifiedTime - the modified time of this dl sync eventpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface DLSyncEventModelprimaryKey - the primary key of this dl sync eventpublic void setSyncEventId(long syncEventId)
setSyncEventId in interface DLSyncEventModelsyncEventId - the sync event ID of this dl sync eventpublic void setType(java.lang.String type)
setType in interface DLSyncEventModeltype - the type of this dl sync eventpublic void setTypePK(long typePK)
setTypePK in interface DLSyncEventModeltypePK - the type pk of this dl sync eventpublic java.lang.String toXmlString()
toXmlString in interface DLSyncEventModelprotected DLSyncEventWrapper wrap(DLSyncEvent dlSyncEvent)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DLSyncEvent>