public class TapeLocation extends Object
Constructor and Description |
---|
TapeLocation(Integer index,
TapeLocationType locationType) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
boolean |
equals(TapeLocation tapeLocation) |
Integer |
getIndex() |
TapeLocationType |
getLocationType() |
int |
hashCode() |
void |
setIndex(Integer index) |
void |
setLocationType(TapeLocationType locationType) |
public static final String INDEX
public static final String TYPE
public TapeLocation(Integer index, TapeLocationType locationType)
public boolean equals(TapeLocation tapeLocation)
public Integer getIndex()
public void setIndex(Integer index)
public TapeLocationType getLocationType()
public void setLocationType(TapeLocationType locationType)
Copyright © 2019 Vitam. All rights reserved.