public class ChangesetCommentModel extends Observable
UploadDialog
.Constructor and Description |
---|
ChangesetCommentModel() |
Modifier and Type | Method and Description |
---|---|
String |
getComment()
Replies the current changeset comment in this model.
|
void |
setComment(String comment)
Sets the current changeset comment and notifies observers if the comment
has changed.
|
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
public ChangesetCommentModel()
public void setComment(String comment)
comment
- the new upload comment. Empty string assumed if null.public String getComment()