Package com.ads.api.beans.bgm
Class CustomObject
java.lang.Object
com.ads.api.beans.common.Node
com.ads.api.beans.bgm.BusinessObject
com.ads.api.beans.bgm.CustomObject
This class provides some beans control methods related to custom objects
such as publish and rating etc.
-
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 custom object rating value.Returns the custom object publish value.doubleReturns the custom object rating value.voidsetDataValueScore(String dataValueScore) Sets the rating value to the custom object as specified.voidsetPublish(String publish) Sets the published value to the custom object as specified.voidsetRating(double rating) Sets the rating value to the custom object 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
-
CustomObject
public CustomObject()
-
-
Method Details
-
getPublish
Returns the custom object publish value.- Returns:
- publish String
-
setPublish
Sets the published value to the custom object as specified.- Parameters:
publish- String
-
getRating
public double getRating()Returns the custom object rating value.- Returns:
- rating double
-
setRating
public void setRating(double rating) Sets the rating value to the custom object as specified.- Parameters:
rating- double
-
getDataValueScore
Returns the custom object rating value.- Returns:
- dataValueScore String
-
setDataValueScore
Sets the rating value to the custom object as specified.- Parameters:
dataValueScore- String
-
toString
- Overrides:
toStringin classBusinessObject
-