Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Goal: Look at the following codes below. Please make a mapping of this code in excel where you list the classes, fields, and map. There
Goal: Look at the following codes below. Please make a mapping of this code in excel where you list the classes, fields, and map. There is an excel example below on how it should be formatted. Do not worry on the StreamSetFeilds column. Just focus on the three tasks at hand which is the object, fields, and map. The map column should be a combination of the field and classes.
File Edit Source Refactor Navigate Search Project Run Window Help Quick Access ColumjaiModulejavaImportSource,java MappingStrategyType..ModulejavaResourcejavaResourceType javaZonejava ZoneColumnMappingja.. 4 //that could be a table, stream, file, or even API 7 publ1c class Column i 8e ublic Column (String name, String dataTyp, boolean doFlowToTarget, boolean isPK, int legnth, Resource columnResource) ( this.name-name: this.datalype datalype 10 this.isPK-isPR: this.legnth - legnth: this.columnResourcecolumnResource: 14 18 private String name private String dataType private boolcan doFlowToTarget: private boolean isPK: private int 1egnth: private Reaource columnResource 21 2 public String getName) 27 return name 29 30 public void setName (String name) i this.name name 32 340 35 public String getDat aType() { return dataIype: 37 38 publie void setDataType (String dataType) 39 this.datalypedataType: Writable Smart Insert 17:5 EclipseWorkspace - Java EE - CAUsersAG05359NDocumentsModule.java - Eclipse File Edit Source Refactor Navigate Search Project Run Window Help Quick Access ColumjavaiModulejavaImportSource,java MappingStrategyType..ModulejavaResourcejavaResourceType javaZonejava ZoneColumnMappingja.. 1 package com.anthem.tap.model: 2 import Java.util.HashMap: 3 public abstract class Module implements ikodule ( private String name: private String orchestrationstepName: private String commandExecutionstring: private boolcan isEnabled: private HashMapeString,String> properties- HashKap 10 12 13 public String getName 14 15 16 17 public void setName (String name) 18 19 20 21 public String getorchestrationSteName t return name this.name = name ; return orchestrationstepiame 23 24 25 public void setorchestrationStepName (String orchestrationStepName) t 26 27 28 29 public boolean isEnabled) 30 31 32 33 public void setEnabled (boolean enabled) 34 35 36 this orchestrationstepkameorchestrationstepName return isEnabled: isEnabled enabled: Writable Smart Insert 15:6 File Edit Source Refactor Navigate Search Project Run Window Help Quick Access Resource java X 4) Zonejava columnjava 4 iModulejaa ImportSource ava 1 package c. anthem. tap.model; MappingStrategyType.. 4 ModuleJava ResourceType ava ZoneColumnMapping ja. g@import java . util . ArrayList; 7 /A resource represents an abstract type of data grouping. A resource could be a table, file. stream, or API 8 //other than a resource name a resource can be identified as propercies 9 public class Resource 10 11 12 public Resource (String name int resourceID, ResourceType resourceType, HashHapStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started