Class AgreementContent

  • All Implemented Interfaces:
    Cloneable, HasNetwork, ProcessableForProxying, IEntity

    @Entity
    public class AgreementContent
    extends NetworkedEntity
    When many users accept the same agreement content the system will make different agreement logs pointing to the same agreement content. This class handles the different agreement contents in the system.
    • Constructor Detail

      • AgreementContent

        public AgreementContent()
    • Method Detail

      • getAgreement

        public Agreement getAgreement()
      • getAgreementVersion

        public Integer getAgreementVersion()
      • getContent

        public String getContent()
      • getNetwork

        public Network getNetwork()
        Description copied from interface: HasNetwork
        Returns the network this entity belongs to
      • setAgreement

        public void setAgreement​(Agreement agreement)
      • setAgreementVersion

        public void setAgreementVersion​(Integer agreementVersion)
      • setContent

        public void setContent​(String content)