Class LogicalResourceValue


  • public class LogicalResourceValue
    extends java.lang.Object
    A DTO representing a record from logical_resources
    • Constructor Detail

      • LogicalResourceValue

        public LogicalResourceValue​(short shardKey,
                                    long logicalResourceId,
                                    java.lang.String resourceType,
                                    java.lang.String logicalId,
                                    int versionId,
                                    java.sql.Timestamp lastUpdated,
                                    java.lang.String parameterHash)
        Canonical constructor
        Parameters:
        shardKey -
        logicalResourceId -
        resourceType -
        logicalId -
        lastUpdated -
        parameterHash -
    • Method Detail

      • getShardKey

        public short getShardKey()
        Returns:
        the shardKey
      • getLogicalResourceId

        public long getLogicalResourceId()
        Returns:
        the logicalResourceId
      • getResourceType

        public java.lang.String getResourceType()
        Returns:
        the resourceType
      • getLogicalId

        public java.lang.String getLogicalId()
        Returns:
        the logicalId
      • getLastUpdated

        public java.sql.Timestamp getLastUpdated()
        Returns:
        the lastUpdated
      • getParameterHash

        public java.lang.String getParameterHash()
        Returns:
        the parameterHash
      • getVersionId

        public int getVersionId()
        Returns:
        the versionId