public class BundleGeneration extends java.lang.Object implements java.lang.Comparable<BundleGeneration>
Bundle| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(BundleGeneration bg)
Compares this
BundleGeneration object to another
BundleGeneration. |
java.lang.String |
toString() |
public int compareTo(BundleGeneration bg)
BundleGeneration object to another
BundleGeneration. It compares the bundle identifier value.compareTo in interface java.lang.Comparable<BundleGeneration>bg - the other object to compare this one to.public java.lang.String toString()
toString in class java.lang.Object