@Entity public class Sender extends Object implements Serializable
| Constructor and Description |
|---|
Sender()
Creates a new instance of a
Sender |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the description for this
Sender |
Long |
getId()
Gets the ID for this
Sender |
String |
getName()
Gets the Name for this
Sender |
Timestamp |
getPostedTimestamp()
Gets the postedTimestamp for this
Sender |
String |
getSenderKey()
Gets the senderKey for this
Sender |
String |
getShortName()
Gets the shortName for this
Sender |
String |
getUsername()
Gets the username for this
Sender |
Long |
getVersionNumber()
Gets the versionNumber for this
Sender |
boolean |
isHidden()
Gets the boolean for hidden for this
Sender |
void |
setDescription(String description)
Sets the Description
|
void |
setHidden(boolean hidden)
Sets the hidden
|
void |
setId(Long id)
Sets the id
|
void |
setName(String name)
Sets the Name
|
void |
setPostedTimestamp(Timestamp postedTimestamp)
Sets the PostedTimestamp
|
void |
setSenderKey(String senderKey)
Sets the SenderKey
|
void |
setShortName(String shortName)
Sets the ShortName
|
void |
setUsername(String username)
Sets the Username
|
void |
setVersionNumber(Long versionNumber)
Sets the VersionNumber
|
String |
toJson() |
String |
toString() |
public Sender()
Senderpublic boolean isHidden()
SenderSenderpublic void setHidden(boolean hidden)
hidden - The Hiddenpublic String getShortName()
SenderSenderpublic void setShortName(String shortName)
shortName - The ShortNamepublic String getDescription()
SenderSenderpublic void setDescription(String description)
description - The Descriptionpublic String getUsername()
SenderSenderpublic void setUsername(String username)
username - The Usernamepublic String getSenderKey()
SenderSenderpublic void setSenderKey(String senderKey)
senderKey - The SenderKeypublic Timestamp getPostedTimestamp()
SenderSenderpublic void setPostedTimestamp(Timestamp postedTimestamp)
postedTiemstamp - The PostedTimestamppublic Long getVersionNumber()
SenderSenderpublic void setVersionNumber(Long versionNumber)
versionNumber - The VersionNumberCopyright © 2011-2014 The Kuali Foundation. All Rights Reserved.