Package com.ads.mm.db.dao
Class DBComponent
java.lang.Object
com.ads.mm.db.dao.DBComponent
- Direct Known Subclasses:
DBColumn,DBEnvironment,DBOperationHelper,DBSystem,DBTable
This class consists of methods to mark and assign dataSteward to the component.
- Author:
- AnalytiX DS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.booleanisMarked()Returns the marked value as true or false.voidsetDataStewardName(String dataStewardName) Deprecated.voidsetMarked(boolean marked) Sets the marked value as specified.
-
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.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.Sets the dataStewardName as specified.- Parameters:
dataSteward- - String
-