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, toUnescapedModel
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
public 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 PushNotificationsDeviceModel
public long getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
getCompanyId
in interface PushNotificationsDeviceModel
public java.util.Date getCreateDate()
getCreateDate
in interface PushNotificationsDeviceModel
public java.lang.String getPlatform()
getPlatform
in interface PushNotificationsDeviceModel
public long getPrimaryKey()
getPrimaryKey
in interface PushNotificationsDeviceModel
public long getPushNotificationsDeviceId()
getPushNotificationsDeviceId
in interface PushNotificationsDeviceModel
public java.lang.String getToken()
getToken
in interface PushNotificationsDeviceModel
public long getUserId()
getUserId
in interface PushNotificationsDeviceModel
public java.lang.String getUserUuid()
getUserUuid
in interface PushNotificationsDeviceModel
public void persist()
persist
in interface com.liferay.portal.kernel.model.PersistedModel
public void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
setCompanyId
in interface PushNotificationsDeviceModel
companyId
- the company ID of this push notifications devicepublic void setCreateDate(java.util.Date createDate)
setCreateDate
in interface PushNotificationsDeviceModel
createDate
- the create date of this push notifications devicepublic void setPlatform(java.lang.String platform)
setPlatform
in interface PushNotificationsDeviceModel
platform
- the platform of this push notifications devicepublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface PushNotificationsDeviceModel
primaryKey
- the primary key of this push notifications devicepublic void setPushNotificationsDeviceId(long pushNotificationsDeviceId)
setPushNotificationsDeviceId
in interface PushNotificationsDeviceModel
pushNotificationsDeviceId
- the push notifications device ID of this push notifications devicepublic void setToken(java.lang.String token)
setToken
in interface PushNotificationsDeviceModel
token
- the token of this push notifications devicepublic void setUserId(long userId)
setUserId
in interface PushNotificationsDeviceModel
userId
- the user ID of this push notifications devicepublic void setUserUuid(java.lang.String userUuid)
setUserUuid
in interface PushNotificationsDeviceModel
userUuid
- the user uuid of this push notifications devicepublic java.lang.String toXmlString()
toXmlString
in interface PushNotificationsDeviceModel
protected PushNotificationsDeviceWrapper wrap(PushNotificationsDevice pushNotificationsDevice)
wrap
in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<PushNotificationsDevice>