de.bsvrz.ars.ars.persistence
Class ContainerBackupIndex.ContainerBackupIndexImplementation.IndexEntry
java.lang.Object
de.bsvrz.ars.ars.persistence.ContainerBackupIndex.ContainerBackupIndexImplementation.IndexEntry
- All Implemented Interfaces:
- Comparable
- Enclosing class:
- ContainerBackupIndex.ContainerBackupIndexImplementation
private static final class ContainerBackupIndex.ContainerBackupIndexImplementation.IndexEntry
- extends Object
- implements Comparable
Hilfsklasse die einen einzelnen Dateneintrag speichert. Wird zum Sortieren benutzt.
_containerID
private long _containerID
_type
private byte _type
ContainerBackupIndex.ContainerBackupIndexImplementation.IndexEntry
public ContainerBackupIndex.ContainerBackupIndexImplementation.IndexEntry(long containerID,
byte type)
compareTo
public int compareTo(Object o)
- Specified by:
compareTo
in interface Comparable
getContainerID
public long getContainerID()
getType
public byte getType()
toString
public String toString()
- Overrides:
toString
in class Object