Package de.dlr.proseo.model
Class NotificationEndpoint
java.lang.Object
de.dlr.proseo.model.NotificationEndpoint
The endpoint to send order completion notifications to
- Author:
- Dr. Thomas Bassler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the password (as stored, i. e. encrypted, if it was stored encrypted, clear text otherwise)getUri()Gets the notification endpoint URIGets the usernameinthashCode()voidsetPassword(String password) Sets the password; the password is not further encrypted, so only a (two-way) encrypted password should be provided.voidSets the notification endpoint URIvoidsetUsername(String username) Sets the usernametoString()
-
Constructor Details
-
NotificationEndpoint
public NotificationEndpoint()
-
-
Method Details
-
getUri
Gets the notification endpoint URI- Returns:
- the URI
-
setUri
Sets the notification endpoint URI- Parameters:
uri- the URI to set
-
getUsername
Gets the username- Returns:
- the username
-
setUsername
Sets the username- Parameters:
username- the username to set
-
getPassword
Gets the password (as stored, i. e. encrypted, if it was stored encrypted, clear text otherwise)- Returns:
- the password
-
setPassword
Sets the password; the password is not further encrypted, so only a (two-way) encrypted password should be provided.- Parameters:
password- the (encrypted) password to set
-
hashCode
public int hashCode() -
equals
-
toString
-