Class DataAgentWorkOrder

  • All Implemented Interfaces:
    com.hack23.cia.model.common.api.ModelObject, java.io.Serializable

    @Entity(name="DataAgentWorkOrder")
    public class DataAgentWorkOrder
    extends java.lang.Object
    implements com.hack23.cia.model.common.api.ModelObject

    Java class for DataAgentWorkOrder complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="DataAgentWorkOrder">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="target" type="{http://data.application.internal.model.cia.hack23.com/impl}DataAgentTarget" minOccurs="0"/>
             <element name="operation" type="{http://data.application.internal.model.cia.hack23.com/impl}DataAgentOperation" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • DataAgentWorkOrder

        public DataAgentWorkOrder()
    • Method Detail

      • setTarget

        public void setTarget​(DataAgentTarget value)
        Sets the value of the target property.
        Parameters:
        value - allowed object is DataAgentTarget
      • toString

        public final java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getHjid

        public java.lang.Long getHjid()
        Gets the value of the hjid property.
        Returns:
        possible object is Long
      • setHjid

        public void setHjid​(java.lang.Long value)
        Sets the value of the hjid property.
        Parameters:
        value - allowed object is Long
      • equals

        public final boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class java.lang.Object