Class MRequestUpdate

    • Constructor Detail

      • MRequestUpdate

        public MRequestUpdate​(Properties ctx,
                              int R_RequestUpdate_ID,
                              String trxName)
        Standard Constructor
        Parameters:
        ctx - context
        R_RequestUpdate_ID - id
        trxName - trx
      • MRequestUpdate

        public MRequestUpdate​(Properties ctx,
                              ResultSet rs,
                              String trxName)
        Load Constructor
        Parameters:
        ctx - context
        rs - result set
        trxName - trx
      • MRequestUpdate

        public MRequestUpdate​(MRequest parent)
        Parent Constructor
        Parameters:
        parent - request
    • Method Detail

      • isNewInfo

        public boolean isNewInfo()
        Do we have new info
        Returns:
        true if new info
      • getCreatedByName

        public String getCreatedByName()
        Get Name of creator
        Returns:
        name
      • getConfidentialEntryText

        public String getConfidentialEntryText()
        Get Confidential Entry Text (for jsp)
        Returns:
        text
      • beforeSave

        protected boolean beforeSave​(boolean newRecord)
        Before Save
        Overrides:
        beforeSave in class PO
        Parameters:
        newRecord - new
        Returns:
        true