Package org.alfresco.discovery.model
Class VersionInfo
java.lang.Object
org.alfresco.discovery.model.VersionInfo
VersionInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@NotNull StringGet display@NotNull StringGet hotfix@NotNull StringgetLabel()Get label@NotNull StringgetMajor()Get major@NotNull StringgetMinor()Get minor@NotNull StringgetPatch()Get patch@NotNull IntegerGet schemainthashCode()voidsetDisplay(String display) voidvoidvoidvoidvoidvoidtoString()
-
Constructor Details
-
VersionInfo
public VersionInfo()
-
-
Method Details
-
major
-
getMajor
Get major- Returns:
- major
-
setMajor
-
minor
-
getMinor
Get minor- Returns:
- minor
-
setMinor
-
patch
-
getPatch
Get patch- Returns:
- patch
-
setPatch
-
hotfix
-
getHotfix
Get hotfix- Returns:
- hotfix
-
setHotfix
-
schema
-
getSchema
Get schema- Returns:
- schema
-
setSchema
-
label
-
getLabel
Get label- Returns:
- label
-
setLabel
-
display
-
getDisplay
Get display- Returns:
- display
-
setDisplay
-
equals
-
hashCode
public int hashCode() -
toString
-