Class PdcAxisValuePk

    • Constructor Detail

      • PdcAxisValuePk

        public PdcAxisValuePk()
    • Method Detail

      • aPdcAxisValuePk

        public static PdcAxisValuePk aPdcAxisValuePk​(long valueId,
                                                     long axisId)
      • getAxisId

        public Long getAxisId()
      • setAxisId

        public void setAxisId​(Long axisId)
      • getValueId

        public Long getValueId()
      • setValueId

        public void setValueId​(Long valueId)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • fromString

        public PdcAxisValuePk fromString​(String... values)
        Description copied from interface: CompositeEntityIdentifier
        Sets the value of this identifier from the specified values that will be part of this composite identifier.
        Specified by:
        fromString in interface CompositeEntityIdentifier
        Parameters:
        values - the identifier values from which this composite identifier will be built.
        Returns:
        this entity identifier.
      • asString

        public String asString()
        Description copied from interface: ResourceIdentifier
        Gets the value of this identifier as a String.
        Specified by:
        asString in interface ResourceIdentifier
        Returns:
        the String representation of this identifier.