public class AuthenticationObjectTO extends Object
| Constructor and Description |
|---|
AuthenticationObjectTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthenticationMethodId() |
String |
getAuthenticationType() |
String |
getAuthenticationVersion() |
String |
getExplanation() |
String |
getName() |
void |
setAuthenticationMethodId(String authenticationMethodId) |
void |
setAuthenticationType(String authenticationType) |
void |
setAuthenticationVersion(String authenticationVersion) |
void |
setExplanation(String explanation) |
void |
setName(String name) |
public String getAuthenticationType()
public void setAuthenticationType(String authenticationType)
public String getAuthenticationVersion()
public void setAuthenticationVersion(String authenticationVersion)
public String getAuthenticationMethodId()
public void setAuthenticationMethodId(String authenticationMethodId)
public String getName()
public void setName(String name)
public String getExplanation()
public void setExplanation(String explanation)
Copyright © 2020. All rights reserved.