Class NamedBaseClass
java.lang.Object
neqsim.util.NamedBaseClass
- All Implemented Interfaces:
Serializable, NamedInterface
- Direct Known Subclasses:
ChemicalReaction, ContractSpecification, ControllerDeviceBaseClass, MeasurementDeviceBaseClass, ModelPredictiveController, Packing, SeparatorSection, SimulationBaseClass, Standard, Well
Abstract class for named objects.
- Version:
- $Id: $Id
- Author:
- ASMF
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final longSerialization version UID.private String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Getter for the fieldname.Retrieves the tag name of the process equipment.voidSetter for the fieldname.voidsetTagName(String tagName) Sets the tag name for the process equipment.
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerialization version UID.- See Also:
-
name
-
tagName
-
-
Constructor Details
-
NamedBaseClass
Constructor for NamedBaseClass- Parameters:
name- the name of the object
-
-
Method Details
-
getName
Getter for the field
name.- Specified by:
getNamein interfaceNamedInterface- Returns:
- a
Stringobject
-
setName
Setter for the field
name.- Specified by:
setNamein interfaceNamedInterface- Parameters:
name- aStringobject
-
setTagName
Sets the tag name for the process equipment.- Specified by:
setTagNamein interfaceNamedInterface- Parameters:
tagName- aStringrepresenting the tag name
-
getTagName
Retrieves the tag name of the process equipment.- Specified by:
getTagNamein interfaceNamedInterface- Returns:
- the tag name as a String.
-