com.retek.component.item.impl.remote
Class ItemSupplierDto

java.lang.Object
  extended bycom.retek.commons.domain.core.impl.remote.AbstractDto
      extended bycom.retek.component.item.impl.remote.ItemSupplierDto
All Implemented Interfaces:
java.io.Serializable

public class ItemSupplierDto
extends AbstractDto
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ItemSupplierDto()
           
 
Method Summary
 void addItemSupplierCountryAttributeDto(ItemSupplierCountryAttributeDto dto)
           
 void addItemSupplierPersonalizationAttributeDto(PersonalizationStyleTypeDto styleTypeDto, ItemSupplierPersonalizationAttributeDto attributeDto)
           
 RDate getDiscontinueDate()
           
 java.lang.String getId()
           
 java.lang.String getItemId()
           
 java.util.Set getItemSupplierCountryAttributeDtos()
           
 java.util.Map getItemSupplierPersonalizationAttributeMap()
           
 java.lang.String getLabel()
           
 java.lang.String getSupplierId()
           
 java.lang.String getVpn()
           
 boolean isDirectShipIndicator()
           
 boolean isItemPersonalizationAvailable()
           
 boolean isPersonalizationActive()
           
 boolean isPrimaryDirectShipSupplierIndicator()
           
 boolean isPrimarySupplierIndicator()
           
 boolean isSpecialCustomerOrdersPossibleIndicator()
           
 void setDirectShipIndicator(boolean isDirectShip)
           
 void setDiscontinueDate(RDate discontinueDate)
           
 void setItemId(java.lang.String itemId)
           
 void setItemPersonalizationAvailable(boolean active)
           
 void setItemSupplierCountryAttributeDtos(java.util.Set dtos)
           
 void setItemSupplierPersonalizationAttributeMap(java.util.Map attributeDtosByStyleType)
           
 void setLabel(java.lang.String label)
           
 void setPersonalizationActive(boolean active)
           
 void setPrimaryDirectShipSupplierIndicator(boolean primaryDirectShipSupplierIndicator)
           
 void setPrimarySupplierIndicator(boolean isPrimarySupplier)
           
 void setSpecialCustomerOrdersPossibleIndicator(boolean specialCustomerOrdersPossibleIndicator)
           
 void setSupplierId(java.lang.String supplierId)
           
 void setVpn(java.lang.String vpn)
           
 
Methods inherited from class com.retek.commons.domain.core.impl.remote.AbstractDto
equals, getDescription, getDistributedReferences, getIds, hashCode, isPersisted, setDescription, setId, setIsPersisted
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemSupplierDto

public ItemSupplierDto()
Method Detail

getId

public java.lang.String getId()
Overrides:
getId in class AbstractDto

getDiscontinueDate

public RDate getDiscontinueDate()

isDirectShipIndicator

public boolean isDirectShipIndicator()

isPrimarySupplierIndicator

public boolean isPrimarySupplierIndicator()

getItemId

public java.lang.String getItemId()

getLabel

public java.lang.String getLabel()

getSupplierId

public java.lang.String getSupplierId()

getVpn

public java.lang.String getVpn()

setDiscontinueDate

public void setDiscontinueDate(RDate discontinueDate)

setDirectShipIndicator

public void setDirectShipIndicator(boolean isDirectShip)

setPrimarySupplierIndicator

public void setPrimarySupplierIndicator(boolean isPrimarySupplier)

setItemId

public void setItemId(java.lang.String itemId)

setLabel

public void setLabel(java.lang.String label)

setSupplierId

public void setSupplierId(java.lang.String supplierId)

getItemSupplierPersonalizationAttributeMap

public java.util.Map getItemSupplierPersonalizationAttributeMap()

addItemSupplierPersonalizationAttributeDto

public void addItemSupplierPersonalizationAttributeDto(PersonalizationStyleTypeDto styleTypeDto,
                                                       ItemSupplierPersonalizationAttributeDto attributeDto)

isPrimaryDirectShipSupplierIndicator

public boolean isPrimaryDirectShipSupplierIndicator()

isSpecialCustomerOrdersPossibleIndicator

public boolean isSpecialCustomerOrdersPossibleIndicator()

setPrimaryDirectShipSupplierIndicator

public void setPrimaryDirectShipSupplierIndicator(boolean primaryDirectShipSupplierIndicator)

setSpecialCustomerOrdersPossibleIndicator

public void setSpecialCustomerOrdersPossibleIndicator(boolean specialCustomerOrdersPossibleIndicator)

setItemSupplierPersonalizationAttributeMap

public void setItemSupplierPersonalizationAttributeMap(java.util.Map attributeDtosByStyleType)

setVpn

public void setVpn(java.lang.String vpn)

getItemSupplierCountryAttributeDtos

public java.util.Set getItemSupplierCountryAttributeDtos()

addItemSupplierCountryAttributeDto

public void addItemSupplierCountryAttributeDto(ItemSupplierCountryAttributeDto dto)

setItemSupplierCountryAttributeDtos

public void setItemSupplierCountryAttributeDtos(java.util.Set dtos)

isPersonalizationActive

public boolean isPersonalizationActive()

setPersonalizationActive

public void setPersonalizationActive(boolean active)

setItemPersonalizationAvailable

public void setItemPersonalizationAvailable(boolean active)

isItemPersonalizationAvailable

public boolean isItemPersonalizationAvailable()


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