public static class DataCellDrillBack.ERPIResource extends Object implements Serializable
| Constructor and Description |
|---|
ERPIResource() |
ERPIResource(String name,
String type,
String description) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<DataCellDrillBack.ERPIAttribute> |
getAttributeList() |
String |
getDescription() |
DataCellDrillBack.ERPIAction |
getErpiAction() |
String |
getName() |
String |
getType() |
HashMap |
getValueByLanguage() |
String |
getValueByLanguage(String lang) |
void |
setAttributeList(ArrayList<DataCellDrillBack.ERPIAttribute> attributeList) |
void |
setDescription(String description) |
void |
setErpiAction(DataCellDrillBack.ERPIAction erpiAction) |
void |
setName(String name) |
void |
setType(String type) |
void |
setValueByLanguage(HashMap valueByLanguage) |
public void setName(String name)
public String getName()
public void setType(String type)
public String getType()
public void setDescription(String description)
public String getDescription()
public void setErpiAction(DataCellDrillBack.ERPIAction erpiAction)
public DataCellDrillBack.ERPIAction getErpiAction()
public void setValueByLanguage(HashMap valueByLanguage)
public HashMap getValueByLanguage()
public void setAttributeList(ArrayList<DataCellDrillBack.ERPIAttribute> attributeList)
public ArrayList<DataCellDrillBack.ERPIAttribute> getAttributeList()
Copyright 2007, 2026, Oracle. All rights reserved.