public class ChangeLog extends Object implements Serializable
| Constructor and Description |
|---|
ChangeLog() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCreated() |
String |
getNotes() |
String |
getUri() |
String |
getUserEntered() |
String |
getUsername() |
int |
hashCode() |
void |
setCreated(String created) |
void |
setNotes(String notes) |
void |
setUri(String uri) |
void |
setUserEntered(String userEntered) |
void |
setUsername(String username) |
String |
toString() |
public String getCreated()
public void setCreated(String created)
created - the created to setpublic String getNotes()
public void setNotes(String notes)
notes - the notes to setpublic String getUri()
public void setUri(String uri)
uri - the uri to setpublic String getUserEntered()
public void setUserEntered(String userEntered)
userEntered - the userEntered to setpublic String getUsername()
public void setUsername(String username)
username - the username to setCopyright © 2016. All rights reserved.