public class Operator extends Object implements com.google.gwt.user.client.rpc.IsSerializable
Constructor and Description |
---|
Operator() |
Operator(String id,
String briefDescription,
String description,
OperatorCategory category) |
Operator(String id,
String briefDescription,
String description,
OperatorCategory category,
boolean hasImage) |
Operator(String id,
String briefDescription,
String description,
OperatorCategory category,
List<Parameter> operatorParameters) |
Operator(String id,
String name,
String briefDescription,
String description,
OperatorCategory category) |
Operator(String id,
String name,
String briefDescription,
String description,
OperatorCategory category,
List<Parameter> operatorParameters) |
Operator(String id,
String name,
String briefDescription,
String description,
OperatorCategory category,
List<Parameter> operatorParameters,
boolean hasImage) |
Modifier and Type | Method and Description |
---|---|
void |
addOperatorParameter(Parameter operatorParameter) |
Operator |
clone() |
String |
getBriefDescription() |
OperatorCategory |
getCategory() |
String |
getDescription() |
String |
getId() |
String |
getName() |
List<Parameter> |
getOperatorParameters() |
boolean |
hasImage() |
void |
setBriefDescription(String briefDescription) |
void |
setCategory(OperatorCategory category) |
void |
setDescription(String description) |
void |
setHasImage(boolean hasImage) |
void |
setId(String id) |
void |
setName(String name) |
void |
setOperatorParameters(List<Parameter> operatorParameters) |
String |
toString() |
public Operator()
public Operator(String id, String briefDescription, String description, OperatorCategory category)
id
- briefDescription
- description
- category
- public Operator(String id, String briefDescription, String description, OperatorCategory category, boolean hasImage)
id
- briefDescription
- description
- category
- hasImage
- public Operator(String id, String name, String briefDescription, String description, OperatorCategory category)
id
- briefDescription
- description
- category
- public Operator(String id, String briefDescription, String description, OperatorCategory category, List<Parameter> operatorParameters)
id
- briefDescription
- description
- category
- operatorParameters
- public Operator(String id, String name, String briefDescription, String description, OperatorCategory category, List<Parameter> operatorParameters)
id
- briefDescription
- description
- category
- operatorParameters
- public String getId()
public void setId(String id)
id
- the id to setpublic String getBriefDescription()
public void setBriefDescription(String briefDescription)
briefDescription
- the briefDescription to setpublic String getDescription()
public void setDescription(String description)
description
- the description to setpublic OperatorCategory getCategory()
public void setCategory(OperatorCategory category)
category
- the category to setpublic void setOperatorParameters(List<Parameter> operatorParameters)
operatorParameters
- the operatorParameters to setpublic void addOperatorParameter(Parameter operatorParameter)
public void setName(String name)
name
- the name to setpublic String getName()
public boolean hasImage()
public void setHasImage(boolean hasImage)
hasImage
- the hasImage to setCopyright © 2014. All Rights Reserved.