@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 |
toString() |
public Sender()
Sender
public boolean isHidden()
Sender
Sender
public void setHidden(boolean hidden)
hidden
- The Hiddenpublic String getShortName()
Sender
Sender
public void setShortName(String shortName)
shortName
- The ShortNamepublic String getDescription()
Sender
Sender
public void setDescription(String description)
description
- The Descriptionpublic String getUsername()
Sender
Sender
public void setUsername(String username)
username
- The Usernamepublic String getSenderKey()
Sender
Sender
public void setSenderKey(String senderKey)
senderKey
- The SenderKeypublic Timestamp getPostedTimestamp()
Sender
Sender
public void setPostedTimestamp(Timestamp postedTimestamp)
postedTiemstamp
- The PostedTimestamppublic Long getVersionNumber()
Sender
Sender
public void setVersionNumber(Long versionNumber)
versionNumber
- The VersionNumberCopyright © 2011-2013 The Kuali Foundation. All Rights Reserved.