public static final class MetalakeChange.SetProperty extends java.lang.Object implements MetalakeChange
MetalakeChange.RemoveProperty, MetalakeChange.RenameMetalake, MetalakeChange.SetProperty, MetalakeChange.UpdateMetalakeComment| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(java.lang.Object o)Compares this SetProperty instance with another object for equality. | 
| java.lang.String | getProperty()Retrieves the name of the property. | 
| java.lang.String | getValue()Retrieves the value assigned to the property. | 
| int | hashCode()Generates a hash code for this SetProperty instance. | 
| java.lang.String | toString()Provides a string representation of the SetProperty instance. | 
clone, finalize, getClass, notify, notifyAll, wait, wait, waitremoveProperty, rename, setProperty, updateCommentpublic java.lang.String getProperty()
public java.lang.String getValue()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - The object to compare with this instance.public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object