public abstract class AbstractPolicyTO extends AbstractBaseBean
| Constructor and Description |
|---|
AbstractPolicyTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
long |
getId() |
PolicyType |
getType() |
List<String> |
getUsedByResources() |
List<Long> |
getUsedByRoles() |
void |
setDescription(String description) |
void |
setId(long id) |
void |
setType(PolicyType type) |
equals, hashCode, toStringpublic long getId()
public void setId(long id)
public String getDescription()
public void setDescription(String description)
public PolicyType getType()
public void setType(PolicyType type)
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.