@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()
Preference
public String getUsername()
Sender
Sender
public void setUsername(String username)
username
- The Usernamepublic boolean isEnabled()
Preference
Preference
public boolean isSenderBlocked()
Preference
Preference
is blocked.public void setEnabled(boolean enabled)
hidden
- The Hiddenpublic Long getPushSenderID()
Preference
Preference
public void setPushSenderID(Long pushSenderID)
pushSenderId
- The PushSenderIDpublic Timestamp getPostedTimestamp()
Preference
Preference
public void setPostedTimestamp(Timestamp postedTimestamp)
postedTiemstamp
- The PostedTimestamppublic Long getVersionNumber()
Preference
Preference
public void setVersionNumber(Long versionNumber)
versionNumber
- The VersionNumberpublic static long getSerialversionuid()
Copyright © 2011-2014 The Kuali Foundation. All Rights Reserved.