@Portable public class PolicyDefinitionSummaryBean extends Object implements Serializable
| Constructor and Description |
|---|
PolicyDefinitionSummaryBean()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
PolicyFormType |
getFormType() |
String |
getIcon() |
String |
getId() |
String |
getName() |
Long |
getPluginId() |
String |
getPolicyImpl() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setFormType(PolicyFormType formType) |
void |
setIcon(String icon) |
void |
setId(String id) |
void |
setName(String name) |
void |
setPluginId(Long pluginId) |
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 setpublic Long getPluginId()
public void setPluginId(Long pluginId)
pluginId - the pluginId to setpublic PolicyFormType getFormType()
public void setFormType(PolicyFormType formType)
formType - the formType to setpublic int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.