public class Role
extends java.lang.Object
| Constructor and Description |
|---|
Role() |
| Modifier and Type | Method and Description |
|---|---|
int |
getId()
Gets the ID of the role.
|
java.lang.String |
getName()
Gets the name of the role.
|
void |
setId(int id)
Sets the ID of the role.
|
void |
setName(java.lang.String name)
Sets the name of the role.
|
public int getId()
public void setId(int id)
Do not use this method. The ID will be set by Silk Central when an object is loaded from the database.
id - unique ID of the object is set by the databasepublic java.lang.String getName()
public void setName(java.lang.String name)
name - Copyright © Micro Focus 2004-2019. All rights reserved.