com.retek.component.internet.impl
Class ExASellingSkuImpl

java.lang.Object
  extended bycom.retek.component.internet.impl.ExASellingSkuImpl
All Implemented Interfaces:
ExABaseSellingSku, ExAPackSellingSku, ExASellingSku

public class ExASellingSkuImpl
extends java.lang.Object
implements ExASellingSku, ExAPackSellingSku


Constructor Summary
ExASellingSkuImpl(ExASellingItem sellingItem, java.lang.String sellingSkuNumber)
           
ExASellingSkuImpl(ExASellingItem sellingItem, java.lang.String sellingSkuNumber, boolean isPack)
           
 
Method Summary
 void addComponent(ExASellingSku sellingSku)
           
 java.util.Set getColors()
           
 java.util.Set getComponentSellingSkus()
           
 java.lang.String getDescription()
           
 java.util.Set getFonts()
           
 ExASellingItem getSellingItem()
           
 java.lang.String getSellingSkuNumber()
           
 java.math.BigDecimal getUnitPrice()
           
 boolean isGiftWrappable()
           
 boolean isMonogrammable()
           
 boolean isPack()
           
 boolean isPersonalizable()
           
 void setColors(java.util.Set colors)
           
 void setComponentSellingSkus(java.util.Set packComponents)
           
 void setDescription(java.lang.String description)
           
 void setFonts(java.util.Set fonts)
           
 void setGiftWrappable(boolean isGiftWrappable)
           
 void setMonogrammable(boolean isMonogrammable)
           
 void setPersonalizable(boolean isPersonalizable)
           
 void setSellingSkuNumber(java.lang.String sellingSkuNumber)
           
 void setUnitPrice(java.math.BigDecimal unitPrice)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExASellingSkuImpl

public ExASellingSkuImpl(ExASellingItem sellingItem,
                         java.lang.String sellingSkuNumber)

ExASellingSkuImpl

public ExASellingSkuImpl(ExASellingItem sellingItem,
                         java.lang.String sellingSkuNumber,
                         boolean isPack)
Method Detail

setSellingSkuNumber

public void setSellingSkuNumber(java.lang.String sellingSkuNumber)
Specified by:
setSellingSkuNumber in interface ExABaseSellingSku

getSellingSkuNumber

public java.lang.String getSellingSkuNumber()
Specified by:
getSellingSkuNumber in interface ExABaseSellingSku

getUnitPrice

public java.math.BigDecimal getUnitPrice()
Specified by:
getUnitPrice in interface ExABaseSellingSku

setUnitPrice

public void setUnitPrice(java.math.BigDecimal unitPrice)
Specified by:
setUnitPrice in interface ExABaseSellingSku

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface ExABaseSellingSku

setDescription

public void setDescription(java.lang.String description)
Specified by:
setDescription in interface ExABaseSellingSku

isGiftWrappable

public boolean isGiftWrappable()
Specified by:
isGiftWrappable in interface ExABaseSellingSku

setGiftWrappable

public void setGiftWrappable(boolean isGiftWrappable)
Specified by:
setGiftWrappable in interface ExABaseSellingSku

getColors

public java.util.Set getColors()
Specified by:
getColors in interface ExASellingSku

setColors

public void setColors(java.util.Set colors)
Specified by:
setColors in interface ExASellingSku

getSellingItem

public ExASellingItem getSellingItem()
Specified by:
getSellingItem in interface ExABaseSellingSku

getFonts

public java.util.Set getFonts()
Specified by:
getFonts in interface ExASellingSku

setFonts

public void setFonts(java.util.Set fonts)
Specified by:
setFonts in interface ExASellingSku

isPack

public boolean isPack()
Specified by:
isPack in interface ExABaseSellingSku

getComponentSellingSkus

public java.util.Set getComponentSellingSkus()
Specified by:
getComponentSellingSkus in interface ExAPackSellingSku

setComponentSellingSkus

public void setComponentSellingSkus(java.util.Set packComponents)
Specified by:
setComponentSellingSkus in interface ExAPackSellingSku

addComponent

public void addComponent(ExASellingSku sellingSku)
Specified by:
addComponent in interface ExAPackSellingSku

isMonogrammable

public boolean isMonogrammable()
Specified by:
isMonogrammable in interface ExABaseSellingSku

isPersonalizable

public boolean isPersonalizable()
Specified by:
isPersonalizable in interface ExABaseSellingSku

setMonogrammable

public void setMonogrammable(boolean isMonogrammable)
Specified by:
setMonogrammable in interface ExABaseSellingSku

setPersonalizable

public void setPersonalizable(boolean isPersonalizable)
Specified by:
setPersonalizable in interface ExABaseSellingSku


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28