public class Role extends Object
Constructor and Description |
---|
Role() |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
String |
getName() |
String |
getResourceType() |
boolean |
isGlobal() |
void |
setGlobal(boolean isGlobal)
Sets the Responsibility as global
|
void |
setId(String id) |
void |
setName(String name) |
void |
setResourceType(String resourceType) |
public String getId()
public void setId(String id)
public String getResourceType()
public void setResourceType(String resourceType)
public String getName()
public void setName(String name)
public boolean isGlobal()
true
if the Responsibility is globalpublic void setGlobal(boolean isGlobal)
isGlobal
- - true
if this Responsibility must be globalCopyright © 2010–2019. All rights reserved.