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