public class AutomaticVideoConversion extends Object implements Cloneable, Comparable<AutomaticVideoConversion>
VideoService
.
An AutomaticVideoConversion
references the VideoConversion
through its name.
Constructor and Description |
---|
AutomaticVideoConversion() |
Modifier and Type | Method and Description |
---|---|
AutomaticVideoConversion |
clone() |
int |
compareTo(AutomaticVideoConversion o) |
String |
getName() |
int |
getOrder() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
public AutomaticVideoConversion()
public boolean isEnabled()
public void setEnabled(boolean enabled)
public int getOrder()
public AutomaticVideoConversion clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public int compareTo(AutomaticVideoConversion o)
compareTo
in interface Comparable<AutomaticVideoConversion>
Copyright © 2019 Nuxeo. All rights reserved.