Class DocumentActivityData

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

    @Entity(name="DocumentActivityData")
    public class DocumentActivityData
    extends java.lang.Object
    implements com.hack23.cia.model.common.api.ModelObject
    The Class DocumentActivityData.
    See Also:
    Serialized Form
    • Field Detail

      • createdDate

        protected java.util.Date createdDate
        The created date.
      • code

        protected java.lang.String code
        The code.
      • activityName

        protected java.lang.String activityName
        The activity name.
      • orderNumber

        protected java.math.BigInteger orderNumber
        The order number.
      • process

        protected java.lang.String process
        The process.
      • status

        protected java.lang.String status
        The status.
      • hjid

        protected java.lang.Long hjid
        The hjid.
    • Constructor Detail

      • DocumentActivityData

        public DocumentActivityData()
    • Method Detail

      • getCreatedDate

        public java.util.Date getCreatedDate()
        Gets the created date.
        Returns:
        the created date
      • setCreatedDate

        public void setCreatedDate​(java.util.Date value)
        Sets the created date.
        Parameters:
        value - the new created date
      • getCode

        public java.lang.String getCode()
        Gets the code.
        Returns:
        the code
      • setCode

        public void setCode​(java.lang.String value)
        Sets the code.
        Parameters:
        value - the new code
      • getActivityName

        public java.lang.String getActivityName()
        Gets the activity name.
        Returns:
        the activity name
      • setActivityName

        public void setActivityName​(java.lang.String value)
        Sets the activity name.
        Parameters:
        value - the new activity name
      • getOrderNumber

        public java.math.BigInteger getOrderNumber()
        Gets the order number.
        Returns:
        the order number
      • setOrderNumber

        public void setOrderNumber​(java.math.BigInteger value)
        Sets the order number.
        Parameters:
        value - the new order number
      • getProcess

        public java.lang.String getProcess()
        Gets the process.
        Returns:
        the process
      • setProcess

        public void setProcess​(java.lang.String value)
        Sets the process.
        Parameters:
        value - the new process
      • getStatus

        public java.lang.String getStatus()
        Gets the status.
        Returns:
        the status
      • setStatus

        public void setStatus​(java.lang.String value)
        Sets the status.
        Parameters:
        value - the new status
      • withCreatedDate

        public DocumentActivityData withCreatedDate​(java.util.Date value)
        With created date.
        Parameters:
        value - the value
        Returns:
        the document activity data
      • withCode

        public DocumentActivityData withCode​(java.lang.String value)
        With code.
        Parameters:
        value - the value
        Returns:
        the document activity data
      • withActivityName

        public DocumentActivityData withActivityName​(java.lang.String value)
        With activity name.
        Parameters:
        value - the value
        Returns:
        the document activity data
      • withOrderNumber

        public DocumentActivityData withOrderNumber​(java.math.BigInteger value)
        With order number.
        Parameters:
        value - the value
        Returns:
        the document activity data
      • withProcess

        public DocumentActivityData withProcess​(java.lang.String value)
        With process.
        Parameters:
        value - the value
        Returns:
        the document activity data
      • withStatus

        public DocumentActivityData withStatus​(java.lang.String value)
        With status.
        Parameters:
        value - the value
        Returns:
        the document activity data
      • toString

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

        public java.lang.Long getHjid()
        Gets the hjid.
        Returns:
        the hjid
      • setHjid

        public void setHjid​(java.lang.Long value)
        Sets the hjid.
        Parameters:
        value - the new hjid
      • equals

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

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