public class AccessPolicyImpl extends EmbeddedImpl implements AccessPolicy
| Modifier and Type | Field and Description |
|---|---|
protected String |
note |
protected ValueSchema |
policy |
NAMEDESCRIPTION, VERSIONCLASS_PROPERTY, SUPERCLASSES_PROPERTY| Constructor and Description |
|---|
AccessPolicyImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNote() |
ValueSchema |
getPolicy() |
void |
setNote(String note) |
void |
setPolicy(ValueSchema policy) |
protected ValueSchema policy
protected String note
public ValueSchema getPolicy()
getPolicy in interface AccessPolicypublic void setPolicy(ValueSchema policy)
setPolicy in interface AccessPolicypublic String getNote()
getNote in interface AccessPolicypublic void setNote(String note)
setNote in interface AccessPolicyCopyright © 2018. All Rights Reserved.