org.broadleafcommerce.openadmin.server.service.artifact.image
Class Operation

java.lang.Object
  extended by org.broadleafcommerce.openadmin.server.service.artifact.image.Operation

public class Operation
extends Object

Created by IntelliJ IDEA. User: jfischer Date: 9/10/11 Time: 1:57 PM To change this template use File | Settings | File Templates.


Field Summary
protected  Double factor
           
protected  String name
           
protected  UnmarshalledParameter[] parameters
           
 
Constructor Summary
Operation()
           
 
Method Summary
 Double getFactor()
           
 String getName()
           
 UnmarshalledParameter[] getParameters()
           
 void setFactor(Double factor)
           
 void setName(String name)
           
 void setParameters(UnmarshalledParameter[] parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

factor

protected Double factor

parameters

protected UnmarshalledParameter[] parameters
Constructor Detail

Operation

public Operation()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getFactor

public Double getFactor()

setFactor

public void setFactor(Double factor)

getParameters

public UnmarshalledParameter[] getParameters()

setParameters

public void setParameters(UnmarshalledParameter[] parameters)


Copyright © 2013. All Rights Reserved.