org.broadleafcommerce.openadmin.server.service.artifact.image.effects.chain
Class UnmarshalledParameter
java.lang.Object
org.broadleafcommerce.openadmin.server.service.artifact.image.effects.chain.UnmarshalledParameter
public class UnmarshalledParameter
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnmarshalledParameter
public UnmarshalledParameter()
getName
public String getName()
- Returns:
- the name
setName
public void setName(String name)
- Parameters:
name - the name to set
getValue
public String getValue()
- Returns:
- the value
setValue
public void setValue(String value)
- Parameters:
value - the value to set
getType
public String getType()
- Returns:
- the type
setType
public void setType(String type)
- Parameters:
type - the type to set
isApplyFactor
public boolean isApplyFactor()
- Returns:
- the applyFactor
setApplyFactor
public void setApplyFactor(boolean applyFactor)
- Parameters:
applyFactor - the applyFactor to set
Copyright © 2013. All Rights Reserved.