Package com.ads.api.beans.bgm
Class BusinessPolicy
java.lang.Object
com.ads.api.beans.common.Node
com.ads.api.beans.bgm.BusinessObject
com.ads.api.beans.bgm.BusinessPolicy
This class provides some beans control methods related to Business Policy
such as status and user defined fields 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 expiryType of the business policy.getNotes()Returns the notes related to the business object.Returns the policyEndDate of the business policy.Returns the policyStartDate of the business policy.Returns the publish status of the business policyReturns the status of the business policy.Returns the userDefinedField1 value of the business policy.Returns the userDefinedField10 value of the business policy.Returns the userDefinedField2 value of the business policy.Returns the userDefinedField3 value of the business policy.Returns the userDefinedField4 value of the business policy.Returns the userDefinedField5 value of the business policy.Returns the userDefinedField6 value of the business policy.Returns the userDefinedField7 value of the business policy.Returns the userDefinedField8 value of the business policy.Returns the userDefinedField9 value of the business policy.voidsetExpiryType(APIConstants.ExpiryType expiryType) Sets the expiryType of the business policy.voidSets the notes to the business object as Specified.voidsetPolicyEndDate(String policyEndDate) Sets the policyEndDate of the business policy.voidsetPolicyStartDate(String policyStartDate) Sets the policyStartDate of the business policy.voidsetPublish(String publish) Sets the publish status of the business policy.voidSets the status of the business policy.voidsetUserDefinedField1(String userDefinedField1) Sets the UserDefinedField1 as specified to the business policy.voidsetUserDefinedField10(String userDefinedField10) Sets the userDefinedField10 as specified to the business policy.voidsetUserDefinedField2(String userDefinedField2) Sets the userDefinedField2 as specified to the business policy.voidsetUserDefinedField3(String userDefinedField3) Sets the userDefinedField3 as specified to the business policy.voidsetUserDefinedField4(String userDefinedField4) Sets the userDefinedField4 as specified to the business policy.voidsetUserDefinedField5(String userDefinedField5) Sets the userDefinedField5 as specified to the business policyvoidsetUserDefinedField6(String userDefinedField6) Sets the userDefinedField6 as specified to the business policy.voidsetUserDefinedField7(String userDefinedField7) Sets the userDefinedField7 as specified to the business policy.voidsetUserDefinedField8(String userDefinedField8) Sets the userDefinedField8 as specified to the business policy.voidsetUserDefinedField9(String userDefinedField9) Sets the userDefinedField9 as specified to the business policy.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
-
BusinessPolicy
public BusinessPolicy()
-
-
Method Details
-
getStatus
Returns the status of the business policy.- Returns:
- status String
-
setStatus
Sets the status of the business policy.- Parameters:
status- String
-
getPolicyStartDate
Returns the policyStartDate of the business policy.- Returns:
- policyStartDate String
-
setPolicyStartDate
Sets the policyStartDate of the business policy.- Parameters:
policyStartDate- String
-
getPolicyEndDate
Returns the policyEndDate of the business policy.- Returns:
- policyEndDate String
-
setPolicyEndDate
Sets the policyEndDate of the business policy.- Parameters:
policyEndDate- String
-
getUserDefinedField1
Returns the userDefinedField1 value of the business policy.- Returns:
- userDefinedField1 String
-
setUserDefinedField1
Sets the UserDefinedField1 as specified to the business policy.- Parameters:
userDefinedField1- String
-
getUserDefinedField2
Returns the userDefinedField2 value of the business policy.- Returns:
- userDefinedField2 String
-
setUserDefinedField2
Sets the userDefinedField2 as specified to the business policy.- Parameters:
userDefinedField2- String
-
getUserDefinedField3
Returns the userDefinedField3 value of the business policy.- Returns:
- userDefinedField3 String.
-
setUserDefinedField3
Sets the userDefinedField3 as specified to the business policy.- Parameters:
userDefinedField3- String.
-
getUserDefinedField4
Returns the userDefinedField4 value of the business policy.- Returns:
- userDefinedField4 String
-
setUserDefinedField4
Sets the userDefinedField4 as specified to the business policy.- Parameters:
userDefinedField4- String
-
getUserDefinedField5
Returns the userDefinedField5 value of the business policy.- Returns:
- userDefinedField5 String
-
setUserDefinedField5
Sets the userDefinedField5 as specified to the business policy- Parameters:
userDefinedField5- String
-
getUserDefinedField6
Returns the userDefinedField6 value of the business policy.- Returns:
- userDefinedField6 String
-
setUserDefinedField6
Sets the userDefinedField6 as specified to the business policy.- Parameters:
userDefinedField6- String
-
getUserDefinedField7
Returns the userDefinedField7 value of the business policy.- Returns:
- userDefinedField7 String
-
setUserDefinedField7
Sets the userDefinedField7 as specified to the business policy.- Parameters:
userDefinedField7- String.
-
getUserDefinedField8
Returns the userDefinedField8 value of the business policy.- Returns:
- userDefinedField8 String
-
setUserDefinedField8
Sets the userDefinedField8 as specified to the business policy.- Parameters:
userDefinedField8- String
-
getUserDefinedField9
Returns the userDefinedField9 value of the business policy.- Returns:
- userDefinedField9 String
-
setUserDefinedField9
Sets the userDefinedField9 as specified to the business policy.- Parameters:
userDefinedField9- String
-
getUserDefinedField10
Returns the userDefinedField10 value of the business policy.- Returns:
- userDefinedField10 String
-
setUserDefinedField10
Sets the userDefinedField10 as specified to the business policy.- Parameters:
userDefinedField10- String
-
getPublish
Returns the publish status of the business policy- Returns:
- publish String
-
setPublish
Sets the publish status of the business policy.- Parameters:
publish- String.
-
getExpiryType
Returns the expiryType of the business policy.- Returns:
- expiryType String
-
setExpiryType
Sets the expiryType of the business policy.- Parameters:
expiryType- String
-
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
-