Class Reference

    • Constructor Detail

      • Reference

        public Reference()
    • Method Detail

      • getComments

        public String getComments()
      • getDate

        public Date getDate()
      • getFrom

        public User getFrom()
      • getNetwork

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

        public User getTo()
      • setComments

        public void setComments​(String comments)
      • setDate

        public void setDate​(Date date)
      • setFrom

        public void setFrom​(User from)
      • setTo

        public void setTo​(User to)