public class ChangesetCommentModel extends java.util.Observable
UploadDialog.| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
comment |
| Constructor and Description |
|---|
ChangesetCommentModel() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComment()
Replies the current changeset comment in this model.
|
void |
setComment(java.lang.String comment)
Sets the current changeset comment and notifies observers if the comment
has changed.
|
private java.lang.String comment
public ChangesetCommentModel()
public void setComment(java.lang.String comment)
comment - the new upload comment. Empty string assumed if null.public java.lang.String getComment()