public class PushNotificationsDeviceWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<PushNotificationsDevice> implements com.liferay.portal.kernel.model.ModelWrapper<PushNotificationsDevice>, 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 |
|---|---|
PushNotificationsDevice |
cloneWithOriginalValues() |
long |
getCompanyId()
Returns the company ID of this push notifications device.
|
java.util.Date |
getCreateDate()
Returns the create date of this push notifications device.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.String |
getPlatform()
Returns the platform of this push notifications device.
|
long |
getPrimaryKey()
Returns the primary key of this push notifications device.
|
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.
|
void |
persist() |
void |
setCompanyId(long companyId)
Sets the company ID of this push notifications device.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this push notifications device.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
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 |
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.
|
java.lang.String |
toXmlString() |
protected PushNotificationsDeviceWrapper |
wrap(PushNotificationsDevice pushNotificationsDevice) |
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 PushNotificationsDeviceWrapper(PushNotificationsDevice pushNotificationsDevice)
public 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 cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<PushNotificationsDevice>cloneWithOriginalValues in interface PushNotificationsDeviceModelpublic long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface PushNotificationsDeviceModelpublic java.util.Date getCreateDate()
getCreateDate in interface PushNotificationsDeviceModelpublic java.lang.String getPlatform()
getPlatform in interface PushNotificationsDeviceModelpublic long getPrimaryKey()
getPrimaryKey in interface PushNotificationsDeviceModelpublic long getPushNotificationsDeviceId()
getPushNotificationsDeviceId in interface PushNotificationsDeviceModelpublic java.lang.String getToken()
getToken in interface PushNotificationsDeviceModelpublic long getUserId()
getUserId in interface PushNotificationsDeviceModelpublic java.lang.String getUserUuid()
getUserUuid in interface PushNotificationsDeviceModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface PushNotificationsDeviceModelcompanyId - the company ID of this push notifications devicepublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface PushNotificationsDeviceModelcreateDate - the create date of this push notifications devicepublic 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 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 java.lang.String toXmlString()
toXmlString in interface PushNotificationsDeviceModelprotected PushNotificationsDeviceWrapper wrap(PushNotificationsDevice pushNotificationsDevice)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<PushNotificationsDevice>