Class TimeZoneObjectDescription

    • Constructor Detail

      • TimeZoneObjectDescription

        public TimeZoneObjectDescription()
    • Method Detail

      • createObject

        public Object createObject()
        Description copied from interface: ObjectDescription
        Creates an object based on the description.
        Returns:
        The object.
      • setParameterFromObject

        public void setParameterFromObject​(Object o)
                                    throws ObjectFactoryException
        Description copied from interface: ObjectDescription
        Sets the parameters of this description object to match the supplied object.
        Parameters:
        o - the object.
        Throws:
        ObjectFactoryException - if there is a problem while reading the properties of the given object.