Class PrivilegeInfo
- java.lang.Object
-
- org.neotropic.kuwaiba.northbound.ws.model.application.PrivilegeInfo
-
- All Implemented Interfaces:
Serializable
public class PrivilegeInfo extends Object implements Serializable
Wrapper for entity class Privilege.- Author:
- Adrian Fernando Martinez Molina <adrian.martinez@kuwaiba.org>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PrivilegeInfo()
PrivilegeInfo(Privilege privilege)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAccessLevel()
String
getFeatureToken()
void
setAccessLevel(int accessLevel)
void
setFeatureToken(String featureToken)
-
-
-
Constructor Detail
-
PrivilegeInfo
public PrivilegeInfo()
-
PrivilegeInfo
public PrivilegeInfo(Privilege privilege)
-
-