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, toStringpublic CellId getParentId()
getParentId in class PortProtoIdpublic java.lang.String getName(Snapshot snapshot)
getName in class PortProtoIdsnapshot - snapshot for name search.public ImmutableExport inSnapshot(Snapshot snapshot)
snapshot - Snapshot where to get from.public Export inDatabase(EDatabase database)
inDatabase in class PortProtoIddatabase - EDatabase where to get from.