@Entity public class Preference extends Object implements Serializable
| Constructor and Description |
|---|
Preference()
Creates a new instance of a
Preference |
| Modifier and Type | Method and Description |
|---|---|
Long |
getId()
Gets the ID for this
Preference |
Timestamp |
getPostedTimestamp()
Gets the postedTimestamp for this
Preference |
Long |
getPushSenderID()
Gets the pushSenderId for this
Preference |
static long |
getSerialversionuid() |
String |
getUsername()
Gets the username for this
Sender |
Long |
getVersionNumber()
Gets the versionNumber for this
Preference |
boolean |
isEnabled()
Gets the boolean for enabled for this
Preference |
boolean |
isSenderBlocked()
Gets the boolean for enabled for this
Preference |
void |
setEnabled(boolean enabled)
Sets the hidden
|
void |
setId(Long id)
Sets the id
|
void |
setPostedTimestamp(Timestamp postedTimestamp)
Sets the PostedTimestamp
|
void |
setPushSenderID(Long pushSenderID)
Sets the PushSenderId
|
void |
setUsername(String username)
Sets the Username
|
void |
setVersionNumber(Long versionNumber)
Sets the VersionNumber
|
String |
toString() |
public Preference()
Preferencepublic String getUsername()
SenderSenderpublic void setUsername(String username)
username - The Usernamepublic boolean isEnabled()
PreferencePreferencepublic boolean isSenderBlocked()
PreferencePreference is blocked.public void setEnabled(boolean enabled)
hidden - The Hiddenpublic Long getPushSenderID()
PreferencePreferencepublic void setPushSenderID(Long pushSenderID)
pushSenderId - The PushSenderIDpublic Timestamp getPostedTimestamp()
PreferencePreferencepublic void setPostedTimestamp(Timestamp postedTimestamp)
postedTiemstamp - The PostedTimestamppublic Long getVersionNumber()
PreferencePreferencepublic void setVersionNumber(Long versionNumber)
versionNumber - The VersionNumberpublic static long getSerialversionuid()
Copyright © 2011-2014 The Kuali Foundation. All Rights Reserved.