Package de.aeb.xnsg.ftmc.bf.v3.dtos.data
Class ClassificationProfileDTO
java.lang.Object
de.aeb.xnsg.ftmc.bf.v3.dtos.data.ClassificationProfileDTO
DTO holding information about a classification profile.
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanCurrent activation status of the profile.Identcode as defined in the engine.All types of this profile. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
active
public boolean activeCurrent activation status of the profile. If true the type may be used by the engine. -
profileIdentCode
Identcode as defined in the engine. Identcode and ISO-Code build a unique key per client. -
types
All types of this profile. Inactive may be hidden according to request.
-
-
Constructor Details
-
ClassificationProfileDTO
public ClassificationProfileDTO()
-