public class GradeBook.GradeBookDetail extends Object implements Serializable, Cloneable, JsonSerializable
| Modifier and Type | Field and Description |
|---|---|
String |
comment |
Date |
dateRecorded |
String |
grade |
String |
graderUserId |
String |
itemName |
Double |
points |
String |
userId |
String |
userName |
| Constructor and Description |
|---|
GradeBookDetail(String comment,
Date dateRecorded,
String grade,
String graderUserId,
String itemName,
Double points,
String userId,
String userName) |
| Modifier and Type | Method and Description |
|---|---|
protected GradeBook.GradeBookDetail |
clone() |
boolean |
equals(Object object) |
int |
hashCode() |
com.google.gson.JsonObject |
toJsonObject() |
@Nullable public final String comment
@Nullable public final Date dateRecorded
@Nullable public final String grade
@Nullable public final String graderUserId
@NotNull public final String itemName
@NotNull public final Double points
@NotNull public final String userId
@NotNull public final String userName
@NotNull protected GradeBook.GradeBookDetail clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedException@NotNull public com.google.gson.JsonObject toJsonObject()
toJsonObject in interface JsonSerializableCopyright © 2016. All rights reserved.