Interface PropertyEntity

    • Method Detail

      • getName

        java.lang.String getName()
      • setName

        void setName​(java.lang.String name)
      • getValue

        java.lang.String getValue()
      • setValue

        void setValue​(java.lang.String value)
      • getId

        java.lang.String getId()
        Specified by:
        getId in interface Entity
      • getPersistentState

        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