Class SkuProductOptionValueXrefImpl
java.lang.Object
org.broadleafcommerce.core.catalog.domain.SkuProductOptionValueXrefImpl
- All Implemented Interfaces:
Serializable,org.broadleafcommerce.common.copy.MultiTenantCloneable<SkuProductOptionValueXref>,SkuProductOptionValueXref
@Entity
public class SkuProductOptionValueXrefImpl
extends Object
implements SkuProductOptionValueXref
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescription<G extends SkuProductOptionValueXref>
org.broadleafcommerce.common.copy.CreateResponse<G>createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) booleangetId()getSku()inthashCode()voidvoidsetProductOptionValue(ProductOptionValue productOptionValue) void
-
Field Details
-
id
-
sku
-
productOptionValue
-
-
Constructor Details
-
SkuProductOptionValueXrefImpl
public SkuProductOptionValueXrefImpl() -
SkuProductOptionValueXrefImpl
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceSkuProductOptionValueXref
-
setId
- Specified by:
setIdin interfaceSkuProductOptionValueXref
-
getSku
- Specified by:
getSkuin interfaceSkuProductOptionValueXref
-
setSku
- Specified by:
setSkuin interfaceSkuProductOptionValueXref
-
getProductOptionValue
- Specified by:
getProductOptionValuein interfaceSkuProductOptionValueXref
-
setProductOptionValue
- Specified by:
setProductOptionValuein interfaceSkuProductOptionValueXref
-
createOrRetrieveCopyInstance
public <G extends SkuProductOptionValueXref> org.broadleafcommerce.common.copy.CreateResponse<G> createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) throws CloneNotSupportedException - Specified by:
createOrRetrieveCopyInstancein interfaceorg.broadleafcommerce.common.copy.MultiTenantCloneable<SkuProductOptionValueXref>- Throws:
CloneNotSupportedException
-
equals
-
hashCode
public int hashCode()
-