Package com.ads.api.beans.bgm
Class BusinessTerm
java.lang.Object
com.ads.api.beans.common.Node
com.ads.api.beans.bgm.BusinessObject
com.ads.api.beans.bgm.BusinessTerm
This class provides some beans control methods related to Business Term such
as termId, catalog in which it is present, its definition, description,
related Notes, classification type, steward Name associated to it etc...and
its related Audit Specifications.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.ads.api.beans.common.Node
Node.Depth, Node.InputDataType, Node.NodeType, Node.ReturnType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the acronym value of Business Term as YES or NO.Returns the dataClassificationType of the Business Term as Master, Reference, Derived, Transactional or Operational.Returns the dataCollectionType of the Business Term as Screen, DashBoard, API etc...Returns the dataObjectType value of the Business Term as Business Data Element or Data Collection Element or Physical Data Element.Returns the meaningCategoryType value as conceptual, logical or physical of the Business TermgetNotes()Returns the notes related to the business object.Returns the Business Term Status as either Rejected, pendingReview, Pending Approval, Approval or Published.Returns the userDefinedField1 value of the Business Term.Returns the userDefinedField10 value of the Business Term.Returns the userDefinedField2 value of the Business Term.Returns the userDefinedField3 value of the Business Term.Returns the userDefinedField4 value of the Business Term.Returns the userDefinedField5 value of the Business Term.Returns the userDefinedField6 value of the Business Term.Returns the userDefinedField7 value of the Business Term.Returns the userDefinedField8 value of the Business Term.Returns the userDefinedField9 value of the Business Term.booleanReturns the BusinessTerm published value as YES or NO.booleanisValid()Returns the valid value as True or False.voidsetAcronym(String acronym) Sets the acronym value to the Business Term.voidsetDataClassificationType(String dataClassificationType) Sets the dataClassificationType to the Business Term as Specified.voidsetDataCollectionType(String dataCollectionType) Sets the dataCollectionType value as Specified to the Business Term.voidsetDataObjectType(String dataObjectType) Sets the dataObjectType value to the Business Term as Specified.voidsetMeaningCategoryType(String meaningCategoryType) Sets the meaningCategoryType value to the Business Term.voidSets the notes to the business object as Specified.voidsetPublished(boolean published) Sets the published value to the Business Term as Specified.voidSets the Business Term Status to the Business Term as Specified.voidsetUserDefinedField1(String userDefinedField1) Sets the userDefinedField1 as specified to the Business Term.voidsetUserDefinedField10(String userDefinedField10) Sets the userDefinedField10 as specified to the Business Term.voidsetUserDefinedField2(String userDefinedField2) Sets the userDefinedField2 as specified to the Business Term.voidsetUserDefinedField3(String userDefinedField3) Sets the userDefinedField3 as specified to the Business Term.voidsetUserDefinedField4(String userDefinedField4) Sets the userDefinedField4 as specified to the Business Term.voidsetUserDefinedField5(String userDefinedField5) Sets the userDefinedField5 as specified to the Business Term.voidsetUserDefinedField6(String userDefinedField6) Sets the userDefinedField6 as specified to the Business Term.voidsetUserDefinedField7(String userDefinedField7) Sets the userDefinedField7 as specified to the Business Term.voidsetUserDefinedField8(String userDefinedField8) Sets the userDefinedField8 as specified to the Business Term.voidsetUserDefinedField9(String userDefinedField9) Sets the userDefinedField9 as specified to the Business Term.voidsetValid(boolean valid) Sets the valid value as specified.toString()Methods inherited from class com.ads.api.beans.bgm.BusinessObject
addSDIClassification, getAssetType, getAuditHistory, getCatalogId, getDefinition, getDescription, getFields, getFieldValue, getId, getName, getObjectTypeId, getSDIClassifications, getWorkflowStatus, isSdiFlag, setAssetType, setAuditHistory, setCatalogId, setDefinition, setDescription, setFields, setFieldValue, setId, setName, setSDIClassifications, setSdiFlag, setWorkflowStatusMethods inherited from class com.ads.api.beans.common.Node
addChildNode, getChildNodes, getEndPointType, getNodeId, getNodeType, setChildNodes, setEndPointType, setNodeId, setNodeType, setObjectTypeId
-
Constructor Details
-
BusinessTerm
public BusinessTerm()
-
-
Method Details
-
getStatus
Returns the Business Term Status as either Rejected, pendingReview, Pending Approval, Approval or Published.- Returns:
- status String
-
setStatus
Sets the Business Term Status to the Business Term as Specified.- Parameters:
status- String
-
getDataClassificationType
Returns the dataClassificationType of the Business Term as Master, Reference, Derived, Transactional or Operational.- Returns:
- dataClassificationType
-
setDataClassificationType
Sets the dataClassificationType to the Business Term as Specified.- Parameters:
dataClassificationType- String
-
getAcronym
Returns the acronym value of Business Term as YES or NO.- Returns:
- acronym
-
setAcronym
Sets the acronym value to the Business Term.- Parameters:
acronym- String
-
isValid
public boolean isValid()Returns the valid value as True or False.- Returns:
- valid boolean
-
setValid
public void setValid(boolean valid) Sets the valid value as specified.- Parameters:
valid- boolean
-
getDataObjectType
Returns the dataObjectType value of the Business Term as Business Data Element or Data Collection Element or Physical Data Element.- Returns:
- dataObjectType
-
setDataObjectType
Sets the dataObjectType value to the Business Term as Specified.- Parameters:
dataObjectType- String
-
getDataCollectionType
Returns the dataCollectionType of the Business Term as Screen, DashBoard, API etc...- Returns:
- dataCollectionType String
-
setDataCollectionType
Sets the dataCollectionType value as Specified to the Business Term.- Parameters:
dataCollectionType- String
-
getMeaningCategoryType
Returns the meaningCategoryType value as conceptual, logical or physical of the Business Term- Returns:
- meaningCategoryType String
-
setMeaningCategoryType
Sets the meaningCategoryType value to the Business Term.- Parameters:
meaningCategoryType- String
-
getUserDefinedField1
Returns the userDefinedField1 value of the Business Term.- Returns:
- userDefinedField1 String
-
setUserDefinedField1
Sets the userDefinedField1 as specified to the Business Term.- Parameters:
userDefinedField1- String
-
getUserDefinedField2
Returns the userDefinedField2 value of the Business Term.- Returns:
- userDefinedField2 String
-
setUserDefinedField2
Sets the userDefinedField2 as specified to the Business Term.- Parameters:
userDefinedField2- String
-
getUserDefinedField3
Returns the userDefinedField3 value of the Business Term.- Returns:
- userDefinedField3 String
-
setUserDefinedField3
Sets the userDefinedField3 as specified to the Business Term.- Parameters:
userDefinedField3- String
-
getUserDefinedField4
Returns the userDefinedField4 value of the Business Term.- Returns:
- userDefinedField4 String
-
setUserDefinedField4
Sets the userDefinedField4 as specified to the Business Term.- Parameters:
userDefinedField4- String
-
getUserDefinedField5
Returns the userDefinedField5 value of the Business Term.- Returns:
- userDefinedField5 String
-
setUserDefinedField5
Sets the userDefinedField5 as specified to the Business Term.- Parameters:
userDefinedField5- String
-
getUserDefinedField6
Returns the userDefinedField6 value of the Business Term.- Returns:
- userDefinedField6 String
-
setUserDefinedField6
Sets the userDefinedField6 as specified to the Business Term.- Parameters:
userDefinedField6- String
-
getUserDefinedField7
Returns the userDefinedField7 value of the Business Term.- Returns:
- userDefinedField7 String
-
setUserDefinedField7
Sets the userDefinedField7 as specified to the Business Term.- Parameters:
userDefinedField7- String
-
getUserDefinedField8
Returns the userDefinedField8 value of the Business Term.- Returns:
- userDefinedField8 String
-
setUserDefinedField8
Sets the userDefinedField8 as specified to the Business Term.- Parameters:
userDefinedField8- String
-
getUserDefinedField9
Returns the userDefinedField9 value of the Business Term.- Returns:
- userDefinedField9 String
-
setUserDefinedField9
Sets the userDefinedField9 as specified to the Business Term.- Parameters:
userDefinedField9- String
-
getUserDefinedField10
Returns the userDefinedField10 value of the Business Term.- Returns:
- userDefinedField10 String
-
setUserDefinedField10
Sets the userDefinedField10 as specified to the Business Term.- Parameters:
userDefinedField10- String
-
isPublished
public boolean isPublished()Returns the BusinessTerm published value as YES or NO.- Returns:
- published
-
setPublished
public void setPublished(boolean published) Sets the published value to the Business Term as Specified.- Parameters:
published- boolean
-
getNotes
Returns the notes related to the business object.- Returns:
- notes String
-
setNotes
Sets the notes to the business object as Specified.- Parameters:
notes- String
-
toString
- Overrides:
toStringin classBusinessObject
-