public class CcmVersion
extends java.lang.Object
Constructor and Description |
---|
CcmVersion(java.lang.String description,
int major,
int minor,
int revision)
Instantiates a new Ccm version.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Gets the description.
|
int |
getMajorNumber()
Gets the major number.
|
int |
getMinorNumber()
Gets the minor number.
|
int |
getRevisionNumber()
Gets the revision number.
|
java.lang.String |
getVersion()
Gets the version.
|
public CcmVersion(java.lang.String description, int major, int minor, int revision)
description
- the descriptionmajor
- the majorminor
- the minorrevision
- the revisionpublic int getMajorNumber()
public int getMinorNumber()
public int getRevisionNumber()
public java.lang.String getDescription()
public java.lang.String getVersion()