Class ModelDataFile

java.lang.Object
org.apache.ofbiz.datafile.ModelDataFile

public class ModelDataFile extends Object
ModelDataFile
  • Field Details

  • Constructor Details

    • ModelDataFile

      public ModelDataFile()
  • Method Details

    • getTextDelimiter

      public String getTextDelimiter()
      Gets text delimiter.
      Returns:
      the text delimiter
    • setTextDelimiter

      public void setTextDelimiter(String textDelimiter)
      Sets text delimiter.
      Parameters:
      textDelimiter - the text delimiter
    • getName

      public String getName()
      Gets name.
      Returns:
      the name
    • setName

      public void setName(String name)
      Sets name.
      Parameters:
      name - the name
    • getTypeCode

      public String getTypeCode()
      Gets type code.
      Returns:
      the type code
    • setTypeCode

      public void setTypeCode(String typeCode)
      Sets type code.
      Parameters:
      typeCode - the type code
    • getSender

      public String getSender()
      Gets sender.
      Returns:
      the sender
    • setSender

      public void setSender(String sender)
      Sets sender.
      Parameters:
      sender - the sender
    • getReceiver

      public String getReceiver()
      Gets receiver.
      Returns:
      the receiver
    • setReceiver

      public void setReceiver(String receiver)
      Sets receiver.
      Parameters:
      receiver - the receiver
    • getRecordLength

      public int getRecordLength()
      Gets record length.
      Returns:
      the record length
    • setRecordLength

      public void setRecordLength(int recordLength)
      Sets record length.
      Parameters:
      recordLength - the record length
    • getDelimiter

      public char getDelimiter()
      Gets delimiter.
      Returns:
      the delimiter
    • setDelimiter

      public void setDelimiter(char delimiter)
      Sets delimiter.
      Parameters:
      delimiter - the delimiter
    • getStartLine

      public int getStartLine()
      Gets start line.
      Returns:
      the start line
    • setStartLine

      public void setStartLine(int startLine)
      Sets start line.
      Parameters:
      startLine - the start line
    • getSeparatorStyle

      public String getSeparatorStyle()
      Gets separator style.
      Returns:
      the separator style
    • setSeparatorStyle

      public void setSeparatorStyle(String separatorStyle)
      Sets separator style.
      Parameters:
      separatorStyle - the separator style
    • getDescription

      public String getDescription()
      Gets description.
      Returns:
      the description
    • setDescription

      public void setDescription(String description)
      Sets description.
      Parameters:
      description - the description
    • getEOLType

      public String getEOLType()
      Gets eol type.
      Returns:
      the eol type
    • setEOLType

      public void setEOLType(String eolType)
      Sets eol type.
      Parameters:
      eolType - the eol type
    • getRecords

      public List<ModelRecord> getRecords()
      Gets records.
      Returns:
      the records
    • setRecords

      public void setRecords(List<ModelRecord> records)
      Sets records.
      Parameters:
      records - the records
    • getEncodingType

      public String getEncodingType()
      Gets encoding type.
      Returns:
      the encoding type
    • setEncodingType

      public void setEncodingType(String encodingType)
      Sets encoding type.
      Parameters:
      encodingType - the encoding type