Class TapeLocation
- java.lang.Object
-
- fr.gouv.vitam.storage.engine.common.model.TapeLocation
-
public class TapeLocation extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TapeLocation(java.lang.Integer index, TapeLocationType locationType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(TapeLocation tapeLocation)
boolean
equals(java.lang.Object obj)
java.lang.Integer
getIndex()
TapeLocationType
getLocationType()
int
hashCode()
void
setIndex(java.lang.Integer index)
void
setLocationType(TapeLocationType locationType)
-
-
-
Field Detail
-
INDEX
public static final java.lang.String INDEX
- See Also:
- Constant Field Values
-
TYPE
public static final java.lang.String TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TapeLocation
public TapeLocation(java.lang.Integer index, TapeLocationType locationType)
-
-
Method Detail
-
equals
public boolean equals(TapeLocation tapeLocation)
-
getIndex
public java.lang.Integer getIndex()
-
setIndex
public void setIndex(java.lang.Integer index)
-
getLocationType
public TapeLocationType getLocationType()
-
setLocationType
public void setLocationType(TapeLocationType locationType)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
-