@Portable @Entity public class PolicyBean extends Object implements Serializable
| Constructor and Description |
|---|
PolicyBean()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getConfiguration() |
String |
getCreatedBy() |
Date |
getCreatedOn() |
PolicyDefinitionBean |
getDefinition() |
String |
getDescription() |
String |
getEntityId() |
String |
getEntityVersion() |
Long |
getId() |
String |
getModifiedBy() |
Date |
getModifiedOn() |
String |
getName() |
int |
getOrderIndex() |
String |
getOrganizationId() |
PolicyType |
getType() |
int |
hashCode() |
void |
setConfiguration(String configuration) |
void |
setCreatedBy(String createdBy) |
void |
setCreatedOn(Date createdOn) |
void |
setDefinition(PolicyDefinitionBean definition) |
void |
setDescription(String description) |
void |
setEntityId(String entityId) |
void |
setEntityVersion(String entityVersion) |
void |
setId(Long id) |
void |
setModifiedBy(String modifiedBy) |
void |
setModifiedOn(Date modifiedOn) |
void |
setName(String name) |
void |
setOrderIndex(int orderIndex) |
void |
setOrganizationId(String organizationId) |
void |
setType(PolicyType type) |
public Long getId()
public void setId(Long id)
id - the id to setpublic String getCreatedBy()
public void setCreatedBy(String createdBy)
createdBy - the createdBy to setpublic Date getCreatedOn()
public void setCreatedOn(Date createdOn)
createdOn - the createdOn to setpublic PolicyType getType()
public void setType(PolicyType type)
type - the type to setpublic String getOrganizationId()
public void setOrganizationId(String organizationId)
organizationId - the organizationId to setpublic String getEntityId()
public void setEntityId(String entityId)
entityId - the entityId to setpublic String getConfiguration()
public void setConfiguration(String configuration)
configuration - the configuration to setpublic String getModifiedBy()
public void setModifiedBy(String modifiedBy)
modifiedBy - the modifiedBy to setpublic Date getModifiedOn()
public void setModifiedOn(Date modifiedOn)
modifiedOn - the modifiedOn to setpublic String getEntityVersion()
public void setEntityVersion(String entityVersion)
entityVersion - the entityVersion to setpublic String getName()
public void setName(String name)
name - the name to setpublic PolicyDefinitionBean getDefinition()
public void setDefinition(PolicyDefinitionBean definition)
definition - the definition to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic int getOrderIndex()
public void setOrderIndex(int orderIndex)
orderIndex - the orderIndex 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.