@Entity public class Article extends Object implements Serializable
| Constructor and Description | 
|---|
Article()  | 
Article(String title,
       Date date)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getContent()  | 
Date | 
getDate()  | 
Long | 
getId()  | 
String | 
getTitle()  | 
void | 
setContent(String content)  | 
void | 
setDate(Date date)  | 
void | 
setTitle(String title)  | 
String | 
toString()  | 
Copyright © 2017 The Apache Software Foundation. All rights reserved.