Package com.sas.lsaf.clinical.model
Class ValueListValueMetadata
java.lang.Object
com.sas.lsaf.clinical.model.ValueListValueMetadata
- All Implemented Interfaces:
Serializable
TODO Provide javadoc for ValueListValueMetadata
- Since:
- 2.4
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionValueListValueMetadata(String id, String value, boolean isDefault, int ordering) It is not intended or recommended that the consumer of this API construct these objects. -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()Gets the id of the value list metadata from which this value is defined.intGets the integer value that represents the display order of the attribute value.getValue()Gets the value in the value list.inthashCode()booleanGets whether the value is the default in the value list.toString()
-
Constructor Details
-
ValueListValueMetadata
It is not intended or recommended that the consumer of this API construct these objects. They should only deal with the value list value metadata returned by the API.- Parameters:
id- The id of the value list metadata from which this value is defined.value- The value in the value list.isDefault- Whether the value is the default in the value list.ordering- The integer value that represents the display order of the attribute value.
-
-
Method Details
-
getId
Gets the id of the value list metadata from which this value is defined.- Returns:
- The id of the value list metadata from which this value is defined.
-
getValue
Gets the value in the value list.- Returns:
- The value in the value list.
-
getOrdering
public int getOrdering()Gets the integer value that represents the display order of the attribute value.- Returns:
- The integer value that represents the display order of the attribute value.
-
isDefault
public boolean isDefault()Gets whether the value is the default in the value list.- Returns:
- Whether the value is the default in the value list.
-
hashCode
public int hashCode() -
equals
-
toString
-