public class PermissionMapperDescriptor extends Object
Constructor and Description |
---|
PermissionMapperDescriptor() |
Modifier and Type | Method and Description |
---|---|
String |
getCreateAnnotationValue() |
String |
getDeleteAnnotationValue() |
String |
getReadAnnotationValue() |
String |
getUpdateAnnotationValue() |
void |
setCreateAnnotationValue(String createAnnotationValue) |
void |
setDeleteAnnotationValue(String deleteAnnotationValue) |
void |
setReadAnnotationValue(String readAnnotationValue) |
void |
setUpdateAnnotationValue(String updateAnnotationValue) |
public String getReadAnnotationValue()
public void setReadAnnotationValue(String readAnnotationValue)
public String getCreateAnnotationValue()
public void setCreateAnnotationValue(String createAnnotationValue)
public String getUpdateAnnotationValue()
public void setUpdateAnnotationValue(String updateAnnotationValue)
public String getDeleteAnnotationValue()
public void setDeleteAnnotationValue(String deleteAnnotationValue)
Copyright © 2015 Nuxeo SA. All rights reserved.