public final class ExportId extends PortProtoId
chronIndex, externalId, parentId
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName(Snapshot snapshot)
Method to return the name of this PortProtoId in a specified Snapshot.
|
CellId |
getParentId()
Method to return the parent NodeProtoId of this ExportId.
|
Export |
inDatabase(EDatabase database)
Method to return the Export representing ExportId in the specified EDatabase.
|
ImmutableExport |
inSnapshot(Snapshot snapshot)
Method to return the ImmutableExport representing ExportId in the specified Snapshot.
|
getChronIndex, getExternalId, hashCode, toString
public CellId getParentId()
getParentId
in class PortProtoId
public java.lang.String getName(Snapshot snapshot)
getName
in class PortProtoId
snapshot
- snapshot for name search.public ImmutableExport inSnapshot(Snapshot snapshot)
snapshot
- Snapshot where to get from.public Export inDatabase(EDatabase database)
inDatabase
in class PortProtoId
database
- EDatabase where to get from.