Class PropertyEntity

    • Constructor Detail

      • PropertyEntity

        public PropertyEntity()
      • PropertyEntity

        public PropertyEntity​(java.lang.String name,
                              java.lang.String value)
    • Method Detail

      • getName

        public java.lang.String getName()
      • setName

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

        public java.lang.String getValue()
      • setValue

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

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

        public java.lang.Object getPersistentState()
        Description copied from interface: DbEntity
        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 DbEntity
      • setId

        public void setId​(java.lang.String id)
        Specified by:
        setId in interface DbEntity
      • toString

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