Class TransactionProperties.DataIdentification

java.lang.Object
de.bsvrz.puk.config.xmlFile.properties.TransactionProperties.DataIdentification
Enclosing class:
TransactionProperties

public static class TransactionProperties.DataIdentification extends Object
Datenidentifikation für import/Export von Transaktionen. Statt Systemobjekten werden Strings benutzt
  • Constructor Details

    • DataIdentification

      public DataIdentification(String objectType, String attributeGroup, String aspect, String onlyTransactionObject)
  • Method Details

    • getObjectType

      public String getObjectType()
    • getAttributeGroup

      public String getAttributeGroup()
    • getAspect

      public String getAspect()
    • isOnlyTransactionObject

      public boolean isOnlyTransactionObject()