RevisionHeader
Contents
[
Hide
]Inheritance: java.lang.Object
public class RevisionHeader
Represents a list of specific changes that have taken place for this workbook.
Constructors
Constructor | Description |
---|---|
RevisionHeader() |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getSavedTime() | Gets rhe date and time when this set of revisions was saved. |
getUserName() | Gets the name of the user making the revision. |
hashCode() | |
notify() | |
notifyAll() | |
setSavedTime(DateTime value) | Sets rhe date and time when this set of revisions was saved. |
setUserName(String value) | Sets the name of the user making the revision. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
RevisionHeader()
public RevisionHeader()
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getSavedTime()
public DateTime getSavedTime()
Gets rhe date and time when this set of revisions was saved.
Returns: DateTime
getUserName()
public String getUserName()
Gets the name of the user making the revision.
Returns: java.lang.String
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setSavedTime(DateTime value)
public void setSavedTime(DateTime value)
Sets rhe date and time when this set of revisions was saved.
Parameters:
Parameter | Type | Description |
---|---|---|
value | DateTime |
setUserName(String value)
public void setUserName(String value)
Sets the name of the user making the revision.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |