Package de.aeb.xnsg.licmgmt.af
Class ElanTransactionAFParmsDTO
java.lang.Object
de.aeb.xnsg.licmgmt.af.ElanTransactionAFParmsDTO
- All Implemented Interfaces:
Serializable
Data transfer object for the application facade elanTransaction that
holds some parameters to open a ELAN license application.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionUnique identifier of an elan transaction which is to be shown in the editor. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
transactionIdentCode
Unique identifier of an elan transaction which is to be shown in the editor. Elan transactions are client dependent so the value 'client' ofApplicationFacadeParmsDTO.client
must be filled as well to allow finding the transaction with the given number.
Maximum length:32
-
-
Constructor Details
-
ElanTransactionAFParmsDTO
public ElanTransactionAFParmsDTO()
-