Package com.sas.lsaf.clinical.common
Class AttributeValue
java.lang.Object
com.sas.lsaf.core.AbstractIdentifiable
com.sas.lsaf.clinical.common.AttributeValue
- All Implemented Interfaces:
Identifiable,Serializable
The class to represent the different types of clinical attribute values.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAttributeValue(String name, Serializable value) Constructor.AttributeValue(String id, String name, Serializable value) It is not intended or recommended that the consumer of this API to use this constructor. -
Method Summary
Methods inherited from class com.sas.lsaf.core.AbstractIdentifiable
getId, getTypeId
-
Constructor Details
-
AttributeValue
It is not intended or recommended that the consumer of this API to use this constructor.- Parameters:
id- The unique identifier of the attribute.name- The name of the attribute.value- The value of the attribute.
-
AttributeValue
Constructor.- Parameters:
name- The name of the attribute.value- The value of the attribute.
-
-
Method Details
-
getName
Gets the name of the attribute.- Returns:
- The name of the attribute.
-
getValue
Gets the value of the attribute.- Returns:
- The value of the attribute.
-
setValue
Sets the value of the attribute.- Parameters:
value- The value of the attribute.
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractIdentifiable
-
equals
- Overrides:
equalsin classAbstractIdentifiable
-
toString
- Overrides:
toStringin classAbstractIdentifiable
-