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 booleanequals(TapeLocation tapeLocation)booleanequals(java.lang.Object obj)java.lang.IntegergetIndex()TapeLocationTypegetLocationType()inthashCode()voidsetIndex(java.lang.Integer index)voidsetLocationType(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:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-