de.bsvrz.ars.ars.persistence
Class ContainerBackupIndex.ContainerBackupIndexImplementation.IndexEntry

java.lang.Object
  extended by 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.


Field Summary
private  long _containerID
           
private  byte _type
           
 
Constructor Summary
ContainerBackupIndex.ContainerBackupIndexImplementation.IndexEntry(long containerID, byte type)
           
 
Method Summary
 int compareTo(Object o)
           
 long getContainerID()
           
 byte getType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_containerID

private long _containerID

_type

private byte _type
Constructor Detail

ContainerBackupIndex.ContainerBackupIndexImplementation.IndexEntry

public ContainerBackupIndex.ContainerBackupIndexImplementation.IndexEntry(long containerID,
                                                                          byte type)
Method Detail

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