Class Campaign


  • public class Campaign
    extends Object
    • Method Detail

      • getUuid

        public String getUuid()
      • setUuid

        public void setUuid​(String uuid)
      • getFrom

        public Calendar getFrom()
        Returns:
        the from Calendar date which is not allowed to be null
      • setFrom

        public void setFrom​(Calendar from)
      • getTo

        public Calendar getTo()
        Returns:
        the until Calendar date which IS allowed to be null
      • setTo

        public void setTo​(Calendar to)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object