org.gcube.application.aquamaps.ecomodelling.generators.connectors
Class RemoteHspecInputObject

java.lang.Object
  extended by org.gcube.application.aquamaps.ecomodelling.generators.connectors.RemoteHspecInputObject

public class RemoteHspecInputObject
extends java.lang.Object


Nested Class Summary
 class RemoteHspecInputObject.Table
           
 
Field Summary
 java.util.HashMap<java.lang.String,java.lang.String> configuration
           
 java.lang.String environment
           
 java.lang.String generativeModel
           
 RemoteHspecInputObject.Table hcafTableName
           
 RemoteHspecInputObject.Table hspecDestinationTableName
           
 RemoteHspecInputObject.Table hspenTableName
           
 java.lang.String id
           
 boolean is2050
           
 boolean isNativeGeneration
           
 int nWorkers
           
 RemoteHspecInputObject.Table occurrenceCellsTable
           
 java.lang.String remoteOperation
           
 java.util.List<java.lang.String> speciesList
           
 java.lang.String userName
           
 
Constructor Summary
RemoteHspecInputObject()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

userName

public java.lang.String userName

nWorkers

public int nWorkers

id

public java.lang.String id

generativeModel

public java.lang.String generativeModel

environment

public java.lang.String environment

speciesList

public java.util.List<java.lang.String> speciesList

hspenTableName

public RemoteHspecInputObject.Table hspenTableName

hcafTableName

public RemoteHspecInputObject.Table hcafTableName

hspecDestinationTableName

public RemoteHspecInputObject.Table hspecDestinationTableName

occurrenceCellsTable

public RemoteHspecInputObject.Table occurrenceCellsTable

is2050

public boolean is2050

isNativeGeneration

public boolean isNativeGeneration

configuration

public java.util.HashMap<java.lang.String,java.lang.String> configuration

remoteOperation

public java.lang.String remoteOperation
Constructor Detail

RemoteHspecInputObject

public RemoteHspecInputObject()