@Entity
public class JpaEntry
extends java.lang.Object
NotificationEntry in the JPA flavor of notifications.| Constructor and Description |
|---|
JpaEntry() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAction(org.jasig.portlet.notice.service.jpa.JpaAction attribute)
Adds the specified action to the current collection.
|
void |
addAddressee(org.jasig.portlet.notice.service.jpa.JpaAddressee addressee)
Adds the specified addressee to the current collection.
|
void |
addAttribute(org.jasig.portlet.notice.service.jpa.JpaAttribute attribute)
Adds the specified attribute to the current collection.
|
java.util.Set<org.jasig.portlet.notice.service.jpa.JpaAction> |
getActions()
Provides a read-only copy of this notification's actions.
|
java.util.Set<org.jasig.portlet.notice.service.jpa.JpaAddressee> |
getAddressees()
Provides a read-only copy of this notification's addressees.
|
java.util.Set<org.jasig.portlet.notice.service.jpa.JpaAttribute> |
getAttributes()
Provides a read-only copy of this notification's attributes.
|
java.lang.String |
getBody() |
java.lang.String |
getCategory() |
java.sql.Timestamp |
getDueDate() |
long |
getId() |
java.lang.String |
getImage() |
java.lang.String |
getLinkText() |
int |
getPriority() |
java.lang.String |
getSource() |
java.lang.String |
getTitle() |
java.lang.String |
getUrl() |
void |
setActions(java.util.Set<org.jasig.portlet.notice.service.jpa.JpaAction> actions)
Replaces the current actions with the contents of the provided collection.
|
void |
setAddressees(java.util.Set<org.jasig.portlet.notice.service.jpa.JpaAddressee> addressees)
Replaces the current addressees with the contents of the provided collection.
|
void |
setAttributes(java.util.Set<org.jasig.portlet.notice.service.jpa.JpaAttribute> attributes)
Replaces the current attributes with the contents of the provided collection.
|
void |
setBody(java.lang.String body) |
void |
setCategory(java.lang.String category) |
void |
setDueDate(java.sql.Timestamp dueDate) |
void |
setId(long id) |
void |
setImage(java.lang.String image) |
void |
setLinkText(java.lang.String linkText) |
void |
setPriority(int priority) |
void |
setSource(java.lang.String source) |
void |
setTitle(java.lang.String title) |
void |
setUrl(java.lang.String url) |
java.lang.String |
toString() |
public long getId()
public void setId(long id)
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
public java.lang.String getSource()
public void setSource(java.lang.String source)
public java.lang.String getCategory()
public void setCategory(java.lang.String category)
public java.lang.String getUrl()
public void setUrl(java.lang.String url)
public java.lang.String getLinkText()
public void setLinkText(java.lang.String linkText)
public int getPriority()
public void setPriority(int priority)
public java.sql.Timestamp getDueDate()
public void setDueDate(java.sql.Timestamp dueDate)
public java.lang.String getImage()
public void setImage(java.lang.String image)
public java.lang.String getBody()
public void setBody(java.lang.String body)
public java.util.Set<org.jasig.portlet.notice.service.jpa.JpaAttribute> getAttributes()
public void setAttributes(java.util.Set<org.jasig.portlet.notice.service.jpa.JpaAttribute> attributes)
public void addAttribute(org.jasig.portlet.notice.service.jpa.JpaAttribute attribute)
public java.util.Set<org.jasig.portlet.notice.service.jpa.JpaAction> getActions()
public void setActions(java.util.Set<org.jasig.portlet.notice.service.jpa.JpaAction> actions)
public void addAction(org.jasig.portlet.notice.service.jpa.JpaAction attribute)
public java.util.Set<org.jasig.portlet.notice.service.jpa.JpaAddressee> getAddressees()
public void setAddressees(java.util.Set<org.jasig.portlet.notice.service.jpa.JpaAddressee> addressees)
public void addAddressee(org.jasig.portlet.notice.service.jpa.JpaAddressee addressee)
public java.lang.String toString()
toString in class java.lang.Object