@Portable public class PolicyDefinitionSummaryBean extends Object implements Serializable
| Constructor and Description |
|---|
PolicyDefinitionSummaryBean()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getIcon() |
String |
getId() |
String |
getName() |
String |
getPolicyImpl() |
void |
setDescription(String description) |
void |
setIcon(String icon) |
void |
setId(String id) |
void |
setName(String name) |
void |
setPolicyImpl(String policyImpl) |
public String getId()
public void setId(String id)
id - the id to setpublic String getPolicyImpl()
public void setPolicyImpl(String policyImpl)
policyImpl - the policyImpl to setpublic String getName()
public void setName(String name)
name - the name to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic String getIcon()
public void setIcon(String icon)
icon - the icon to setCopyright © 2014 JBoss, a division of Red Hat. All rights reserved.