Class Property


  • @Entity
    public class Property
    extends TimedRow
    • Constructor Detail

      • Property

        public Property​(Database database)
      • Property

        public Property​(Database database,
                        Entity entity,
                        java.lang.String name)
    • Method Detail

      • getName

        public java.lang.String getName()
      • getPropertyId

        public int getPropertyId()
      • getValue

        public byte[] getValue()
      • setValue

        public void setValue​(byte[] value)
                      throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object