public class Primarycategory extends Reference
primarycategory asset type in IGC, displayed as 'PrimaryCategory' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
color |
protected String |
icon |
protected String |
name |
protected MainObject |
usesBusinessCategory |
| Constructor and Description |
|---|
Primarycategory() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColor()
Retrieve the
color property (displayed as 'Color') of the object. |
String |
getIcon()
Retrieve the
icon property (displayed as 'Icon') of the object. |
String |
getTheName()
Retrieve the
name property (displayed as 'Name') of the object. |
MainObject |
getUsesBusinessCategory()
Retrieve the
uses_business_category property (displayed as 'Uses Business Category') of the object. |
void |
setColor(String color)
Set the
color property (displayed as Color) of the object. |
void |
setIcon(String icon)
Set the
icon property (displayed as Icon) of the object. |
void |
setTheName(String name)
Set the
name property (displayed as Name) of the object. |
void |
setUsesBusinessCategory(MainObject usesBusinessCategory)
Set the
uses_business_category property (displayed as Uses Business Category) of the object. |
areModificationDetailsPopulated, getContext, getCreatedBy, getCreatedOn, getId, getIdentity, getModifiedBy, getModifiedOn, getName, getNotes, getType, getUrl, isEmbeddedAsset, isFullyRetrieved, isIdentityPopulated, isSimpleType, isVirtualAsset, setContext, setCreatedBy, setCreatedOn, setFullyRetrieved, setId, setModifiedBy, setModifiedOn, setName, setNotes, setType, setUrltoStringprotected String color
protected String icon
protected String name
protected MainObject usesBusinessCategory
public String getColor()
color property (displayed as 'Color') of the object.Stringpublic void setColor(String color)
color property (displayed as Color) of the object.color - the value to setpublic String getIcon()
icon property (displayed as 'Icon') of the object.Stringpublic void setIcon(String icon)
icon property (displayed as Icon) of the object.icon - the value to setpublic String getTheName()
name property (displayed as 'Name') of the object.Stringpublic void setTheName(String name)
name property (displayed as Name) of the object.name - the value to setpublic MainObject getUsesBusinessCategory()
uses_business_category property (displayed as 'Uses Business Category') of the object.MainObjectpublic void setUsesBusinessCategory(MainObject usesBusinessCategory)
uses_business_category property (displayed as Uses Business Category) of the object.usesBusinessCategory - the value to setCopyright © 2018–2021 ODPi. All rights reserved.