public class AreaParameter extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
_configurationAreaPid |
private List<SystemObjectType> |
_types |
| Constructor and Description |
|---|
AreaParameter(String configurationAreaPid,
SystemObject[] types)
Erstellt einen neuen AreaParameter
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getConfigurationAreaPid()
Gibt den Konfigurationsbereich zurück
|
List<SystemObjectType> |
getTypes()
Gibt die Typen zurück
|
int |
hashCode() |
String |
toString() |
private final String _configurationAreaPid
private final List<SystemObjectType> _types
AreaParameter(String configurationAreaPid, SystemObject[] types)
configurationAreaPid - Pid des Konfigurationsbereichstypes - zugeordnete Typenpublic String getConfigurationAreaPid()
public List<SystemObjectType> getTypes()