org.broadleafcommerce.openadmin.server.service.artifact.image
Class Operation
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected String name
factor
protected Double factor
parameters
protected UnmarshalledParameter[] parameters
Operation
public Operation()
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.