public class Modification extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
id |
| Constructor and Description |
|---|
Modification() |
Modification(int id,
String revision,
String comment,
String userName,
long modificationTime,
String email) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getComment() |
String |
getEmail() |
int |
getId() |
long |
getModificationTime() |
String |
getRevision() |
String |
getUserName() |
int |
hashCode() |
String |
summarizeComment() |
public Modification(int id,
String revision,
String comment,
String userName,
long modificationTime,
String email)
public Modification()
Copyright © 2016. All rights reserved.