Class DynamicEntityImpl.PropertyWrapper

    • Constructor Detail

      • PropertyWrapper

        public PropertyWrapper()
        Instantiates a new property wrapper.
      • PropertyWrapper

        public PropertyWrapper​(Object value)
        Instantiates a new property wrapper.
        Parameters:
        value - the value
    • Method Detail

      • getValue

        public Object getValue()
        Gets the value.
        Returns:
        the value
      • setValue

        public void setValue​(Object value)
        Sets the value.
        Parameters:
        value - the new value
      • isSet

        public boolean isSet()
        Checks if is sets the.
        Returns:
        true, if is sets the
      • isSet

        public void isSet​(boolean isSet)
        Checks if is set.
        Parameters:
        isSet - the is set