Package com.ads.api.beans.bgm
Class AssetType
java.lang.Object
com.ads.api.beans.common.Node
com.ads.api.beans.bgm.AssetType
This class provides some beans control methods related to AssetType such as
id, name, description and its related Audit History Details.
-
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 catalogsTypeId.intReturns the catalogTypeId.getColor()Returns the asset color.Returns the assetType description.floatReturns the displayOrder value.intgetId()Returns the assetTypeId.getName()Returns the assetTypeName.intReturns the objectTypeId.getTitle()Returns the assetType title.booleanReturns the definitionEnabled value as true or false.booleanReturns the documentsRequired value as true or false.booleanReturns the enabled value as true or false.booleanReturns the sdiEnabled value as true or false.booleanReturns the SystemBased value as true or false.voidsetAuditHistory(AuditHistory auditHistory) Sets the auditHistory details as specified.voidsetCatalogsTypeId(int catalogsTypeId) Method sets the catalogsTypeId as specified.voidsetCatalogTypeId(int catalogTypeId) Method sets the catalogTypeId as specified.voidSets the asset color as specified.voidsetDefinitionEnabled(boolean definitionEnabled) Sets the DefinitionEnabled value as specified.voidsetDescription(String description) Method sets the description as specified.voidsetDisplayOrder(float displayOrder) Sets the displayOrder value as specified.voidsetDocumentsRequired(boolean documentsRequired) Sets the documentsRequired value as specified.voidsetEnabled(boolean enabled) Sets the enabled value as specified.voidsetId(int id) Method sets the assetType id.voidsetModule(APIConstants.Module module) voidMethod sets the assetType name as specified.voidsetObjectTypeId(int objectTypeId) Method sets the objectTypeId as specified.voidsetSdiEnabled(boolean sdiEnabled) Sets the sdiEnabled value as specified.voidsetSystemBased(boolean systemBased) Sets the systemBased value as specified.voidMethod sets the assetType title as specified.toString()Methods inherited from class com.ads.api.beans.common.Node
addChildNode, getChildNodes, getEndPointType, getNodeId, getNodeType, setChildNodes, setEndPointType, setNodeId, setNodeType
-
Constructor Details
-
AssetType
public AssetType()
-
-
Method Details
-
getId
public int getId()Returns the assetTypeId.- Returns:
- assetTypeId int.
-
setId
public void setId(int id) Method sets the assetType id.- Parameters:
id- int
-
getObjectTypeId
public int getObjectTypeId()Returns the objectTypeId.- Overrides:
getObjectTypeIdin classNode- Returns:
- objectTypeId int.
-
setObjectTypeId
public void setObjectTypeId(int objectTypeId) Method sets the objectTypeId as specified.- Overrides:
setObjectTypeIdin classNode- Parameters:
objectTypeId- int
-
getCatalogTypeId
public int getCatalogTypeId()Returns the catalogTypeId.- Returns:
- catalogTypeId int.
-
setCatalogTypeId
public void setCatalogTypeId(int catalogTypeId) Method sets the catalogTypeId as specified.- Parameters:
catalogTypeId- int
-
getCatalogsTypeId
public int getCatalogsTypeId()Returns the catalogsTypeId.- Returns:
- catalogsTypeId int.
-
setCatalogsTypeId
public void setCatalogsTypeId(int catalogsTypeId) Method sets the catalogsTypeId as specified.- Parameters:
catalogsTypeId- int
-
getName
Returns the assetTypeName.- Returns:
- assetTypeName String
-
setName
Method sets the assetType name as specified.- Parameters:
name- String
-
getTitle
Returns the assetType title.- Returns:
- title String
-
setTitle
Method sets the assetType title as specified.- Parameters:
title- String
-
getDescription
Returns the assetType description.- Returns:
- description String
-
setDescription
Method sets the description as specified.- Parameters:
description- String
-
isDocumentsRequired
public boolean isDocumentsRequired()Returns the documentsRequired value as true or false.- Returns:
- documentsRequired boolean
-
setDocumentsRequired
public void setDocumentsRequired(boolean documentsRequired) Sets the documentsRequired value as specified.- Parameters:
documentsRequired- boolean
-
isEnabled
public boolean isEnabled()Returns the enabled value as true or false.- Returns:
- enabled boolean
-
setEnabled
public void setEnabled(boolean enabled) Sets the enabled value as specified.- Parameters:
enabled- boolean
-
isDefinitionEnabled
public boolean isDefinitionEnabled()Returns the definitionEnabled value as true or false.- Returns:
- DefinitionEnabled boolean
-
setDefinitionEnabled
public void setDefinitionEnabled(boolean definitionEnabled) Sets the DefinitionEnabled value as specified.- Parameters:
definitionEnabled- boolean
-
isSdiEnabled
public boolean isSdiEnabled()Returns the sdiEnabled value as true or false.- Returns:
- sdiEnabled boolean
-
setSdiEnabled
public void setSdiEnabled(boolean sdiEnabled) Sets the sdiEnabled value as specified.- Parameters:
sdiEnabled- boolean
-
isSystemBased
public boolean isSystemBased()Returns the SystemBased value as true or false.- Returns:
- systemBased boolean
-
setSystemBased
public void setSystemBased(boolean systemBased) Sets the systemBased value as specified.- Parameters:
systemBased- boolean
-
getDisplayOrder
public float getDisplayOrder()Returns the displayOrder value.- Returns:
- displayOrder float.
-
setDisplayOrder
public void setDisplayOrder(float displayOrder) Sets the displayOrder value as specified.- Parameters:
displayOrder- float.
-
getAuditHistory
Returns the auditHistory Details of the catalog.- Returns:
- auditHistory AuditHistory
-
setAuditHistory
Sets the auditHistory details as specified.- Parameters:
auditHistory- AuditHistory
-
getColor
Returns the asset color.- Returns:
- assetType color String
-
setColor
Sets the asset color as specified.- Parameters:
color-
-
getModule
- Returns:
-
setModule
- Parameters:
module-
-
toString
-