org.gcube.portlets.user.occurrencemanagement.shared.statisticalparameter
Class OperatorsClassification

java.lang.Object
  extended by org.gcube.portlets.user.occurrencemanagement.shared.statisticalparameter.OperatorsClassification
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class OperatorsClassification
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable

Author:
ceras

Constructor Summary
OperatorsClassification()
           
OperatorsClassification(List<OperatorCategory> operatorCategories, List<Operator> operators)
           
 
Method Summary
 OperatorCategory getCategoryById(String id)
           
 Operator getOperatorById(String id)
           
 List<OperatorCategory> getOperatorCategories()
           
 List<Operator> getOperators()
           
 void setOperatorCategories(List<OperatorCategory> operatorCategories)
           
 void setOperators(List<Operator> operators)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperatorsClassification

public OperatorsClassification()

OperatorsClassification

public OperatorsClassification(List<OperatorCategory> operatorCategories,
                               List<Operator> operators)
Parameters:
operatorCategories -
operators -
Method Detail

getOperatorCategories

public List<OperatorCategory> getOperatorCategories()
Returns:
the operatorCategories

setOperatorCategories

public void setOperatorCategories(List<OperatorCategory> operatorCategories)
Parameters:
operatorCategories - the operatorCategories to set

getOperators

public List<Operator> getOperators()
Returns:
the operators

setOperators

public void setOperators(List<Operator> operators)
Parameters:
operators - the operators to set

getOperatorById

public Operator getOperatorById(String id)

getCategoryById

public OperatorCategory getCategoryById(String id)


Copyright © 2014. All Rights Reserved.