Package org.opennms.features.apilayer
Class VersionBean
- java.lang.Object
- 
- org.opennms.features.apilayer.VersionBean
 
- 
- All Implemented Interfaces:
- Comparable<org.opennms.integration.api.v1.runtime.Version>,- org.opennms.integration.api.v1.runtime.Version
 
 public class VersionBean extends Object implements org.opennms.integration.api.v1.runtime.Version 
- 
- 
Constructor SummaryConstructors Constructor Description VersionBean(String version)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(org.opennms.integration.api.v1.runtime.Version v)booleanequals(Object o)intgetMajor()intgetMinor()intgetPatch()inthashCode()booleanisSnapshot()StringtoString()
 
- 
- 
- 
Constructor Detail- 
VersionBeanpublic VersionBean(String version) 
 
- 
 - 
Method Detail- 
getMajorpublic int getMajor() - Specified by:
- getMajorin interface- org.opennms.integration.api.v1.runtime.Version
 
 - 
getMinorpublic int getMinor() - Specified by:
- getMinorin interface- org.opennms.integration.api.v1.runtime.Version
 
 - 
getPatchpublic int getPatch() - Specified by:
- getPatchin interface- org.opennms.integration.api.v1.runtime.Version
 
 - 
isSnapshotpublic boolean isSnapshot() - Specified by:
- isSnapshotin interface- org.opennms.integration.api.v1.runtime.Version
 
 - 
compareTopublic int compareTo(org.opennms.integration.api.v1.runtime.Version v) - Specified by:
- compareToin interface- Comparable<org.opennms.integration.api.v1.runtime.Version>
 
 
- 
 
-