Package de.dlr.proseo.model
Klasse NotificationEndpoint
java.lang.Object
de.dlr.proseo.model.NotificationEndpoint
The endpoint to send order completion notifications to
- Autor:
- Dr. Thomas Bassler
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
Gets the password (as stored, i. e. encrypted, if it was stored encrypted, clear text otherwise)getUri()
Gets the notification endpoint URIGets the usernameint
hashCode()
void
setPassword
(String password) Sets the password; the password is not further encrypted, so only a (two-way) encrypted password should be provided.void
Sets the notification endpoint URIvoid
setUsername
(String username) Sets the usernametoString()
-
Konstruktordetails
-
NotificationEndpoint
public NotificationEndpoint()
-
-
Methodendetails
-
getUri
Gets the notification endpoint URI- Gibt zurück:
- the URI
-
setUri
Sets the notification endpoint URI- Parameter:
uri
- the URI to set
-
getUsername
Gets the username- Gibt zurück:
- the username
-
setUsername
Sets the username- Parameter:
username
- the username to set
-
getPassword
Gets the password (as stored, i. e. encrypted, if it was stored encrypted, clear text otherwise)- Gibt zurück:
- the password
-
setPassword
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() -
equals
-
toString
-