Class RootCauseAnalysis


  • public class RootCauseAnalysis
    extends HibernateObject
    This class represents the link between customer groups and commodities. It helps identify which commodities are sold by which customer groups along with other information that can be stored alongside this data
    Author:
    SGSystems
    • Field Detail

      • rootCauseType

        public Reason rootCauseType
        The type of the order
      • rootCauseDetails

        public java.lang.String rootCauseDetails
        Location ID
      • rcaPerformedByUser

        public User rcaPerformedByUser
        Assigned to user
      • rcaTimestamp

        public java.util.Date rcaTimestamp
        Description
      • why1

        public java.lang.String why1
      • why2

        public java.lang.String why2
      • why3

        public java.lang.String why3
      • why4

        public java.lang.String why4
      • why5

        public java.lang.String why5
      • rcaText

        public java.lang.String rcaText
    • Constructor Detail

      • RootCauseAnalysis

        public RootCauseAnalysis()
    • Method Detail

      • getRootCauseDetails

        public java.lang.String getRootCauseDetails()
      • setRootCauseDetails

        public void setRootCauseDetails​(java.lang.String rootCauseDetails)
      • getRcaPerformedByUser

        public User getRcaPerformedByUser()
      • setRcaPerformedByUser

        public void setRcaPerformedByUser​(User rcaPerformedByUser)
      • getRcaTimestamp

        public java.util.Date getRcaTimestamp()
      • setRcaTimestamp

        public void setRcaTimestamp​(java.util.Date rcaTimestamp)
      • getRcaStatus

        public int getRcaStatus()
      • setRcaStatus

        public void setRcaStatus​(int rcaStatus)
      • getRcaAttachments

        public byte[] getRcaAttachments()
      • setRcaAttachments

        public void setRcaAttachments​(byte[] rcaAttachments)
      • parseRcaStatus

        public static java.lang.String parseRcaStatus​(int rcaStatus)
      • getRootCauseType

        public Reason getRootCauseType()
      • setRootCauseType

        public void setRootCauseType​(Reason rootCauseType)
      • getWhy1

        public java.lang.String getWhy1()
      • setWhy1

        public void setWhy1​(java.lang.String why1)
      • getWhy2

        public java.lang.String getWhy2()
      • setWhy2

        public void setWhy2​(java.lang.String why2)
      • getWhy3

        public java.lang.String getWhy3()
      • setWhy3

        public void setWhy3​(java.lang.String why3)
      • getWhy4

        public java.lang.String getWhy4()
      • setWhy4

        public void setWhy4​(java.lang.String why4)
      • getWhy5

        public java.lang.String getWhy5()
      • setWhy5

        public void setWhy5​(java.lang.String why5)
      • getRcaText

        public java.lang.String getRcaText()
      • setRcaText

        public void setRcaText​(java.lang.String rcaText)