Class GetCodeResultDTO

java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractResponseDTO
de.aeb.xnsg.tariffcontent.bf.v3.GetCodeResultDTO

public class GetCodeResultDTO extends de.aeb.xnsg.foundation.bf.AbstractResponseDTO
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    The requested code element.

    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

    • codeElement

      public CodeElementDTO codeElement
      The requested code element.
  • Constructor Details

    • GetCodeResultDTO

      public GetCodeResultDTO()