Package org.cip4.jdflib.ifaces
Interface INodeIdentifiable
-
- All Known Implementing Classes:
JDFIDInfo,JDFJobPhase,JDFNewJDFQuParams,JDFNode,JDFNotification,JDFQueueEntry,JDFQueueFilter,JDFRequestQueueEntryParams,JDFResourceCmdParams,JDFResourceQuParams,JDFStatusQuParams,NodeIdentifier,XJDFHelper
public interface INodeIdentifiable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeIdentifiergetIdentifier()voidsetIdentifier(NodeIdentifier ni)
-
-
-
Method Detail
-
getIdentifier
NodeIdentifier getIdentifier()
- Returns:
NodeIdentifierthe nodeidentifier that matches this
-
setIdentifier
void setIdentifier(NodeIdentifier ni)
- Parameters:
ni- the nodeidentifier that this should be set to
-
-