public class Memo extends Object implements Serializable
Web-model class for a memo
Constructor and Description |
---|
Memo() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthor() |
String |
getBody() |
Date |
getCreated() |
Integer |
getId() |
Date |
getUpdated() |
void |
setAuthor(String author) |
void |
setBody(String body) |
void |
setCreated(Date created) |
void |
setId(Integer id) |
void |
setUpdated(Date updated) |
String |
toString() |
public String getAuthor()
public void setAuthor(String author)
public String getBody()
public void setBody(String body)
public Date getCreated()
public void setCreated(Date created)
public Integer getId()
public void setId(Integer id)
public Date getUpdated()
public void setUpdated(Date updated)
Copyright © 2015. All Rights Reserved.