Class UnmarshalledParameter
java.lang.Object
org.broadleafcommerce.openadmin.server.service.artifact.image.effects.chain.UnmarshalledParameter
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UnmarshalledParameter
public UnmarshalledParameter()
-
-
Method Details
-
getName
- Returns:
- the name
-
setName
- Parameters:
name- the name to set
-
getValue
- Returns:
- the value
-
setValue
- Parameters:
value- the value to set
-
getType
- Returns:
- the type
-
setType
- 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
-