Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.annotations.descriptors
Class PermissionMapperDescriptor

java.lang.Object
  extended by org.nuxeo.ecm.platform.annotations.descriptors.PermissionMapperDescriptor

public class PermissionMapperDescriptor
extends Object

Author:
Alexandre Russel

Constructor Summary
PermissionMapperDescriptor()
           
 
Method Summary
 String getCreateAnnotationValue()
           
 String getDeleteAnnotationValue()
           
 String getReadAnnotationValue()
           
 String getUpdateAnnotationValue()
           
 void setCreateAnnotationValue(String createAnnotationValue)
           
 void setDeleteAnnotationValue(String deleteAnnotationValue)
           
 void setReadAnnotationValue(String readAnnotationValue)
           
 void setUpdateAnnotationValue(String updateAnnotationValue)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PermissionMapperDescriptor

public PermissionMapperDescriptor()
Method Detail

getReadAnnotationValue

public String getReadAnnotationValue()

setReadAnnotationValue

public void setReadAnnotationValue(String readAnnotationValue)

getCreateAnnotationValue

public String getCreateAnnotationValue()

setCreateAnnotationValue

public void setCreateAnnotationValue(String createAnnotationValue)

getUpdateAnnotationValue

public String getUpdateAnnotationValue()

setUpdateAnnotationValue

public void setUpdateAnnotationValue(String updateAnnotationValue)

getDeleteAnnotationValue

public String getDeleteAnnotationValue()

setDeleteAnnotationValue

public void setDeleteAnnotationValue(String deleteAnnotationValue)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.