Class ReservoirCouplingExporter.ScheduleEntry
java.lang.Object
neqsim.process.fielddevelopment.reservoir.ReservoirCouplingExporter.ScheduleEntry
- All Implemented Interfaces:
Serializable
- Enclosing class:
ReservoirCouplingExporter
Schedule keyword entry.
- Version:
- 1.0
- Author:
- ESOL
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionScheduleEntry(Date date, String keyword, String content) Creates a new schedule entry. -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
date
-
keyword
-
-
-
Constructor Details
-
ScheduleEntry
-
-
Method Details
-
getDate
Get date. -
getKeyword
Get keyword. -
getContent
Get content.
-