Class SecurityParameter
- java.lang.Object
-
- org.linuxforhealth.fhir.persistence.index.SearchParameterValue
-
- org.linuxforhealth.fhir.persistence.index.SecurityParameter
-
public class SecurityParameter extends SearchParameterValue
A security search parameter value
-
-
Constructor Summary
Constructors Constructor Description SecurityParameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
java.lang.String
getValueCode()
java.lang.String
getValueSystem()
int
hashCode()
void
setValueCode(java.lang.String valueCode)
void
setValueSystem(java.lang.String valueSystem)
java.lang.String
toString()
-
Methods inherited from class org.linuxforhealth.fhir.persistence.index.SearchParameterValue
addDescription, getCompositeId, getName, getWholeSystem, isSystemParam, setCompositeId, setName, setWholeSystem
-
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
getValueSystem
public java.lang.String getValueSystem()
- Returns:
- the valueSystem
-
setValueSystem
public void setValueSystem(java.lang.String valueSystem)
- Parameters:
valueSystem
- the valueSystem to set
-
getValueCode
public java.lang.String getValueCode()
- Returns:
- the valueCode
-
setValueCode
public void setValueCode(java.lang.String valueCode)
- Parameters:
valueCode
- the valueCode to set
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classSearchParameterValue
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classSearchParameterValue
-
-