public class ApplicationTO extends Object implements EntityTO
Constructor and Description |
---|
ApplicationTO() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getKey() |
List<PrivilegeTO> |
getPrivileges() |
void |
setDescription(String description) |
void |
setKey(String key) |
@PathParam(value="key") public void setKey(String key)
public String getDescription()
public void setDescription(String description)
public List<PrivilegeTO> getPrivileges()
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.