public class SecurityRoleRef extends Object
Constructor and Description |
---|
SecurityRoleRef() |
SecurityRoleRef(String name,
String link) |
SecurityRoleRef(String name,
String link,
String description) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get the description.
|
String |
getLink()
Get the link.
|
String |
getName()
Get the name.
|
void |
setDescription(String desc)
Set the description.
|
void |
setLink(String l)
Set the link.
|
void |
setName(String n)
Set the name.
|
String |
toString() |
public String getDescription()
public void setDescription(String desc)
public String getLink()
public void setLink(String l)
public String getName()
public void setName(String n)
Copyright © 2017 JBoss by Red Hat. All rights reserved.