public class ClientDescriptionDTO extends Object implements Serializable
Constructor and Description |
---|
ClientDescriptionDTO() |
Modifier and Type | Method and Description |
---|---|
String |
getClientId()
|
String |
getDescription()
|
String |
getName()
|
String |
getRedirectUrl()
|
ClientType |
getType()
Getter for the field
type . |
void |
setClientId(String clientId)
|
void |
setDescription(String description)
|
void |
setName(String name)
|
void |
setRedirectUrl(String redirectUrl)
|
void |
setType(ClientType type)
Setter for the field
type . |
public void setRedirectUrl(String redirectUrl)
redirectUrl
- a String
object.public void setDescription(String description)
description
- a String
object.public ClientType getType()
Getter for the field type
.
public void setType(ClientType type)
Setter for the field type
.
type
- the type to setCopyright © 2015 Universitätsmedizin Mainz, Abteilung IMBEI. All rights reserved.