Class ReservoirCouplingExporter.ScheduleEntry

java.lang.Object
neqsim.process.fielddevelopment.reservoir.ReservoirCouplingExporter.ScheduleEntry
All Implemented Interfaces:
Serializable
Enclosing class:
ReservoirCouplingExporter

public static class ReservoirCouplingExporter.ScheduleEntry extends Object implements Serializable
Schedule keyword entry.
Version:
1.0
Author:
ESOL
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • date

      private Date date
    • keyword

      private String keyword
    • content

      private String content
  • Constructor Details

    • ScheduleEntry

      public ScheduleEntry(Date date, String keyword, String content)
      Creates a new schedule entry.
      Parameters:
      date - schedule date
      keyword - Eclipse keyword
      content - keyword content
  • Method Details

    • getDate

      public Date getDate()
      Get date.
    • getKeyword

      public String getKeyword()
      Get keyword.
    • getContent

      public String getContent()
      Get content.