Interface PropertyInterface

    • Method Detail

      • getId

        long getId()
        Returns the identifier of this property for hibernate. The return type is long since 4.0M1
        Returns:
        the identifier of this property
      • setId

        void setId​(long id)
        Dummy function to satisfy hibernate requirements.
        Parameters:
        id - the identifier. A long since 4.0M1
      • toFormString

        String toFormString()
      • toXML

        org.dom4j.Element toXML()