Class BGetBillingScenariosResponseDTO

java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractResponseDTO
de.aeb.xnsg.billing.bf.BGetBillingScenariosResponseDTO

public class BGetBillingScenariosResponseDTO extends de.aeb.xnsg.foundation.bf.AbstractResponseDTO
Return value for the the method IBillingBF.getBillingScenarios.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    de.aeb.xnsg.foundation.bf.ComboboxEntryDTO[]
    The requested array of scenarios

    Fields inherited from class de.aeb.xnsg.foundation.bf.AbstractResponseDTO

    EMPTY_MANDATORY_FIELD, hasErrors, hasOnlyRetryableErrors, hasWarnings, I18N_WARNING, INTERNAL_SERVER_ERROR, INVALID_DATA_ERROR, INVALID_DATA_WARNING, LOCK_ERROR, messages
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • scenarios

      public de.aeb.xnsg.foundation.bf.ComboboxEntryDTO[] scenarios
      The requested array of scenarios
  • Constructor Details

    • BGetBillingScenariosResponseDTO

      public BGetBillingScenariosResponseDTO()