Package org.alfresco.discovery.model
Class VersionInfo
- java.lang.Object
-
- org.alfresco.discovery.model.VersionInfo
-
@Validated public class VersionInfo extends Object
VersionInfo
-
-
Constructor Summary
Constructors Constructor Description VersionInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VersionInfodisplay(String display)booleanequals(Object o)@NotNull StringgetDisplay()Get display@NotNull StringgetHotfix()Get hotfix@NotNull StringgetLabel()Get label@NotNull StringgetMajor()Get major@NotNull StringgetMinor()Get minor@NotNull StringgetPatch()Get patch@NotNull IntegergetSchema()Get schemainthashCode()VersionInfohotfix(String hotfix)VersionInfolabel(String label)VersionInfomajor(String major)VersionInfominor(String minor)VersionInfopatch(String patch)VersionInfoschema(Integer schema)voidsetDisplay(String display)voidsetHotfix(String hotfix)voidsetLabel(String label)voidsetMajor(String major)voidsetMinor(String minor)voidsetPatch(String patch)voidsetSchema(Integer schema)StringtoString()
-
-
-
Method Detail
-
major
public VersionInfo major(String major)
-
getMajor
@NotNull public @NotNull String getMajor()
Get major- Returns:
- major
-
setMajor
public void setMajor(String major)
-
minor
public VersionInfo minor(String minor)
-
getMinor
@NotNull public @NotNull String getMinor()
Get minor- Returns:
- minor
-
setMinor
public void setMinor(String minor)
-
patch
public VersionInfo patch(String patch)
-
getPatch
@NotNull public @NotNull String getPatch()
Get patch- Returns:
- patch
-
setPatch
public void setPatch(String patch)
-
hotfix
public VersionInfo hotfix(String hotfix)
-
getHotfix
@NotNull public @NotNull String getHotfix()
Get hotfix- Returns:
- hotfix
-
setHotfix
public void setHotfix(String hotfix)
-
schema
public VersionInfo schema(Integer schema)
-
getSchema
@NotNull public @NotNull Integer getSchema()
Get schema- Returns:
- schema
-
setSchema
public void setSchema(Integer schema)
-
label
public VersionInfo label(String label)
-
getLabel
@NotNull public @NotNull String getLabel()
Get label- Returns:
- label
-
setLabel
public void setLabel(String label)
-
display
public VersionInfo display(String display)
-
getDisplay
@NotNull public @NotNull String getDisplay()
Get display- Returns:
- display
-
setDisplay
public void setDisplay(String display)
-
-