public class CkVersion
extends java.lang.Object
Constructor and Description |
---|
CkVersion() |
Modifier and Type | Method and Description |
---|---|
byte |
getMajor() |
byte |
getMinor() |
void |
setMajor(byte major) |
void |
setMinor(byte minor) |
private java.lang.String |
toIndentedString(java.lang.Object o)
Convert the given object to string with each line indented by 4 spaces
(except the first line).
|
java.lang.String |
toString() |
public byte getMajor()
public void setMajor(byte major)
public byte getMinor()
public void setMinor(byte minor)
public java.lang.String toString()
toString
in class java.lang.Object
private java.lang.String toIndentedString(java.lang.Object o)
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.