public class limitparams
extends java.lang.Object
Constructor and Description |
---|
limitparams() |
limitparams(guidodate startDate,
guidodate endDate,
int lowPitch,
int highPitch) |
Modifier and Type | Method and Description |
---|---|
guidodate |
getEndDate() |
int |
getHighPitch() |
int |
getLowPitch() |
guidodate |
getStartDate() |
protected static void |
Init()
Internal jni initialization method.
|
void |
setEndDate(guidodate endDate) |
void |
setHighPitch(int highPitch) |
void |
setLowPitch(int lowPitch) |
void |
setStartDate(guidodate startDate) |
protected static void Init()
public guidodate getStartDate()
public void setStartDate(guidodate startDate)
public guidodate getEndDate()
public void setEndDate(guidodate endDate)
public int getLowPitch()
public void setLowPitch(int lowPitch)
public int getHighPitch()
public void setHighPitch(int highPitch)