Class Consent


  • public class Consent
    extends java.lang.Object
    Author:
    klausj
    • Constructor Summary

      Constructors 
      Constructor Description
      Consent()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Date getDate()  
      java.lang.String getText()  
      java.lang.String getTitle()  
      boolean isAccepted()  
      void setAccepted​(boolean accepted)  
      void setDate​(java.util.Date date)  
      void setText​(java.lang.String text)  
      void setTitle​(java.lang.String title)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Consent

        public Consent()
    • Method Detail

      • getTitle

        public java.lang.String getTitle()
      • setTitle

        public void setTitle​(java.lang.String title)
      • getDate

        public java.util.Date getDate()
      • setDate

        public void setDate​(java.util.Date date)
      • getText

        public java.lang.String getText()
      • setText

        public void setText​(java.lang.String text)
      • isAccepted

        public boolean isAccepted()
      • setAccepted

        public void setAccepted​(boolean accepted)