public class DLSyncEventWrapper extends BaseModelWrapper<DLSyncEvent> implements DLSyncEvent, ModelWrapper<DLSyncEvent>
This class is a wrapper for DLSyncEvent.
DLSyncEvent,
Serialized FormmodelSYNC_EVENT_ID_ACCESSOR| Constructor and Description |
|---|
DLSyncEventWrapper(DLSyncEvent dlSyncEvent) |
| Modifier and Type | Method and Description |
|---|---|
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()
Updates this model instance in the database or adds it if it does not yet
exist.
|
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.
|
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, toUnescapedModel, toXmlStringfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamegetWrappedModelpublic DLSyncEventWrapper(DLSyncEvent dlSyncEvent)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface BaseModel<DLSyncEvent>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface BaseModel<DLSyncEvent>public long getCompanyId()
getCompanyId in interface DLSyncEventModelgetCompanyId in interface 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()
PersistedModelpersist in interface PersistedModelpublic void setCompanyId(long companyId)
setCompanyId in interface DLSyncEventModelsetCompanyId in interface 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 eventprotected DLSyncEventWrapper wrap(DLSyncEvent dlSyncEvent)
wrap in class BaseModelWrapper<DLSyncEvent>