MaskConfigDTO

DTO for mask configurations.

Fields

Type
Name
Description
Optional
Default Value
String  
entity
The entity of the mask
false
 
String  
maskId
The id of the mask
false
 
String  
configGroup
The configuration group
false
 
String  
defaultSubmask
The default sub mask
false
 
Integer  
order
The mask order
false
 

Example

{
	"entity": "Activity",
	"maskId": "Activity",
	"configGroup": "SYSTEM",
	"defaultSubmask": null,
	"order": 7000000,
	"custLayer": "C2",
	"pk": "Activity",
	"relationName": "rAcAc",
	"id": "Activity",
	"layer": "C2"
}