Class LogicalResourceIdentValue
- java.lang.Object
 - 
- org.linuxforhealth.fhir.persistence.jdbc.dao.api.LogicalResourceIdentKey
 - 
- org.linuxforhealth.fhir.persistence.jdbc.dao.api.LogicalResourceIdentValue
 
 
 
- 
public class LogicalResourceIdentValue extends LogicalResourceIdentKey
Represents a record in logical_resource_ident 
- 
- 
Constructor Summary
Constructors Constructor Description LogicalResourceIdentValue(int resourceTypeId, java.lang.String logicalId)Public constructor 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.LonggetLogicalResourceId()voidsetLogicalResourceId(java.lang.Long logicalResourceId)- 
Methods inherited from class org.linuxforhealth.fhir.persistence.jdbc.dao.api.LogicalResourceIdentKey
equals, getLogicalId, getResourceTypeId, hashCode 
 - 
 
 -