Class ResourceRefRec
- java.lang.Object
-
- org.linuxforhealth.fhir.persistence.jdbc.dao.impl.ResourceRefRec
-
- Direct Known Subclasses:
ResourceProfileRec,ResourceReferenceValueRec,ResourceTokenValueRec
public class ResourceRefRec extends java.lang.ObjectDTO base representing a reference from a resource to another resource (local or external)
-
-
Constructor Summary
Constructors Constructor Description ResourceRefRec(java.lang.String parameterName, java.lang.String resourceType, long resourceTypeId, long logicalResourceId)Public constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetLogicalResourceId()java.lang.StringgetParameterName()Getter for parameterNameintgetParameterNameId()java.lang.StringgetResourceType()longgetResourceTypeId()voidsetParameterNameId(int id)Setter for the parameterNameId
-
-
-
Method Detail
-
getParameterName
public java.lang.String getParameterName()
Getter for parameterName- Returns:
-
setParameterNameId
public void setParameterNameId(int id)
Setter for the parameterNameId- Parameters:
id- the database parameter_name_id from PARAMETER_NAMES
-
getParameterNameId
public int getParameterNameId()
- Returns:
- the parameterNameId
-
getResourceType
public java.lang.String getResourceType()
- Returns:
- the resourceType
-
getResourceTypeId
public long getResourceTypeId()
- Returns:
- the resourceTypeId
-
getLogicalResourceId
public long getLogicalResourceId()
- Returns:
- the logicalResourceId
-
-