Class AutomaticRenderView
- java.lang.Object
-
- org.nuxeo.ecm.platform.threed.service.AutomaticRenderView
-
- All Implemented Interfaces:
Comparable<AutomaticRenderView>
public class AutomaticRenderView extends Object implements Comparable<AutomaticRenderView>
Object representing an automatic render view on theThreeDService. AnAutomaticRenderViewreferences theRenderViewthrough its name.- Since:
- 8.4
-
-
Constructor Summary
Constructors Constructor Description AutomaticRenderView()AutomaticRenderView(AutomaticRenderView other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(AutomaticRenderView o)StringgetId()StringgetName()IntegergetOrder()booleanisEnabled()voidmerge(AutomaticRenderView src)voidsetEnabled(boolean enabled)voidsetName(String name)voidsetOrder(Integer order)
-
-
-
Constructor Detail
-
AutomaticRenderView
public AutomaticRenderView(AutomaticRenderView other)
-
AutomaticRenderView
public AutomaticRenderView()
-
-
Method Detail
-
isEnabled
public boolean isEnabled()
-
setEnabled
public void setEnabled(boolean enabled)
-
compareTo
public int compareTo(AutomaticRenderView o)
- Specified by:
compareToin interfaceComparable<AutomaticRenderView>
-
merge
public void merge(AutomaticRenderView src)
-
-