Package com.ads.api.beans.bgm
Class Catalog
java.lang.Object
com.ads.api.beans.common.Node
com.ads.api.beans.bgm.Catalog
This class provides some beans control methods related to Catalog such as catalogId, catalogName, parentCatalogId in which it is present
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 auditHistory details of the catalog.intReturns the catalog Id in which the Business Term is present.Returns the catalog Name.intReturns the catalog type id.Returns the description of the catalog.Returns the fields(extended properties) of the business objectgetFieldValue(String name) Return the field value(extended property) of the business objectintReturns the parent catalog id.voidsetAuditHistory(AuditHistory auditHistory) Sets the auditHistory details as specified.voidsetBusinessObjects(List<BusinessObject> businessObjects) voidsetCatalogId(int catalogId) Sets the catalog Id as specified.voidsetCatalogName(String catalogName) Sets the catalog Name as specified.voidsetCatalogTypeId(int catalogTypeId) Sets the catalog type id as specified.voidsetDescription(String description) Sets the description of the catalog as specified.voidSets the fields(extended properties) of the business object.voidsetFieldValue(String name, Object value) Sets the field value(extended property) of the business object as specified.voidsetParentCatalogId(int parentCatalogId) Sets the parent catalog id as specified.toString()Methods inherited from class com.ads.api.beans.common.Node
addChildNode, getChildNodes, getEndPointType, getNodeId, getNodeType, getObjectTypeId, setChildNodes, setEndPointType, setNodeId, setNodeType, setObjectTypeId
-
Constructor Details
-
Catalog
public Catalog()
-
-
Method Details
-
getCatalogId
public int getCatalogId()Returns the catalog Id in which the Business Term is present.- Returns:
- catalogId int
-
setCatalogId
public void setCatalogId(int catalogId) Sets the catalog Id as specified.- Parameters:
catalogId- int
-
getParentCatalogId
public int getParentCatalogId()Returns the parent catalog id.- Returns:
- parentCatalogId int
-
setParentCatalogId
public void setParentCatalogId(int parentCatalogId) Sets the parent catalog id as specified.- Parameters:
parentCatalogId- int
-
getCatalogName
Returns the catalog Name.- Returns:
- catalogName String
-
setCatalogName
Sets the catalog Name as specified.- Parameters:
catalogName- String
-
getDescription
Returns the description of the catalog.- Returns:
- description String
-
setDescription
Sets the description of the catalog as specified.- Parameters:
description- String
-
getCatalogTypeId
public int getCatalogTypeId()Returns the catalog type id.- Returns:
- catalogTypeId int
-
setCatalogTypeId
public void setCatalogTypeId(int catalogTypeId) Sets the catalog type id as specified.- Parameters:
catalogTypeId- int
-
getAuditHistory
Returns the auditHistory details of the catalog.- Returns:
- auditHistory AuditHistory
-
setAuditHistory
Sets the auditHistory details as specified.- Parameters:
auditHistory- AuditHistory
-
getBusinessObjects
-
setBusinessObjects
-
setFieldValue
Sets the field value(extended property) of the business object as specified.- Parameters:
name- Stringvalue- Object
-
getFieldValue
Return the field value(extended property) of the business object- Parameters:
name- String- Returns:
- Object
-
getFields
Returns the fields(extended properties) of the business object- Returns:
- fields Map
-
setFields
Sets the fields(extended properties) of the business object.- Parameters:
fields- Map.
-
toString
-