Nuxeo Enterprise Platform 5.4

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

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

public class PermissionMapperDescriptor
extends java.lang.Object

Author:
Alexandre Russel

Constructor Summary
PermissionMapperDescriptor()
           
 
Method Summary
 java.lang.String getCreateAnnotationValue()
           
 java.lang.String getDeleteAnnotationValue()
           
 java.lang.String getReadAnnotationValue()
           
 java.lang.String getUpdateAnnotationValue()
           
 void setCreateAnnotationValue(java.lang.String createAnnotationValue)
           
 void setDeleteAnnotationValue(java.lang.String deleteAnnotationValue)
           
 void setReadAnnotationValue(java.lang.String readAnnotationValue)
           
 void setUpdateAnnotationValue(java.lang.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 java.lang.String getReadAnnotationValue()

setReadAnnotationValue

public void setReadAnnotationValue(java.lang.String readAnnotationValue)

getCreateAnnotationValue

public java.lang.String getCreateAnnotationValue()

setCreateAnnotationValue

public void setCreateAnnotationValue(java.lang.String createAnnotationValue)

getUpdateAnnotationValue

public java.lang.String getUpdateAnnotationValue()

setUpdateAnnotationValue

public void setUpdateAnnotationValue(java.lang.String updateAnnotationValue)

getDeleteAnnotationValue

public java.lang.String getDeleteAnnotationValue()

setDeleteAnnotationValue

public void setDeleteAnnotationValue(java.lang.String deleteAnnotationValue)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.