public class AutomaticRenderView extends Object implements Comparable<AutomaticRenderView>
ThreeDService
. An AutomaticRenderView
references
the RenderView
through its name.Modifier and Type | Field and Description |
---|---|
protected Boolean |
enabled |
protected String |
name |
protected Integer |
order |
Constructor and Description |
---|
AutomaticRenderView() |
AutomaticRenderView(AutomaticRenderView other) |
Modifier and Type | Method and 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) |
public AutomaticRenderView(AutomaticRenderView other)
public AutomaticRenderView()
public boolean isEnabled()
public void setEnabled(boolean enabled)
public int compareTo(AutomaticRenderView o)
compareTo
in interface Comparable<AutomaticRenderView>
public void merge(AutomaticRenderView src)
Copyright © 2018 Nuxeo. All rights reserved.