public interface SecurityEntity extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Object |
getId()
Get the Id of the SecurityEntity.
|
String |
getName()
Get the Name of the SecurityEntity.
|
void |
setId(Object id)
Sets the Id of the SecurityEntity.
|
void |
setName(String name)
Sets the Name of the SecurityEntity.
|
String getName()
void setName(String name)
name - Name of the SecurityEntity.Object getId()
void setId(Object id)
id - The new Id of the SecurityEntityCopyright © 2011–2019 The Apache Software Foundation. All rights reserved.