Class SkuAttributeWrapper

java.lang.Object
org.broadleafcommerce.common.rest.api.wrapper.BaseWrapper
com.broadleafcommerce.rest.api.wrapper.SkuAttributeWrapper
All Implemented Interfaces:
Serializable, org.broadleafcommerce.common.rest.api.wrapper.APIWrapper<org.broadleafcommerce.core.catalog.domain.SkuAttribute>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class SkuAttributeWrapper extends org.broadleafcommerce.common.rest.api.wrapper.BaseWrapper implements org.broadleafcommerce.common.rest.api.wrapper.APIWrapper<org.broadleafcommerce.core.catalog.domain.SkuAttribute>
This is a JAXB wrapper for SkuAttribute

User: Kelly Tisdell Date: 4/10/12

See Also:
  • Field Details

    • id

      protected Long id
    • skuId

      protected Long skuId
    • attributeName

      protected String attributeName
    • attributeValue

      protected String attributeValue
    • archived

      protected Character archived
  • Constructor Details

    • SkuAttributeWrapper

      public SkuAttributeWrapper()
  • Method Details

    • wrapDetails

      public void wrapDetails(org.broadleafcommerce.core.catalog.domain.SkuAttribute model, jakarta.servlet.http.HttpServletRequest request)
      Specified by:
      wrapDetails in interface org.broadleafcommerce.common.rest.api.wrapper.APIWrapper<org.broadleafcommerce.core.catalog.domain.SkuAttribute>
    • wrapSummary

      public void wrapSummary(org.broadleafcommerce.core.catalog.domain.SkuAttribute model, jakarta.servlet.http.HttpServletRequest request)
      Specified by:
      wrapSummary in interface org.broadleafcommerce.common.rest.api.wrapper.APIWrapper<org.broadleafcommerce.core.catalog.domain.SkuAttribute>
    • getId

      public Long getId()
      Returns:
      the id
    • setId

      public void setId(Long id)
      Parameters:
      id - the id to set
    • getSkuId

      public Long getSkuId()
      Returns:
      the skuId
    • setSkuId

      public void setSkuId(Long skuId)
      Parameters:
      skuId - the skuId to set
    • getAttributeName

      public String getAttributeName()
      Returns:
      the attributeName
    • setAttributeName

      public void setAttributeName(String attributeName)
      Parameters:
      attributeName - the attributeName to set
    • getAttributeValue

      public String getAttributeValue()
      Returns:
      the attributeValue
    • setAttributeValue

      public void setAttributeValue(String attributeValue)
      Parameters:
      attributeValue - the attributeValue to set
    • getArchived

      public Character getArchived()
    • setArchived

      public void setArchived(Character archived)