| Modifier and Type | Field and Description |
|---|---|
static Date |
defaultDate |
static IVersion |
DUMMY |
| Constructor and Description |
|---|
Version(int major,
int minor,
ReleaseState releaseState,
int step,
ProductState productState,
Date date,
int buildCount) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getBuildCount() |
Date |
getDate() |
int |
getMajor() |
int |
getMinor() |
ProductState |
getProductState() |
ReleaseState |
getReleaseState() |
int |
getStep() |
int |
hashCode() |
public static final Date defaultDate
public static final IVersion DUMMY
public Version(int major,
int minor,
ReleaseState releaseState,
int step,
ProductState productState,
Date date,
int buildCount)
public ReleaseState getReleaseState()
getReleaseState in interface IVersionpublic ProductState getProductState()
getProductState in interface IVersionpublic int getBuildCount()
getBuildCount in interface IVersionCopyright © 2007–2018 Andreas W. Bartels. All rights reserved.