private final class BackupTask.ContainerLocation extends Object
Modifier and Type | Field and Description |
---|---|
private long |
_aspectID |
private long |
_attributeGroupID |
private short |
_dataKind
Datensatzart wie in PersistenceManager: 0 für OA, 1 für ON, 2 für NA und 3 für NN Achtung: Die Klasse ArchiveDataKind verwendet andere Werte (1-4)
|
private long |
_objectID |
private String |
_pathName |
private short |
_simulationVariant |
Constructor and Description |
---|
BackupTask.ContainerLocation(long objID,
long atgID,
long aspID,
short sv,
ArchiveDataKind kind) |
Modifier and Type | Method and Description |
---|---|
long |
getAspectID() |
long |
getAttributeGroupID() |
ArchiveDataKind |
getDataKind() |
long |
getObjectID() |
String |
getPathName() |
short |
getSimulationVariant() |
String |
toString() |
private final long _objectID
private final long _attributeGroupID
private final long _aspectID
private final short _simulationVariant
private final short _dataKind
private String _pathName
public BackupTask.ContainerLocation(long objID, long atgID, long aspID, short sv, ArchiveDataKind kind)
public long getObjectID()
public long getAttributeGroupID()
public long getAspectID()
public short getSimulationVariant()
public ArchiveDataKind getDataKind()
public String getPathName()