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()
SecurityEntity
getId
in interface SecurityEntity
public void setId(Object id)
SecurityEntity
setId
in interface SecurityEntity
id
- public String getName()
SecurityEntity
getName
in interface SecurityEntity
public void setName(String name)
setName
in interface SecurityEntity
name
- public boolean equals(Object o)
equals
in class Object
Object.equals(java.lang.Object)
public int hashCode()
hashCode
in class Object
Object.hashCode()
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.