@Entity public class JpaEntry extends 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.
|
Set<org.jasig.portlet.notice.service.jpa.JpaAction> |
getActions()
Provides a read-only copy of this notification's actions.
|
Set<org.jasig.portlet.notice.service.jpa.JpaAddressee> |
getAddressees()
Provides a read-only copy of this notification's addressees.
|
Set<org.jasig.portlet.notice.service.jpa.JpaAttribute> |
getAttributes()
Provides a read-only copy of this notification's attributes.
|
String |
getBody() |
String |
getCategory() |
Timestamp |
getDueDate() |
long |
getId() |
String |
getImage() |
String |
getLinkText() |
int |
getPriority() |
String |
getSource() |
String |
getTitle() |
String |
getUrl() |
void |
setActions(Set<org.jasig.portlet.notice.service.jpa.JpaAction> actions)
Replaces the current actions with the contents of the provided collection.
|
void |
setAddressees(Set<org.jasig.portlet.notice.service.jpa.JpaAddressee> addressees)
Replaces the current addressees with the contents of the provided collection.
|
void |
setAttributes(Set<org.jasig.portlet.notice.service.jpa.JpaAttribute> attributes)
Replaces the current attributes with the contents of the provided collection.
|
void |
setBody(String body) |
void |
setCategory(String category) |
void |
setDueDate(Timestamp dueDate) |
void |
setId(long id) |
void |
setImage(String image) |
void |
setLinkText(String linkText) |
void |
setPriority(int priority) |
void |
setSource(String source) |
void |
setTitle(String title) |
void |
setUrl(String url) |
String |
toString() |
public long getId()
public void setId(long id)
public String getTitle()
public void setTitle(String title)
public String getSource()
public void setSource(String source)
public String getCategory()
public void setCategory(String category)
public String getUrl()
public void setUrl(String url)
public String getLinkText()
public void setLinkText(String linkText)
public int getPriority()
public void setPriority(int priority)
public Timestamp getDueDate()
public void setDueDate(Timestamp dueDate)
public String getImage()
public void setImage(String image)
public String getBody()
public void setBody(String body)
public Set<org.jasig.portlet.notice.service.jpa.JpaAttribute> getAttributes()
public void setAttributes(Set<org.jasig.portlet.notice.service.jpa.JpaAttribute> attributes)
public void addAttribute(org.jasig.portlet.notice.service.jpa.JpaAttribute attribute)
public Set<org.jasig.portlet.notice.service.jpa.JpaAction> getActions()
public void setActions(Set<org.jasig.portlet.notice.service.jpa.JpaAction> actions)
public void addAction(org.jasig.portlet.notice.service.jpa.JpaAction attribute)
public Set<org.jasig.portlet.notice.service.jpa.JpaAddressee> getAddressees()
public void setAddressees(Set<org.jasig.portlet.notice.service.jpa.JpaAddressee> addressees)
public void addAddressee(org.jasig.portlet.notice.service.jpa.JpaAddressee addressee)
Copyright © 2016 Jasig. All Rights Reserved.