Class DynamicEntityImpl.PropertyWrapper

  • Enclosing class:
    DynamicEntityImpl

    public static final class DynamicEntityImpl.PropertyWrapper
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PropertyWrapper()
      Instantiates a new property wrapper.
      PropertyWrapper​(java.lang.Object value)
      Instantiates a new property wrapper.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getValue()
      Gets the value.
      boolean isSet()
      Checks if is sets the.
      void isSet​(boolean isSet)
      Checks if is set.
      void setValue​(java.lang.Object value)
      Sets the value.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • PropertyWrapper

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

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

      • getValue

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

        public void setValue​(java.lang.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
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object