Class Checks


  • public class Checks
    extends HibernateObject
    This class represents Checks which interact with the SG System
    Author:
    SGSystems
    • Field Detail

      • checksTemplates

        public ChecksTemplates checksTemplates
        The ChecksTemplates that the check is assocaited with.
      • reference

        public java.lang.String reference
        An auto generated reference for the Checks.
      • due

        public java.util.Date due
        The Date that the Check is due.
      • deleted

        public java.util.Date deleted
        The Date that the Check was deleted.
      • ncrCount

        public int ncrCount
        The number of deviations that have generated as a result of a Check.
      • status

        public int status
        The Status of the Check.
      • jobLine

        public JobLine jobLine
        The JobLine that the Check is associated with. The Job that triggered the Check.
      • formulaStep

        public FormulaStep formulaStep
        The FormulaStep that the Check is associated with. The FormulaStep that triggered the Check.
    • Constructor Detail

      • Checks

        public Checks()
    • Method Detail

      • getDeleted

        public java.util.Date getDeleted()
      • setDeleted

        public void setDeleted​(java.util.Date deleted)
      • getDue

        public java.util.Date getDue()
      • setDue

        public void setDue​(java.util.Date due)
      • getStatus

        public int getStatus()
      • setStatus

        public void setStatus​(int status)
      • setChecksTemplates

        public void setChecksTemplates​(ChecksTemplates checksTemplates)
      • getReference

        public java.lang.String getReference()
      • setReference

        public void setReference​(java.lang.String reference)
      • getNcrCount

        public int getNcrCount()
      • setNcrCount

        public void setNcrCount​(int ncrCount)
      • getJobLine

        public JobLine getJobLine()
      • setJobLine

        public void setJobLine​(JobLine jobLine)
      • setFormulaStep

        public void setFormulaStep​(FormulaStep formulaStep)