java.lang.Object
com.genologics.ri.step.AvailableProgram
- All Implemented Interfaces:
Serializable
Identifies a program that is available for a step.
- Since:
- 2.18
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.AvailableProgram(URI uri) Constructor with URI.AvailableProgram(URI uri, String name) Constructor with URI and name. -
Method Summary
-
Field Details
-
uri
URI of the available program. -
name
Name of the available program.
-
-
Constructor Details
-
AvailableProgram
public AvailableProgram()Default constructor. -
AvailableProgram
Constructor with URI.- Parameters:
uri- The URI of the available program.
-
AvailableProgram
Constructor with URI and name.- Parameters:
uri- The URI of the available program.name- The name of the available program.
-
-
Method Details
-
getUri
Gets the URI.- Returns:
- The URI.
-
setUri
Sets the URI.- Parameters:
uri- The URI.
-
getName
Gets the name.- Returns:
- The name.
-
setName
Sets the name.- Parameters:
name- The name.
-