Klasse NotificationEndpoint

java.lang.Object
de.dlr.proseo.model.NotificationEndpoint

@Embeddable public class NotificationEndpoint extends Object
The endpoint to send order completion notifications to
Autor:
Dr. Thomas Bassler
  • Konstruktordetails

    • NotificationEndpoint

      public NotificationEndpoint()
  • Methodendetails

    • getUri

      public String getUri()
      Gets the notification endpoint URI
      Gibt zurück:
      the URI
    • setUri

      public void setUri(String uri)
      Sets the notification endpoint URI
      Parameter:
      uri - the URI to set
    • getUsername

      public String getUsername()
      Gets the username
      Gibt zurück:
      the username
    • setUsername

      public void setUsername(String username)
      Sets the username
      Parameter:
      username - the username to set
    • getPassword

      public String getPassword()
      Gets the password (as stored, i. e. encrypted, if it was stored encrypted, clear text otherwise)
      Gibt zurück:
      the password
    • setPassword

      public void setPassword(String password)
      Sets the password; the password is not further encrypted, so only a (two-way) encrypted password should be provided.
      Parameter:
      password - the (encrypted) password to set
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • equals

      public boolean equals(Object obj)
      Setzt außer Kraft:
      equals in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object