Class BBjAdminTableSanityMessage

java.lang.Object
com.basis.api.admin.BBjAdminTableSanityMessage
All Implemented Interfaces:
Serializable

public class BBjAdminTableSanityMessage extends Object implements Serializable
Contains information about the "sanity" of a particular database table. During table analysis, sanity is checked and if there are issues found with a table, information is logged to the DD_SANITY table about the nature of the problem. This is designed to help the administrator find problems in their database before customers do.
See Also:
  • Field Details

  • Constructor Details

    • BBjAdminTableSanityMessage

      public BBjAdminTableSanityMessage()
  • Method Details

    • getTimestamp

      public Date getTimestamp()
    • setTimestamp

      public void setTimestamp(Date p_timestamp)
    • getSanityId

      public String getSanityId()
    • setSanityId

      public void setSanityId(String p_sanityId)
    • getType

      public int getType()
    • setType

      public void setType(int p_type)
    • getMessage

      public String getMessage()
    • setMessage

      public void setMessage(String p_message)
    • setAlertCode

      public void setAlertCode(int p_alertCode)
    • getAlertCode

      public int getAlertCode()
    • getAlertCodeName

      public String getAlertCodeName()
    • setColumn

      public void setColumn(String p_column)
    • getColumn

      public String getColumn()
    • setIndex

      public void setIndex(String p_index)
    • getIndex

      public String getIndex()