@Entity public class AuthenticationMethodEntity extends Object
| Constructor and Description |
|---|
AuthenticationMethodEntity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
Long |
getId() |
org.eurekaclinical.eureka.client.comm.authentication.AuthenticationMethod |
getName() |
void |
setDescription(String description) |
void |
setId(Long id) |
void |
setName(org.eurekaclinical.eureka.client.comm.authentication.AuthenticationMethod name) |
org.eurekaclinical.eureka.client.comm.AuthenticationMethod |
toAuthenticationMethod() |
String |
toString() |
public Long getId()
public void setId(Long id)
public org.eurekaclinical.eureka.client.comm.authentication.AuthenticationMethod getName()
public void setName(org.eurekaclinical.eureka.client.comm.authentication.AuthenticationMethod name)
public String getDescription()
public void setDescription(String description)
public org.eurekaclinical.eureka.client.comm.AuthenticationMethod toAuthenticationMethod()
Copyright © 2012–2016 Emory University. All rights reserved.