@ProviderType public interface PushNotificationsDeviceModel extends com.liferay.portal.kernel.model.BaseModel<PushNotificationsDevice>, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.push.notifications.model.impl.PushNotificationsDeviceModelImpl
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.push.notifications.model.impl.PushNotificationsDeviceImpl
.
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.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 |
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 |
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.
|
default java.lang.String |
toXmlString() |
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this push notifications devicelong getPushNotificationsDeviceId()
void setPushNotificationsDeviceId(long pushNotificationsDeviceId)
pushNotificationsDeviceId
- the push notifications device ID of this push notifications devicelong getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this push notifications devicelong getUserId()
void setUserId(long userId)
userId
- the user ID of this push notifications devicejava.lang.String getUserUuid()
void setUserUuid(java.lang.String userUuid)
userUuid
- the user uuid of this push notifications devicejava.util.Date getCreateDate()
void setCreateDate(java.util.Date createDate)
createDate
- the create date of this push notifications device@AutoEscape java.lang.String getPlatform()
void setPlatform(java.lang.String platform)
platform
- the platform of this push notifications device@AutoEscape java.lang.String getToken()
void setToken(java.lang.String token)
token
- the token of this push notifications devicePushNotificationsDevice cloneWithOriginalValues()
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<PushNotificationsDevice>
default java.lang.String toXmlString()