Class ClassificationProfileDTO

java.lang.Object
de.aeb.xnsg.ftmc.bf.v3.dtos.data.ClassificationProfileDTO

public class ClassificationProfileDTO extends Object
DTO holding information about a classification profile.
  • Field Details

    • active

      public boolean active
      Current activation status of the profile. If true the type may be used by the engine.
    • profileIdentCode

      public String profileIdentCode
      Identcode as defined in the engine. Identcode and ISO-Code build a unique key per client.
    • types

      public ClassificationCodeTypeDTO[] types
      All types of this profile. Inactive may be hidden according to request.
  • Constructor Details

    • ClassificationProfileDTO

      public ClassificationProfileDTO()