public static final class FilesetChange.UpdateFilesetComment extends java.lang.Object implements FilesetChange
FilesetChange.RemoveComment, FilesetChange.RemoveProperty, FilesetChange.RenameFileset, FilesetChange.SetProperty, FilesetChange.UpdateFilesetComment
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Compares this UpdateFilesetComment instance with another object for equality.
|
java.lang.String |
getNewComment()
Retrieves the new comment intended for the fileset.
|
int |
hashCode()
Generates a hash code for this UpdateFileComment instance.
|
java.lang.String |
toString()
Provides a string representation of the UpdateFilesetComment instance.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
removeComment, removeProperty, rename, setProperty, updateComment
public java.lang.String getNewComment()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- The object to compare with this instance.public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object