org.broadleafcommerce.openadmin.server.service.artifact.image.effects.chain
Class UnmarshalledParameter

java.lang.Object
  extended by org.broadleafcommerce.openadmin.server.service.artifact.image.effects.chain.UnmarshalledParameter

public class UnmarshalledParameter
extends Object


Constructor Summary
UnmarshalledParameter()
           
 
Method Summary
 String getName()
           
 String getType()
           
 String getValue()
           
 boolean isApplyFactor()
           
 void setApplyFactor(boolean applyFactor)
           
 void setName(String name)
           
 void setType(String type)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnmarshalledParameter

public UnmarshalledParameter()
Method Detail

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.