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
. AnAutomaticRenderView
references theRenderView
through 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 int
compareTo(AutomaticRenderView o)
String
getId()
String
getName()
Integer
getOrder()
boolean
isEnabled()
void
merge(AutomaticRenderView src)
void
setEnabled(boolean enabled)
void
setName(String name)
void
setOrder(Integer order)
-
-
-
Constructor Detail
-
AutomaticRenderView
public AutomaticRenderView(AutomaticRenderView other)
-
AutomaticRenderView
public AutomaticRenderView()
-
-
Method Detail
-
getOrder
public Integer getOrder()
-
setOrder
public void setOrder(Integer order)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getId
public String getId()
-
isEnabled
public boolean isEnabled()
-
setEnabled
public void setEnabled(boolean enabled)
-
compareTo
public int compareTo(AutomaticRenderView o)
- Specified by:
compareTo
in interfaceComparable<AutomaticRenderView>
-
merge
public void merge(AutomaticRenderView src)
-
-