subjecy
git-svn-id: svn://svn.dsv.su.se/scipro/scipro/trunk@340 73ecded7-942e-4092-bab0-0e58ef0ee984
This commit is contained in:
parent
d1850a3ed2
commit
78ca08fd2a
@ -33,7 +33,7 @@ public class PrivateMessage extends LazyDeletableDomainObject{
|
||||
@GeneratedValue
|
||||
private Long id;
|
||||
|
||||
private String title;
|
||||
private String subject;
|
||||
|
||||
@Lob
|
||||
private String message;
|
||||
@ -44,13 +44,13 @@ public class PrivateMessage extends LazyDeletableDomainObject{
|
||||
@OneToMany(mappedBy="privateMessage")
|
||||
private List<Recipient> recipientList = new ArrayList<Recipient>();
|
||||
|
||||
public String getTitle() {
|
||||
return title;
|
||||
public String getSubject() {
|
||||
return subject;
|
||||
}
|
||||
|
||||
|
||||
public void setTitle(String title) {
|
||||
this.title = title;
|
||||
public void setSubject(String subject) {
|
||||
this.subject = subject;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user