RevisionHeader

Inheritance: java.lang.Object

public class RevisionHeader

Represents a list of specific changes that have taken place for this workbook.

Constructors

ConstructorDescription
RevisionHeader()

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valueDateTime

setUserName(String value)

public void setUserName(String value)

Sets the name of the user making the revision.

Parameters:

ParameterTypeDescription
valuejava.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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int