Class 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 date
      boolean isTimezone()
      get if the timezone should be added to the ISO date
      PsaRstApiObjBas.IsoDate setTimezone​(boolean timezone)
      set if the timezone should be added to the ISO date
      PsaRstApiObjBas.IsoDate setUse​(de.pisa.psa.ifc.TriSta use)
      set if dates should always be formated as ISO date
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IsoDate

        public IsoDate()
        Constructor
    • 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