Class EclRecordWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.EclRecordWrapper
-
- All Implemented Interfaces:
Serializable
public class EclRecordWrapper extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description HashMap<String,DFURecordDefWrapper>recordsetsstatic StringUNNAMED
-
Constructor Summary
Constructors Constructor Description EclRecordWrapper()Instantiates a new ecl record wrapper.EclRecordWrapper(DFURecordDefWrapper recs)Instantiates a new ecl record wrapper.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddRecordset(DFURecordDefWrapper rec)Adds the recordset.FileFormatgetFileType()Gets the file type.StringgetOriginalEcl()Gets the original ecl.List<String>getParseErrors()Gets the parses the errors.HashMap<String,DFURecordDefWrapper>getRecordsets()Gets the recordsets.voidsetFileType(FileFormat ft)Sets the file type.voidsetOriginalEcl(String originalEcl)Sets the original ecl.voidsetParseErrors(List<String> parseErrors)Sets the parses the errors.voidsetRecordsets(HashMap<String,DFURecordDefWrapper> recordsets)Sets the recordsets.
-
-
-
Field Detail
-
recordsets
public HashMap<String,DFURecordDefWrapper> recordsets
-
UNNAMED
public static String UNNAMED
-
-
Constructor Detail
-
EclRecordWrapper
public EclRecordWrapper()
Instantiates a new ecl record wrapper.
-
EclRecordWrapper
public EclRecordWrapper(DFURecordDefWrapper recs)
Instantiates a new ecl record wrapper.- Parameters:
recs- the recs
-
-
Method Detail
-
getRecordsets
public HashMap<String,DFURecordDefWrapper> getRecordsets()
Gets the recordsets.- Returns:
- the recordsets
-
setRecordsets
public void setRecordsets(HashMap<String,DFURecordDefWrapper> recordsets)
Sets the recordsets.- Parameters:
recordsets- the recordsets
-
addRecordset
public void addRecordset(DFURecordDefWrapper rec)
Adds the recordset.- Parameters:
rec- the rec
-
getOriginalEcl
public String getOriginalEcl()
Gets the original ecl.- Returns:
- the original ecl
-
setOriginalEcl
public void setOriginalEcl(String originalEcl)
Sets the original ecl.- Parameters:
originalEcl- the new original ecl
-
getFileType
public FileFormat getFileType()
Gets the file type.- Returns:
- the file type
-
setFileType
public void setFileType(FileFormat ft)
Sets the file type.- Parameters:
ft- the new file type
-
getParseErrors
public List<String> getParseErrors()
Gets the parses the errors.- Returns:
- the parseErrors
-
-