@ProviderType public class DLSyncEventWrapper extends java.lang.Object 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 |
---|---|
java.lang.Object |
clone() |
int |
compareTo(DLSyncEvent dlSyncEvent) |
boolean |
equals(java.lang.Object obj) |
long |
getCompanyId()
Returns the company ID of this dl sync event.
|
java.lang.String |
getEvent()
Returns the event of this dl sync event.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
long |
getModifiedTime()
Returns the modified time of this dl sync event.
|
long |
getPrimaryKey()
Returns the primary key of this dl sync event.
|
java.io.Serializable |
getPrimaryKeyObj() |
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.
|
DLSyncEvent |
getWrappedModel() |
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEntityCacheEnabled() |
boolean |
isEscapedModel() |
boolean |
isFinderCacheEnabled() |
boolean |
isNew() |
void |
persist() |
void |
resetOriginalValues() |
void |
setCachedModel(boolean cachedModel) |
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 |
setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
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 |
setNew(boolean n) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this dl sync event.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
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.
|
com.liferay.portal.kernel.model.CacheModel<DLSyncEvent> |
toCacheModel() |
DLSyncEvent |
toEscapedModel() |
java.lang.String |
toString() |
DLSyncEvent |
toUnescapedModel() |
java.lang.String |
toXmlString() |
public DLSyncEventWrapper(DLSyncEvent dlSyncEvent)
public java.lang.Class<?> getModelClass()
getModelClass
in interface com.liferay.portal.kernel.model.ClassedModel
public java.lang.String getModelClassName()
getModelClassName
in interface com.liferay.portal.kernel.model.ClassedModel
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 java.lang.Object clone()
clone
in interface DLSyncEventModel
clone
in interface com.liferay.portal.kernel.model.BaseModel<DLSyncEvent>
clone
in class java.lang.Object
public int compareTo(DLSyncEvent dlSyncEvent)
compareTo
in interface DLSyncEventModel
compareTo
in interface java.lang.Comparable<DLSyncEvent>
public long getCompanyId()
getCompanyId
in interface DLSyncEventModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
public java.lang.String getEvent()
getEvent
in interface DLSyncEventModel
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge
in interface DLSyncEventModel
getExpandoBridge
in interface com.liferay.portal.kernel.model.BaseModel<DLSyncEvent>
getExpandoBridge
in interface com.liferay.portal.kernel.model.ClassedModel
public long getModifiedTime()
getModifiedTime
in interface DLSyncEventModel
public long getPrimaryKey()
getPrimaryKey
in interface DLSyncEventModel
public java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj
in interface DLSyncEventModel
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<DLSyncEvent>
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
public long getSyncEventId()
getSyncEventId
in interface DLSyncEventModel
public java.lang.String getType()
getType
in interface DLSyncEventModel
public long getTypePK()
getTypePK
in interface DLSyncEventModel
public int hashCode()
hashCode
in interface DLSyncEventModel
hashCode
in class java.lang.Object
public boolean isCachedModel()
isCachedModel
in interface DLSyncEventModel
isCachedModel
in interface com.liferay.portal.kernel.model.BaseModel<DLSyncEvent>
public boolean isEscapedModel()
isEscapedModel
in interface DLSyncEventModel
isEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<DLSyncEvent>
public boolean isNew()
isNew
in interface DLSyncEventModel
isNew
in interface com.liferay.portal.kernel.model.BaseModel<DLSyncEvent>
public void persist()
persist
in interface com.liferay.portal.kernel.model.PersistedModel
public void setCachedModel(boolean cachedModel)
setCachedModel
in interface DLSyncEventModel
setCachedModel
in interface com.liferay.portal.kernel.model.BaseModel<DLSyncEvent>
public void setCompanyId(long companyId)
setCompanyId
in interface DLSyncEventModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this dl sync eventpublic void setEvent(java.lang.String event)
setEvent
in interface DLSyncEventModel
event
- the event of this dl sync eventpublic void setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes
in interface DLSyncEventModel
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<DLSyncEvent>
public void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes
in interface DLSyncEventModel
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<DLSyncEvent>
public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes
in interface DLSyncEventModel
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<DLSyncEvent>
public void setModifiedTime(long modifiedTime)
setModifiedTime
in interface DLSyncEventModel
modifiedTime
- the modified time of this dl sync eventpublic void setNew(boolean n)
setNew
in interface DLSyncEventModel
setNew
in interface com.liferay.portal.kernel.model.BaseModel<DLSyncEvent>
public void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface DLSyncEventModel
primaryKey
- the primary key of this dl sync eventpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj
in interface DLSyncEventModel
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<DLSyncEvent>
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
public void setSyncEventId(long syncEventId)
setSyncEventId
in interface DLSyncEventModel
syncEventId
- the sync event ID of this dl sync eventpublic void setType(java.lang.String type)
setType
in interface DLSyncEventModel
type
- the type of this dl sync eventpublic void setTypePK(long typePK)
setTypePK
in interface DLSyncEventModel
typePK
- the type pk of this dl sync eventpublic com.liferay.portal.kernel.model.CacheModel<DLSyncEvent> toCacheModel()
toCacheModel
in interface DLSyncEventModel
toCacheModel
in interface com.liferay.portal.kernel.model.BaseModel<DLSyncEvent>
public DLSyncEvent toEscapedModel()
toEscapedModel
in interface DLSyncEventModel
toEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<DLSyncEvent>
public java.lang.String toString()
toString
in interface DLSyncEventModel
toString
in class java.lang.Object
public DLSyncEvent toUnescapedModel()
toUnescapedModel
in interface DLSyncEventModel
toUnescapedModel
in interface com.liferay.portal.kernel.model.BaseModel<DLSyncEvent>
public java.lang.String toXmlString()
toXmlString
in interface DLSyncEventModel
toXmlString
in interface com.liferay.portal.kernel.model.BaseModel<DLSyncEvent>
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public DLSyncEvent getWrappedModel()
getWrappedModel
in interface com.liferay.portal.kernel.model.ModelWrapper<DLSyncEvent>
public boolean isEntityCacheEnabled()
isEntityCacheEnabled
in interface com.liferay.portal.kernel.model.BaseModel<DLSyncEvent>
public boolean isFinderCacheEnabled()
isFinderCacheEnabled
in interface com.liferay.portal.kernel.model.BaseModel<DLSyncEvent>
public void resetOriginalValues()
resetOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<DLSyncEvent>