WebApiModulesHomeControlsManifestManifest class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
-
WebApiModulesHomeControlsManifestManifest({String? manifestId, String? manifestNumber, String? manifestDate, String? contractType, String? departmentId, String? department, String? locationId, String? location, String? locationCode, String? nameFirstMiddleLast, String? transferId, String? transferNumber, String? transferDescription, bool? hasVoid, bool? rental, bool? sales, bool? exchange, String? manifestTime, String? warehouseId, String? warehouse, String? warehouseCode, bool? fixedAssetTransferOwnership, String? auditNote, String? recordTitle, List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, List<FwStandardDataFwCustomValue> ? custom, List<FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue> ? translation}) -
WebApiModulesHomeControlsManifestManifest.fromJson(Map<
String, dynamic> json) -
factory
Properties
- auditNote → String?
-
final
- contractType → String?
-
final
-
custom
→ List<
FwStandardDataFwCustomValue> ? -
final
-
defaultFieldAttributes
→ List<
FwStandardDataFwDefaultAttribute> ? -
final
- department → String?
-
final
- departmentId → String?
-
final
- exchange → bool?
-
final
-
fields
→ List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? -
final
- fixedAssetTransferOwnership → bool?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- hasVoid → bool?
-
final
- location → String?
-
final
- locationCode → String?
-
final
- locationId → String?
-
final
- manifestDate → String?
-
final
- manifestId → String?
-
final
- manifestNumber → String?
-
final
- manifestTime → String?
-
final
- nameFirstMiddleLast → String?
-
final
- recordTitle → String?
-
final
- rental → bool?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sales → bool?
-
final
- transferDescription → String?
-
final
- transferId → String?
-
final
- transferNumber → String?
-
final
-
translation
→ List<
FwStandardDataFwTranslatedValue> ? -
final
- warehouse → String?
-
final
- warehouseCode → String?
-
final
- warehouseId → String?
-
final
Methods
-
copyWith(
{String? manifestId, String? manifestNumber, String? manifestDate, String? contractType, String? departmentId, String? department, String? locationId, String? location, String? locationCode, String? nameFirstMiddleLast, String? transferId, String? transferNumber, String? transferDescription, bool? hasVoid, bool? rental, bool? sales, bool? exchange, String? manifestTime, String? warehouseId, String? warehouse, String? warehouseCode, bool? fixedAssetTransferOwnership, String? auditNote, String? recordTitle, List< FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, List<FwStandardDataFwCustomValue> ? custom, List<FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue> ? translation}) → WebApiModulesHomeControlsManifestManifest -
Available on WebApiModulesHomeControlsManifestManifest, provided by the $WebApiModulesHomeControlsManifestManifestExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? manifestId, Wrapped<String?> ? manifestNumber, Wrapped<String?> ? manifestDate, Wrapped<String?> ? contractType, Wrapped<String?> ? departmentId, Wrapped<String?> ? department, Wrapped<String?> ? locationId, Wrapped<String?> ? location, Wrapped<String?> ? locationCode, Wrapped<String?> ? nameFirstMiddleLast, Wrapped<String?> ? transferId, Wrapped<String?> ? transferNumber, Wrapped<String?> ? transferDescription, Wrapped<bool?> ? hasVoid, Wrapped<bool?> ? rental, Wrapped<bool?> ? sales, Wrapped<bool?> ? exchange, Wrapped<String?> ? manifestTime, Wrapped<String?> ? warehouseId, Wrapped<String?> ? warehouse, Wrapped<String?> ? warehouseCode, Wrapped<bool?> ? fixedAssetTransferOwnership, Wrapped<String?> ? auditNote, Wrapped<String?> ? recordTitle, Wrapped<List< ? fields, Wrapped<FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ?>List< ? custom, Wrapped<FwStandardDataFwCustomValue> ?>List< ? defaultFieldAttributes, Wrapped<FwStandardDataFwDefaultAttribute> ?>List< ? translation}) → WebApiModulesHomeControlsManifestManifestFwStandardDataFwTranslatedValue> ?> -
Available on WebApiModulesHomeControlsManifestManifest, provided by the $WebApiModulesHomeControlsManifestManifestExtension 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
Constants
-
fromJsonFactory
→ const WebApiModulesHomeControlsManifestManifest Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(WebApiModulesHomeControlsManifestManifest instance)