@Portable @Entity public class PolicyDefinitionBean extends Object implements Serializable
| Constructor and Description |
|---|
PolicyDefinitionBean()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
String |
getIcon() |
String |
getId() |
String |
getName() |
String |
getPolicyImpl() |
Set<PolicyDefinitionTemplateBean> |
getTemplates() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setIcon(String icon) |
void |
setId(String id) |
void |
setName(String name) |
void |
setPolicyImpl(String policyImpl) |
void |
setTemplates(Set<PolicyDefinitionTemplateBean> templates) |
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 setpublic Set<PolicyDefinitionTemplateBean> getTemplates()
public void setTemplates(Set<PolicyDefinitionTemplateBean> templates)
templates - the templates to setpublic int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.