Class DataSinkDef

java.lang.Object
com.onenetwork.platform.common.exchangeframework.DataSinkDef

public class DataSinkDef
extends java.lang.Object
One node of a DataSinkDef tree that defines data to be read from a Flat File.
  • Constructor Summary

    Constructors 
    Constructor Description
    DataSinkDef()  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<DataSinkDef> getChildren()
    Get this DataSinkDef's children.
    java.util.List<java.lang.String> getFields()
    Get the list of fields that makeup this DataSinkDef.
    java.lang.String getName()
    Return this DataSinkDef's unique name.
    void setChildren​(java.util.List<DataSinkDef> children)
    Set this DataSinkDef's children.
    void setFields​(java.util.List<java.lang.String> fields)
    Set the list of fields that makeup this DataSinkDef.
    void setName​(java.lang.String name)
    Set a name that uniquely identifies this DataSinkDef.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getName

      public java.lang.String getName()
      Return this DataSinkDef's unique name.
    • setName

      public void setName​(java.lang.String name)
      Set a name that uniquely identifies this DataSinkDef.
      Parameters:
      name -
    • getFields

      public java.util.List<java.lang.String> getFields()
      Get the list of fields that makeup this DataSinkDef.
    • setFields

      public void setFields​(java.util.List<java.lang.String> fields)
      Set the list of fields that makeup this DataSinkDef.
      Parameters:
      fields -
    • getChildren

      public java.util.List<DataSinkDef> getChildren()
      Get this DataSinkDef's children.
    • setChildren

      public void setChildren​(java.util.List<DataSinkDef> children)
      Set this DataSinkDef's children.