public class TransactionProperties extends AttributeGroupProperties
| Modifier and Type | Class and Description |
|---|---|
static class |
TransactionProperties.DataIdentification
Datenidentifikation für import/Export von Transaktionen.
|
_id, _name, _pid, _type| Constructor and Description |
|---|
TransactionProperties(String name,
String pid,
long id,
String typePid,
SystemObjectInfo info)
Erzegt eine neue Transaktionsdefinition
|
| Modifier and Type | Method and Description |
|---|---|
AttributeProperties[] |
getAttributeAndAttributeList()
Transaktionsattributgruppen enthalten die feste Attributliste "atl.transaktion"
|
List<TransactionProperties.DataIdentification> |
getPossibleDids() |
List<TransactionProperties.DataIdentification> |
getRequiredDids() |
void |
setAttributeAndAttributeList(AttributeProperties[] attributeAndAttributeList)
Transaktionsattributgruppen enthalten die feste Attributliste "atl.transaktion"
|
void |
setPossibleDids(List<TransactionProperties.DataIdentification> possibleDids)
Setzt die Datenindentifikationen für die die Transaktion erlaubt ist
|
void |
setRequiredDids(List<TransactionProperties.DataIdentification> requiredDids)
Setzt die Datenidentifikationen die für diese Transaktion notwendig sind
|
getConfigurationAspect, getConfiguring, isParameter, setConfigurationAspect, setConfiguring, setConfiguring, setParameter, setParameterappendParamString, getId, getInfo, getName, getPid, getType, setType, toStringpublic TransactionProperties(String name, String pid, long id, String typePid, SystemObjectInfo info)
name - Namepid - Pidid - typePid - info - public void setPossibleDids(List<TransactionProperties.DataIdentification> possibleDids)
possibleDids - Datenidentifikationen (leere Liste = alle Erlaubt)public void setRequiredDids(List<TransactionProperties.DataIdentification> requiredDids)
requiredDids - Erforderliche Datenidentifikationenpublic List<TransactionProperties.DataIdentification> getPossibleDids()
public List<TransactionProperties.DataIdentification> getRequiredDids()
public AttributeProperties[] getAttributeAndAttributeList()
getAttributeAndAttributeList in class AttributeGroupPropertiespublic void setAttributeAndAttributeList(AttributeProperties[] attributeAndAttributeList)
setAttributeAndAttributeList in class AttributeGroupPropertiesattributeAndAttributeList - Array, das alle Attribute und Attributlisten enthält. In dem Array sind Objekte vom Typ PlainAttributeProperties und
ListAttributeProperties gespeichert. Die Reihenfolge der Elemente bleibt beim speichern erhalten.