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

public class UnmarshalledParameter extends Object
  • Constructor Details

    • UnmarshalledParameter

      public UnmarshalledParameter()
  • Method Details

    • 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