Class ProxyClassificationRequest

All Implemented Interfaces:
Serializable

public class ProxyClassificationRequest extends InstancePropertiesRequest
ProxyClassificationRequest is used when working with classifications using an entity proxy.
See Also:
  • Constructor Details

    • ProxyClassificationRequest

      public ProxyClassificationRequest()
      Default constructor
    • ProxyClassificationRequest

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

    • 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
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class InstancePropertiesRequest
      Returns:
      print out of variables in a JSON-style
    • 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
    • hashCode

      public int hashCode()
      Create a hash code for this element type.
      Overrides:
      hashCode in class InstancePropertiesRequest
      Returns:
      int hash code