Class Role
- java.lang.Object
-
- com.woorea.openstack.keystone.model.Role
-
- All Implemented Interfaces:
Serializable
public class Role extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Role()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetEnabled()StringgetId()StringgetName()voidsetDescription(String description)voidsetEnabled(String enabled)voidsetName(String name)
-
-
-
Method Detail
-
getId
public String getId()
- Returns:
- the id
-
getName
public String getName()
- Returns:
- the name
-
setName
public void setName(String name)
- Parameters:
name- the name to set
-
getDescription
public String getDescription()
- Returns:
- the description
-
setDescription
public void setDescription(String description)
- Parameters:
description- the description to set
-
getEnabled
public String getEnabled()
- Returns:
- the enabled
-
setEnabled
public void setEnabled(String enabled)
- Parameters:
enabled- the enabled to set
-
-