FwStandardModulesAdministratorCustomReportLayoutCustomReportLayoutLogic class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

FwStandardModulesAdministratorCustomReportLayoutCustomReportLayoutLogic({String? customReportLayoutId, String? webUserId, String? userName, String? baseReport, String? description, String? category, String? html, String? customReportCssIds, String? customReportCssDescriptions, String? customReportCssRules, String? customReportGlobalCssRules, bool? active, bool? inactive, String? assignTo, String? dateStamp, String? auditNote, String? recordTitle, List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields, List<FwStandardDataFwCustomValue>? custom, List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue>? translation})
FwStandardModulesAdministratorCustomReportLayoutCustomReportLayoutLogic.fromJson(Map<String, dynamic> json)
factory

Properties

active bool?
final
assignTo String?
final
auditNote String?
final
baseReport String?
final
category String?
final
custom List<FwStandardDataFwCustomValue>?
final
customReportCssDescriptions String?
final
customReportCssIds String?
final
customReportCssRules String?
final
customReportGlobalCssRules String?
final
customReportLayoutId String?
final
dateStamp String?
final
defaultFieldAttributes List<FwStandardDataFwDefaultAttribute>?
final
description String?
final
fields List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?
final
hashCode int
The hash code for this object.
no setteroverride
html String?
final
inactive bool?
final
recordTitle String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
translation List<FwStandardDataFwTranslatedValue>?
final
userName String?
final
webUserId String?
final

Methods

copyWith({String? customReportLayoutId, String? webUserId, String? userName, String? baseReport, String? description, String? category, String? html, String? customReportCssIds, String? customReportCssDescriptions, String? customReportCssRules, String? customReportGlobalCssRules, bool? active, bool? inactive, String? assignTo, String? dateStamp, String? auditNote, String? recordTitle, List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields, List<FwStandardDataFwCustomValue>? custom, List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue>? translation}) FwStandardModulesAdministratorCustomReportLayoutCustomReportLayoutLogic

Available on FwStandardModulesAdministratorCustomReportLayoutCustomReportLayoutLogic, provided by the $FwStandardModulesAdministratorCustomReportLayoutCustomReportLayoutLogicExtension extension

copyWithWrapped({Wrapped<String?>? customReportLayoutId, Wrapped<String?>? webUserId, Wrapped<String?>? userName, Wrapped<String?>? baseReport, Wrapped<String?>? description, Wrapped<String?>? category, Wrapped<String?>? html, Wrapped<String?>? customReportCssIds, Wrapped<String?>? customReportCssDescriptions, Wrapped<String?>? customReportCssRules, Wrapped<String?>? customReportGlobalCssRules, Wrapped<bool?>? active, Wrapped<bool?>? inactive, Wrapped<String?>? assignTo, Wrapped<String?>? dateStamp, Wrapped<String?>? auditNote, Wrapped<String?>? recordTitle, Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>? fields, Wrapped<List<FwStandardDataFwCustomValue>?>? custom, Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes, Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation}) FwStandardModulesAdministratorCustomReportLayoutCustomReportLayoutLogic

Available on FwStandardModulesAdministratorCustomReportLayoutCustomReportLayoutLogic, provided by the $FwStandardModulesAdministratorCustomReportLayoutCustomReportLayoutLogicExtension extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(dynamic other) bool
The equality operator.
override