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 booleancanEqual(Object other)booleanequals(Object o)intgetMajor()intgetMinor()intgetPatch()inthashCode()booleanisDraft()StringtoString()
-
-
-
Method Detail
-
isDraft
public boolean isDraft()
-
getMajor
public int getMajor()
-
getMinor
public int getMinor()
-
getPatch
public int getPatch()
-
canEqual
protected boolean canEqual(Object other)
-
-