Class ProxyClassificationRequest

    • Constructor Detail

      • ProxyClassificationRequest

        public ProxyClassificationRequest()
        Default constructor
      • ProxyClassificationRequest

        public ProxyClassificationRequest​(ProxyClassificationRequest template)
        Copy/clone constructor
        Parameters:
        template - object to copy
    • Method Detail

      • getEntityProxy

        public EntityProxy getEntityProxy()
        Return entity proxy.
        Returns:
        instance properties object
      • setEntityProxy

        public void setEntityProxy​(EntityProxy entityProxy)
        Set up the entity proxy.
        Parameters:
        entityProxy - InstanceProperties object
      • equals

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