Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.defaultPermissions
Class DocumentDescriptor

java.lang.Object
  extended by org.nuxeo.ecm.platform.defaultPermissions.DocumentDescriptor

public class DocumentDescriptor
extends Object

Author:
George Lefter

Constructor Summary
DocumentDescriptor()
           
 
Method Summary
 List<PrincipalDescriptor> getPrincipals()
           
 String getType()
           
 void setPrincipals(List<PrincipalDescriptor> principals)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentDescriptor

public DocumentDescriptor()
Method Detail

getPrincipals

public List<PrincipalDescriptor> getPrincipals()

setPrincipals

public void setPrincipals(List<PrincipalDescriptor> principals)

setType

public void setType(String type)

getType

public String getType()

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.