public class EisBackendPrincipal extends Object implements Serializable
| Constructor and Description |
|---|
EisBackendPrincipal()
Default constructor
|
EisBackendPrincipal(String userName,
String password)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object backendPrincipal)
Overloaded method from "Object" class
Checks the equality.
|
String |
getPassword()
Getter method for Password property
|
String |
getUserName()
Getter method for UserName property
|
int |
hashCode()
Overloaded method from "Object" class
Generates the hashcode
|
void |
setPassword(String password)
Setter method for password property
|
void |
setUserName(String userName)
Setter method for UserName property
|
public void setUserName(String userName)
userName - UserNamepublic void setPassword(String password)
password - Passwordpublic String getUserName()
public String getPassword()
public boolean equals(Object backendPrincipal)
Copyright © 2019. All rights reserved.