public class SecurityEntityImpl extends Object implements SecurityEntity
| Constructor and Description |
|---|
SecurityEntityImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Check if this object is equal to another
|
Object |
getId()
Get the Id of the SecurityEntity.
|
String |
getName()
Get the Name of the SecurityEntity.
|
int |
hashCode()
Calculate a hash code for this object
|
void |
setId(Object id)
Sets the Id of the SecurityEntity.
|
void |
setName(String name)
Pass in the name for this entity.
|
String |
toString() |
public Object getId()
SecurityEntitygetId in interface SecurityEntitypublic void setId(Object id)
SecurityEntitysetId in interface SecurityEntityid - public String getName()
SecurityEntitygetName in interface SecurityEntitypublic void setName(String name)
setName in interface SecurityEntityname - public boolean equals(Object o)
equals in class ObjectObject.equals(java.lang.Object)public int hashCode()
hashCode in class ObjectObject.hashCode()Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.