Class RevisionHeader
java.lang.Object
com.independentsoft.office.spreadsheet.revisions.RevisionHeader
The Class RevisionHeader.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the date time.getGuid()Gets the guid.intGets the last sheet id.intGets the maximum revision id.intGets the minimum revision id.Gets the reviewed list.Gets the revision set.Gets the sheet id list.Gets the user name.voidsetDateTime(Date dateTime)Sets the date time.voidSets the guid.voidsetLastSheetID(int lastSheetID)Sets the last sheet id.voidsetMaximumRevisionID(int maximumRevisionID)Sets the maximum revision id.voidsetMinimumRevisionID(int minimumRevisionID)Sets the minimum revision id.voidsetRevisionSet(RevisionSet revisionSet)Sets the revision set.voidsetUserName(String userName)Sets the user name.toString()
-
Constructor Details
-
RevisionHeader
public RevisionHeader()Instantiates a new revision header.
-
-
Method Details
-
clone
-
toString
-
getRevisionSet
Gets the revision set.- Returns:
- the revision set
-
setRevisionSet
Sets the revision set.- Parameters:
revisionSet- the new revision set
-
getReviewedList
Gets the reviewed list.- Returns:
- the reviewed list
-
getSheetIDList
Gets the sheet id list.- Returns:
- the sheet id list
-
getDateTime
Gets the date time.- Returns:
- the date time
-
setDateTime
Sets the date time.- Parameters:
dateTime- the new date time
-
getGuid
Gets the guid.- Returns:
- the guid
-
setGuid
Sets the guid.- Parameters:
guid- the new guid
-
getMaximumRevisionID
public int getMaximumRevisionID()Gets the maximum revision id.- Returns:
- the maximum revision id
-
setMaximumRevisionID
public void setMaximumRevisionID(int maximumRevisionID)Sets the maximum revision id.- Parameters:
maximumRevisionID- the new maximum revision id
-
getLastSheetID
public int getLastSheetID()Gets the last sheet id.- Returns:
- the last sheet id
-
setLastSheetID
public void setLastSheetID(int lastSheetID)Sets the last sheet id.- Parameters:
lastSheetID- the new last sheet id
-
getMinimumRevisionID
public int getMinimumRevisionID()Gets the minimum revision id.- Returns:
- the minimum revision id
-
setMinimumRevisionID
public void setMinimumRevisionID(int minimumRevisionID)Sets the minimum revision id.- Parameters:
minimumRevisionID- the new minimum revision id
-
getUserName
Gets the user name.- Returns:
- the user name
-
setUserName
Sets the user name.- Parameters:
userName- the new user name
-