Class ElanTransactionAFParmsDTO

java.lang.Object
de.aeb.xnsg.licmgmt.af.ElanTransactionAFParmsDTO
All Implemented Interfaces:
Serializable

public class ElanTransactionAFParmsDTO extends Object implements Serializable
Data transfer object for the application facade elanTransaction that holds some parameters to open a ELAN license application.
See Also:
  • Field Details

    • transactionIdentCode

      public String transactionIdentCode
      Unique identifier of an elan transaction which is to be shown in the editor. Elan transactions are client dependent so the value 'client' of ApplicationFacadeParmsDTO.client must be filled as well to allow finding the transaction with the given number.

      Maximum length: 32
  • Constructor Details

    • ElanTransactionAFParmsDTO

      public ElanTransactionAFParmsDTO()