Пример #1
0
  public Object clone() {
    LineInfo lineInfo =
        new LineInfo(
            this.fileId,
            this.inputStartLine,
            this.repeatCount,
            this.outputStartLine,
            this.outputLineIncrement);

    lineInfo.setFileInfo(this.fileInfo);
    return lineInfo;
  }