Class PrimaryKeyClassificationRequestBody

    • Constructor Detail

      • PrimaryKeyClassificationRequestBody

        public PrimaryKeyClassificationRequestBody()
        Default constructor
      • PrimaryKeyClassificationRequestBody

        public PrimaryKeyClassificationRequestBody​(PrimaryKeyClassificationRequestBody template)
        Copy/clone constructor for a primary key.
        Parameters:
        template - template object to copy.
    • Method Detail

      • getPrimaryKeyProperties

        public PrimaryKeyProperties getPrimaryKeyProperties()
        Return the properties associated with the primary key.
        Returns:
        properties
      • setPrimaryKeyProperties

        public void setPrimaryKeyProperties​(PrimaryKeyProperties primaryKeyProperties)
        Set up the properties associated with the primary key.
        Parameters:
        primaryKeyProperties - properties
      • equals

        public boolean equals​(Object objectToCompare)
        Compare the values of the supplied object with those stored in the current object.
        Overrides:
        equals in class EffectiveTimeQueryRequestBody
        Parameters:
        objectToCompare - supplied object
        Returns:
        boolean result of comparison