Class Password

    • Constructor Detail

      • Password

        public Password()
    • Method Detail

      • getBlockedUntil

        public Date getBlockedUntil()
      • getDate

        public Date getDate()
      • getNetwork

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

        public String getValue()
      • setBlockedUntil

        public void setBlockedUntil​(Date blockedUntil)
      • setDate

        public void setDate​(Date date)
      • setUser

        public void setUser​(BasicUser user)
      • setValue

        public void setValue​(String value)