public class LSQMPointUpdate
extends java.lang.Object
| Constructor and Description |
|---|
LSQMPointUpdate(int iEvolutionStartDate,
int iEvolutionFinishDate,
int iViewDate,
LSQMPointRecord lprSnapshot,
LSQMPointRecord lprIncrement)
LSQMPointUpdate Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
evolutionFinishDate()
Retrieve the Evolution Finish Date
|
int |
evolutionStartDate()
Retrieve the Evolution Start Date
|
LSQMPointRecord |
increment()
Retrieve the LSQM Point Increment
|
LSQMPointRecord |
snapshot()
Retrieve the LSQM Point Snapshot
|
int |
viewDate()
Retrieve the View Date
|
public LSQMPointUpdate(int iEvolutionStartDate,
int iEvolutionFinishDate,
int iViewDate,
LSQMPointRecord lprSnapshot,
LSQMPointRecord lprIncrement)
throws java.lang.Exception
iEvolutionStartDate - The Evolution Start DateiEvolutionFinishDate - The Evolution Finish DateiViewDate - The View DatelprSnapshot - The LSQM Point Record SnapshotlprIncrement - The LSQM Point Record Updatejava.lang.Exception - Thrown if the Inputs are invalidpublic int evolutionStartDate()
public int evolutionFinishDate()
public int viewDate()
public LSQMPointRecord snapshot()
public LSQMPointRecord increment()