Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.publisher.descriptors
Class PublicationTreeConfigDescriptor

java.lang.Object
  extended by org.nuxeo.ecm.platform.publisher.descriptors.PublicationTreeConfigDescriptor
All Implemented Interfaces:
Serializable

public class PublicationTreeConfigDescriptor
extends Object
implements Serializable

Descriptor for a PublicationTree configuration.

Author:
tiry
See Also:
Serialized Form

Constructor Summary
PublicationTreeConfigDescriptor()
           
PublicationTreeConfigDescriptor(PublicationTreeConfigDescriptor other)
           
 
Method Summary
 String getFactory()
           
 String getName()
           
 Map<String,String> getParameters()
           
 String getTitle()
           
 String getTree()
           
 String getValidatorsRule()
           
 boolean islocalSectionTree()
           
 void setFactory(String factory)
           
 void setName(String name)
           
 void setParameters(Map<String,String> parameters)
           
 void setTree(String tree)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PublicationTreeConfigDescriptor

public PublicationTreeConfigDescriptor()

PublicationTreeConfigDescriptor

public PublicationTreeConfigDescriptor(PublicationTreeConfigDescriptor other)
Method Detail

getName

public String getName()

setName

public void setName(String name)

getTree

public String getTree()

setTree

public void setTree(String tree)

getValidatorsRule

public String getValidatorsRule()

getFactory

public String getFactory()

setFactory

public void setFactory(String factory)

islocalSectionTree

public boolean islocalSectionTree()

getParameters

public Map<String,String> getParameters()

setParameters

public void setParameters(Map<String,String> parameters)

getTitle

public String getTitle()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.