Package de.pisa.psa.rst.obj
Class PsaRstApiObjBas.IsoDate
java.lang.Object
de.pisa.psa.rst.obj.PsaRstApiObjBas.IsoDate
- Enclosing class:
- PsaRstApiObjBas
ISO date controller class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionde.pisa.psa.ifc.TriSta
getUse()
get if dates should always be formated as ISO dateboolean
get if the timezone should be added to the ISO datesetTimezone
(boolean timezone) set if the timezone should be added to the ISO datesetUse
(de.pisa.psa.ifc.TriSta use) set if dates should always be formated as ISO date
-
Constructor Details
-
IsoDate
public IsoDate()Constructor
-
-
Method Details
-
setUse
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
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
-