@ProviderType public class PushNotificationsDeviceWrapper extends java.lang.Object implements PushNotificationsDevice, com.liferay.portal.kernel.model.ModelWrapper<PushNotificationsDevice>
This class is a wrapper for PushNotificationsDevice.
PushNotificationsDevice,
Serialized FormPUSH_NOTIFICATIONS_DEVICE_ID_ACCESSOR| Constructor and Description |
|---|
PushNotificationsDeviceWrapper(PushNotificationsDevice pushNotificationsDevice) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(PushNotificationsDevice pushNotificationsDevice) |
boolean |
equals(java.lang.Object obj) |
java.util.Date |
getCreateDate()
Returns the create date of this push notifications device.
|
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() |
java.lang.String |
getPlatform()
Returns the platform of this push notifications device.
|
long |
getPrimaryKey()
Returns the primary key of this push notifications device.
|
java.io.Serializable |
getPrimaryKeyObj() |
long |
getPushNotificationsDeviceId()
Returns the push notifications device ID of this push notifications device.
|
java.lang.String |
getToken()
Returns the token of this push notifications device.
|
long |
getUserId()
Returns the user ID of this push notifications device.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this push notifications device.
|
PushNotificationsDevice |
getWrappedModel() |
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEntityCacheEnabled() |
boolean |
isEscapedModel() |
boolean |
isFinderCacheEnabled() |
boolean |
isNew() |
void |
persist() |
void |
resetOriginalValues() |
void |
setCachedModel(boolean cachedModel) |
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this push notifications device.
|
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 |
setNew(boolean n) |
void |
setPlatform(java.lang.String platform)
Sets the platform of this push notifications device.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this push notifications device.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setPushNotificationsDeviceId(long pushNotificationsDeviceId)
Sets the push notifications device ID of this push notifications device.
|
void |
setToken(java.lang.String token)
Sets the token of this push notifications device.
|
void |
setUserId(long userId)
Sets the user ID of this push notifications device.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this push notifications device.
|
com.liferay.portal.kernel.model.CacheModel<PushNotificationsDevice> |
toCacheModel() |
PushNotificationsDevice |
toEscapedModel() |
java.lang.String |
toString() |
PushNotificationsDevice |
toUnescapedModel() |
java.lang.String |
toXmlString() |
public PushNotificationsDeviceWrapper(PushNotificationsDevice pushNotificationsDevice)
public java.lang.Class<?> getModelClass()
getModelClass in interface com.liferay.portal.kernel.model.ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModelpublic java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<PushNotificationsDevice>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<PushNotificationsDevice>public PushNotificationsDevice toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<PushNotificationsDevice>toEscapedModel in interface PushNotificationsDeviceModelpublic PushNotificationsDevice toUnescapedModel()
toUnescapedModel in interface com.liferay.portal.kernel.model.BaseModel<PushNotificationsDevice>toUnescapedModel in interface PushNotificationsDeviceModelpublic boolean isCachedModel()
isCachedModel in interface com.liferay.portal.kernel.model.BaseModel<PushNotificationsDevice>isCachedModel in interface PushNotificationsDeviceModelpublic boolean isEscapedModel()
isEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<PushNotificationsDevice>isEscapedModel in interface PushNotificationsDeviceModelpublic boolean isNew()
isNew in interface com.liferay.portal.kernel.model.BaseModel<PushNotificationsDevice>isNew in interface PushNotificationsDeviceModelpublic com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<PushNotificationsDevice>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelgetExpandoBridge in interface PushNotificationsDeviceModelpublic com.liferay.portal.kernel.model.CacheModel<PushNotificationsDevice> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<PushNotificationsDevice>toCacheModel in interface PushNotificationsDeviceModelpublic int compareTo(PushNotificationsDevice pushNotificationsDevice)
compareTo in interface PushNotificationsDeviceModelcompareTo in interface java.lang.Comparable<PushNotificationsDevice>public int hashCode()
hashCode in interface PushNotificationsDeviceModelhashCode in class java.lang.Objectpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<PushNotificationsDevice>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelgetPrimaryKeyObj in interface PushNotificationsDeviceModelpublic java.lang.Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<PushNotificationsDevice>clone in interface PushNotificationsDeviceModelclone in class java.lang.Objectpublic java.lang.String getPlatform()
getPlatform in interface PushNotificationsDeviceModelpublic java.lang.String getToken()
getToken in interface PushNotificationsDeviceModelpublic java.lang.String getUserUuid()
getUserUuid in interface PushNotificationsDeviceModelpublic java.lang.String toString()
toString in interface PushNotificationsDeviceModeltoString in class java.lang.Objectpublic java.lang.String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<PushNotificationsDevice>toXmlString in interface PushNotificationsDeviceModelpublic java.util.Date getCreateDate()
getCreateDate in interface PushNotificationsDeviceModelpublic long getPrimaryKey()
getPrimaryKey in interface PushNotificationsDeviceModelpublic long getPushNotificationsDeviceId()
getPushNotificationsDeviceId in interface PushNotificationsDeviceModelpublic long getUserId()
getUserId in interface PushNotificationsDeviceModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setCachedModel(boolean cachedModel)
setCachedModel in interface com.liferay.portal.kernel.model.BaseModel<PushNotificationsDevice>setCachedModel in interface PushNotificationsDeviceModelpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface PushNotificationsDeviceModelcreateDate - the create date of this push notifications devicepublic void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<PushNotificationsDevice>setExpandoBridgeAttributes in interface PushNotificationsDeviceModelpublic void setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<PushNotificationsDevice>setExpandoBridgeAttributes in interface PushNotificationsDeviceModelpublic void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<PushNotificationsDevice>setExpandoBridgeAttributes in interface PushNotificationsDeviceModelpublic void setNew(boolean n)
setNew in interface com.liferay.portal.kernel.model.BaseModel<PushNotificationsDevice>setNew in interface PushNotificationsDeviceModelpublic void setPlatform(java.lang.String platform)
setPlatform in interface PushNotificationsDeviceModelplatform - the platform of this push notifications devicepublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface PushNotificationsDeviceModelprimaryKey - the primary key of this push notifications devicepublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<PushNotificationsDevice>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelsetPrimaryKeyObj in interface PushNotificationsDeviceModelpublic void setPushNotificationsDeviceId(long pushNotificationsDeviceId)
setPushNotificationsDeviceId in interface PushNotificationsDeviceModelpushNotificationsDeviceId - the push notifications device ID of this push notifications devicepublic void setToken(java.lang.String token)
setToken in interface PushNotificationsDeviceModeltoken - the token of this push notifications devicepublic void setUserId(long userId)
setUserId in interface PushNotificationsDeviceModeluserId - the user ID of this push notifications devicepublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface PushNotificationsDeviceModeluserUuid - the user uuid of this push notifications devicepublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic PushNotificationsDevice getWrappedModel()
getWrappedModel in interface com.liferay.portal.kernel.model.ModelWrapper<PushNotificationsDevice>public boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<PushNotificationsDevice>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<PushNotificationsDevice>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<PushNotificationsDevice>