Package de.pisa.psa.rst.obj
Class PsaRstApiObjBas.IsoDate
- java.lang.Object
-
- de.pisa.psa.rst.obj.PsaRstApiObjBas.IsoDate
-
- Enclosing class:
- PsaRstApiObjBas
public static class PsaRstApiObjBas.IsoDate extends java.lang.Object
ISO date controller class
-
-
Constructor Summary
Constructors Constructor Description IsoDate()
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description de.pisa.psa.ifc.TriSta
getUse()
get if dates should always be formated as ISO dateboolean
isTimezone()
get if the timezone should be added to the ISO datePsaRstApiObjBas.IsoDate
setTimezone(boolean timezone)
set if the timezone should be added to the ISO datePsaRstApiObjBas.IsoDate
setUse(de.pisa.psa.ifc.TriSta use)
set if dates should always be formated as ISO date
-
-
-
Method Detail
-
setUse
public PsaRstApiObjBas.IsoDate setUse(de.pisa.psa.ifc.TriSta use)
set if dates should always be formated as ISO date- Parameters:
use
- use ISO date- Returns:
- this
-
getUse
public de.pisa.psa.ifc.TriSta getUse()
get if dates should always be formated as ISO date- Returns:
- use ISO date
-
setTimezone
public PsaRstApiObjBas.IsoDate setTimezone(boolean timezone)
set if the timezone should be added to the ISO date- Parameters:
timezone
- add timezone- Returns:
- this
-
isTimezone
public boolean isTimezone()
get if the timezone should be added to the ISO date- Returns:
- add timezone
-
-