public class ConfigurationAspect extends Object
| Modifier and Type | Field and Description |
|---|---|
private SystemObjectInfo |
_info |
private String |
_pid |
(package private) AttributeGroupUsage.Usage |
_usage |
| Constructor and Description |
|---|
ConfigurationAspect(String pid) |
| Modifier and Type | Method and Description |
|---|---|
SystemObjectInfo |
getInfo() |
String |
getPid() |
AttributeGroupUsage.Usage |
getUsage() |
void |
setInfo(SystemObjectInfo info) |
void |
setUsage(AttributeGroupUsage.Usage usage) |
void |
setUsage(String usage)
konfigurationsModus oder onlineModus
|
private final String _pid
AttributeGroupUsage.Usage _usage
private SystemObjectInfo _info
public ConfigurationAspect(String pid)
pid - Pid des Objektspublic AttributeGroupUsage.Usage getUsage()
null, falls kein Modus gesetzt wurdepublic void setUsage(AttributeGroupUsage.Usage usage)
public void setUsage(String usage)
usage - Moduspublic void setInfo(SystemObjectInfo info)
info - Info, die zu dem Objekt gehörtpublic String getPid()
public SystemObjectInfo getInfo()