Package org.apache.syncope.common.lib.to
Class PrivilegeTO
- java.lang.Object
-
- org.apache.syncope.common.lib.to.PrivilegeTO
-
- All Implemented Interfaces:
Serializable
,BaseBean
,EntityTO
public class PrivilegeTO extends Object implements EntityTO
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PrivilegeTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getApplication()
String
getDescription()
String
getKey()
String
getSpec()
void
setApplication(String application)
void
setDescription(String description)
void
setKey(String key)
void
setSpec(String specification)
-
-
-
Method Detail
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getApplication
public String getApplication()
-
setApplication
public void setApplication(String application)
-
getSpec
public String getSpec()
-
setSpec
public void setSpec(String specification)
-
-