Class DBComponent

java.lang.Object
com.ads.mm.db.dao.DBComponent
Direct Known Subclasses:
DBColumn, DBEnvironment, DBOperationHelper, DBSystem, DBTable

public class DBComponent extends Object
This class consists of methods to mark and assign dataSteward to the component.
Author:
AnalytiX DS
  • Constructor Details

    • DBComponent

      public DBComponent()
  • Method Details

    • isMarked

      public boolean isMarked()
      Returns the marked value as true or false.
      Returns:
      boolean
    • setMarked

      public void setMarked(boolean marked)
      Sets the marked value as specified.
      Parameters:
      marked - boolean
    • getDataStewardName

      @Deprecated public String getDataStewardName()
      Deprecated.
      Returns the dataStewardName. dataStewardName is the name of the person, who holds the responsibility of the assigned Systems, Environments, Tables and Columns.
      Returns:
      dataSteward - String
    • setDataStewardName

      @Deprecated public void setDataStewardName(String dataStewardName)
      Deprecated.
      Sets the dataStewardName as specified.
      Parameters:
      dataSteward - - String