Class PropertyEntityImpl

    • Field Detail

      • name

        protected java.lang.String name
      • value

        protected java.lang.String value
    • Constructor Detail

      • PropertyEntityImpl

        public PropertyEntityImpl()
    • Method Detail

      • setName

        public void setName​(java.lang.String name)
        Specified by:
        setName in interface PropertyEntity
      • setValue

        public void setValue​(java.lang.String value)
        Specified by:
        setValue in interface PropertyEntity
      • getPersistentState

        public java.lang.Object getPersistentState()
        Description copied from interface: Entity
        Returns a representation of the object, as would be stored in the database. Used when deciding if updates have occurred to the object or not since it was last loaded.
        Specified by:
        getPersistentState in interface Entity
        Specified by:
        getPersistentState in interface PropertyEntity
      • toString

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