@Entity public class Message extends Object
MessageDelivery
s.Modifier and Type | Field and Description |
---|---|
static String |
ID_FIELD
Field names
|
static String |
ORIGINID_FIELD |
Constructor and Description |
---|
Message()
Normal no-arg constructor
|
Message(Message m)
Shallow-copy constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getChannel()
Gets the channel
|
String |
getContent()
Gets the content attribute.
|
String |
getContentType()
Gets the contentType attribute.
|
Timestamp |
getCreationDateTime()
Returns when this Notification entry was created
|
String |
getDeliveryType()
Gets the deliveryType attribute.
|
Long |
getId()
Gets the id attribute.
|
Integer |
getLockVerNbr()
Return value of lock column for OJB optimistic locking
|
String |
getOriginId()
Gets the origin id
|
String |
getProducer()
Gets the producer
|
String |
getRecipient()
Gets the recipient attribute.
|
String |
getTitle()
Gets the title
|
String |
getUrl() |
void |
setChannel(String channel)
Sets the channel
|
void |
setContent(String content)
Sets the content attribute value.
|
void |
setContentType(String contentType)
Sets the contentType attribute value.
|
void |
setCreationDateTime(Timestamp created)
Sets the creation date of this Notification entry
|
void |
setDeliveryType(String deliveryType)
Sets the deliveryType attribute value.
|
void |
setId(Long id)
Sets the id attribute value.
|
void |
setLockVerNbr(Integer lockVerNbr)
Set value of lock column for OJB optimistic locking
|
void |
setOriginId(String originId)
Sets the origin id
|
void |
setProducer(String producer)
Sets the producer
|
void |
setRecipient(String recipient)
Sets the recipient attribute value.
|
void |
setTitle(String title)
Sets the title
|
void |
setUrl(String url) |
String |
toString() |
public static final String ID_FIELD
public static final String ORIGINID_FIELD
public Message()
public String getOriginId()
public void setOriginId(String originId)
originId
- the origin idpublic Timestamp getCreationDateTime()
public void setCreationDateTime(Timestamp created)
created
- the creation date of this Notification entrypublic Integer getLockVerNbr()
public void setLockVerNbr(Integer lockVerNbr)
lockVerNbr
- value of lock column for OJB optimistic lockingpublic String getRecipient()
public void setRecipient(String recipient)
recipients
- The recipient to set.public String getContent()
public void setContent(String content)
content
- The content to set.public String getContentType()
public void setContentType(String contentType)
contentType
- The contentType to set.public String getDeliveryType()
public void setDeliveryType(String deliveryType)
deliveryType
- The deliveryType to set.public void setTitle(String title)
title
- the title of this notificationpublic String getChannel()
public void setChannel(String channel)
channel
- the channelpublic String getProducer()
public void setProducer(String producer)
producer
- the producerpublic String toString()
toString
in class Object
Object.toString()
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.