@Entity public class RoleBean extends Object implements Serializable
| Constructor and Description |
|---|
RoleBean()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Boolean |
getAutoGrant() |
String |
getCreatedBy() |
Date |
getCreatedOn() |
String |
getDescription() |
String |
getId() |
String |
getName() |
Set<PermissionType> |
getPermissions() |
int |
hashCode() |
void |
setAutoGrant(Boolean autoGrant) |
void |
setCreatedBy(String createdBy) |
void |
setCreatedOn(Date createdOn) |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setName(String name) |
void |
setPermissions(Set<PermissionType> permissions) |
String |
toString() |
public String getId()
public void setId(String id)
id - the id to setpublic String getName()
public void setName(String name)
name - the name to setpublic Set<PermissionType> getPermissions()
public void setPermissions(Set<PermissionType> permissions)
permissions - the permissions to setpublic int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public String getDescription()
public void setDescription(String description)
description - the description 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 Boolean getAutoGrant()
public void setAutoGrant(Boolean autoGrant)
autoGrant - the autoGrant to setCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.