Class LocalResourceReferenceRec


  • public class LocalResourceReferenceRec
    extends ResourceRefRec
    A DTO representing an external resource reference. This object is initialized with names which are resolved to ids when passed through the cache. The idea is to reduce the number of times we have to iterate over the list of records
    • Constructor Detail

      • LocalResourceReferenceRec

        public LocalResourceReferenceRec​(int parameterNameId,
                                         String resourceType,
                                         long resourceTypeId,
                                         long logicalResourceId,
                                         String refResourceType,
                                         int refResourceTypeId,
                                         String refLogicalId,
                                         Integer refVersion)
    • Method Detail

      • getRefLogicalResourceId

        public long getRefLogicalResourceId()
        Returns:
        the refLogicalResourceId
      • setRefLogicalResourceId

        public void setRefLogicalResourceId​(long refLogicalResourceId)
        Parameters:
        refLogicalResourceId - the refLogicalResourceId to set
      • getRefResourceType

        public String getRefResourceType()
        Returns:
        the refResourceType
      • getRefResourceTypeId

        public int getRefResourceTypeId()
        Returns:
        the refResourceTypeId
      • getRefLogicalId

        public String getRefLogicalId()
        Returns:
        the refLogicalId
      • getRefVersion

        public Integer getRefVersion()
        Returns:
        the refVersion