Package com.terminalfour.publish.data
Class PDVersion
- java.lang.Object
-
- com.terminalfour.publish.data.PDVersion
-
- All Implemented Interfaces:
IPDData
- Direct Known Subclasses:
PDVersionNotFound
public class PDVersion extends Object implements IPDData
-
-
Constructor Summary
Constructors Constructor Description PDVersion(int major, int minor, int patch)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
int
getMajor()
int
getMinor()
int
getPatch()
int
hashCode()
boolean
isDraft()
String
toString()
-
-
-
Method Detail
-
isDraft
public boolean isDraft()
-
getMajor
public int getMajor()
-
getMinor
public int getMinor()
-
getPatch
public int getPatch()
-
canEqual
protected boolean canEqual(Object other)
-
-