Class FileVersion
java.lang.Object
com.independentsoft.office.spreadsheet.FileVersion
The Class FileVersion.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the application name.Gets the builds the version.Gets the code name.Gets the last edited version.Gets the lowest edited version.voidsetApplicationName(String applicationName)Sets the application name.voidsetBuildVersion(String buildVersion)Sets the builds the version.voidsetCodeName(String codeName)Sets the code name.voidsetLastEditedVersion(String lastEditedVersion)Sets the last edited version.voidsetLowestEditedVersion(String lowestEditedVersion)Sets the lowest edited version.toString()
-
Constructor Details
-
FileVersion
public FileVersion()Instantiates a new file version.
-
-
Method Details
-
clone
-
toString
-
getApplicationName
Gets the application name.- Returns:
- the application name
-
setApplicationName
Sets the application name.- Parameters:
applicationName- the new application name
-
getCodeName
Gets the code name.- Returns:
- the code name
-
setCodeName
Sets the code name.- Parameters:
codeName- the new code name
-
getLastEditedVersion
Gets the last edited version.- Returns:
- the last edited version
-
setLastEditedVersion
Sets the last edited version.- Parameters:
lastEditedVersion- the new last edited version
-
getLowestEditedVersion
Gets the lowest edited version.- Returns:
- the lowest edited version
-
setLowestEditedVersion
Sets the lowest edited version.- Parameters:
lowestEditedVersion- the new lowest edited version
-
getBuildVersion
Gets the builds the version.- Returns:
- the builds the version
-
setBuildVersion
Sets the builds the version.- Parameters:
buildVersion- the new builds the version
-