@Entity(name="Reading") public class Reading extends Object implements Serializable
| Constructor and Description |
|---|
Reading(Date date,
Story story,
int counter) |
Reading(Story story) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCounter() |
Date |
getDate() |
Story |
getStory() |
void |
increaseReading() |
void |
setCounter(int count) |
void |
setDate(Date date) |
void |
setStory(Story story) |
public Reading(Story story)
Copyright © 2018. All rights reserved.