Class AssignmentData

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

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

      • orgCode

        protected java.lang.String orgCode
        The org code.
      • roleCode

        protected java.lang.String roleCode
        The role code.
      • orderNumber

        protected java.lang.String orderNumber
        The order number.
      • status

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

        protected java.lang.String assignmentType
        The assignment type.
      • fromDate

        protected java.util.Date fromDate
        The from date.
      • toDate

        protected java.util.Date toDate
        The to date.
      • detail

        protected java.lang.String detail
        The detail.
      • intressentId

        protected java.lang.String intressentId
        The intressent id.
      • hjid

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

      • AssignmentData

        public AssignmentData()
    • Method Detail

      • getOrgCode

        public java.lang.String getOrgCode()
        Gets the org code.
        Returns:
        the org code
      • setOrgCode

        public void setOrgCode​(java.lang.String value)
        Sets the org code.
        Parameters:
        value - the new org code
      • getRoleCode

        public java.lang.String getRoleCode()
        Gets the role code.
        Returns:
        the role code
      • setRoleCode

        public void setRoleCode​(java.lang.String value)
        Sets the role code.
        Parameters:
        value - the new role code
      • getOrderNumber

        public java.lang.String getOrderNumber()
        Gets the order number.
        Returns:
        the order number
      • setOrderNumber

        public void setOrderNumber​(java.lang.String value)
        Sets the order number.
        Parameters:
        value - the new order number
      • 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
      • getAssignmentType

        public java.lang.String getAssignmentType()
        Gets the assignment type.
        Returns:
        the assignment type
      • setAssignmentType

        public void setAssignmentType​(java.lang.String value)
        Sets the assignment type.
        Parameters:
        value - the new assignment type
      • getFromDate

        public java.util.Date getFromDate()
        Gets the from date.
        Returns:
        the from date
      • setFromDate

        public void setFromDate​(java.util.Date value)
        Sets the from date.
        Parameters:
        value - the new from date
      • getToDate

        public java.util.Date getToDate()
        Gets the to date.
        Returns:
        the to date
      • setToDate

        public void setToDate​(java.util.Date value)
        Sets the to date.
        Parameters:
        value - the new to date
      • getDetail

        public java.lang.String getDetail()
        Gets the detail.
        Returns:
        the detail
      • setDetail

        public void setDetail​(java.lang.String value)
        Sets the detail.
        Parameters:
        value - the new detail
      • getIntressentId

        public java.lang.String getIntressentId()
        Gets the intressent id.
        Returns:
        the intressent id
      • setIntressentId

        public void setIntressentId​(java.lang.String value)
        Sets the intressent id.
        Parameters:
        value - the new intressent id
      • withOrgCode

        public AssignmentData withOrgCode​(java.lang.String value)
        With org code.
        Parameters:
        value - the value
        Returns:
        the assignment data
      • withRoleCode

        public AssignmentData withRoleCode​(java.lang.String value)
        With role code.
        Parameters:
        value - the value
        Returns:
        the assignment data
      • withOrderNumber

        public AssignmentData withOrderNumber​(java.lang.String value)
        With order number.
        Parameters:
        value - the value
        Returns:
        the assignment data
      • withStatus

        public AssignmentData withStatus​(java.lang.String value)
        With status.
        Parameters:
        value - the value
        Returns:
        the assignment data
      • withAssignmentType

        public AssignmentData withAssignmentType​(java.lang.String value)
        With assignment type.
        Parameters:
        value - the value
        Returns:
        the assignment data
      • withFromDate

        public AssignmentData withFromDate​(java.util.Date value)
        With from date.
        Parameters:
        value - the value
        Returns:
        the assignment data
      • withToDate

        public AssignmentData withToDate​(java.util.Date value)
        With to date.
        Parameters:
        value - the value
        Returns:
        the assignment data
      • withDetail

        public AssignmentData withDetail​(java.lang.String value)
        With detail.
        Parameters:
        value - the value
        Returns:
        the assignment data
      • withIntressentId

        public AssignmentData withIntressentId​(java.lang.String value)
        With intressent id.
        Parameters:
        value - the value
        Returns:
        the assignment 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