com.retek.component.item.impl
Class ItemProductInformationAttributeImpl

java.lang.Object
  extended bycom.retek.commons.component.impl.BusinessObjectImpl
      extended bycom.retek.commons.component.impl.DistributedObjectImpl
          extended bycom.retek.component.item.impl.ProductInformationAttributeImpl
              extended bycom.retek.component.item.impl.ItemProductInformationAttributeImpl
All Implemented Interfaces:
BusinessObject, DistributedObject, ItemProductInformationAttribute, ProductInformationAttribute

public class ItemProductInformationAttributeImpl
extends ProductInformationAttributeImpl
implements ItemProductInformationAttribute


Nested Class Summary
 
Nested classes inherited from class com.retek.commons.component.impl.DistributedObjectImpl
DistributedObjectImpl.DtoBurgular
 
Field Summary
 
Fields inherited from class com.retek.commons.component.impl.BusinessObjectImpl
context
 
Constructor Summary
ItemProductInformationAttributeImpl(DistributedContext context, DistributedReference ref)
           
ItemProductInformationAttributeImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
 
Method Summary
 java.lang.String getAttributeName(Item item)
           
 java.lang.String getAttributeValue(Item item)
           
 java.lang.String getCustomData()
           
 java.lang.String getDescription()
           
 ItemAttribute getItemAttribute()
           
 java.lang.String getItemNumber()
           
 ItemProductInformationAttributeDto getItemProductInformationAttributeDto()
           
 boolean isCustom()
           
 boolean isDifferentiator()
           
 boolean isDynamic()
           
 boolean isUda()
           
 void setCustomData(java.lang.String customData)
           
 void setDynamic(boolean dynamic)
           
 void setItemAttribute(ItemAttribute itemAttribute)
           
 
Methods inherited from class com.retek.component.item.impl.ProductInformationAttributeImpl
getDto, getProductInformation, setProductInformation
 
Methods inherited from class com.retek.commons.component.impl.DistributedObjectImpl
attributesToString, createEmptyDto, debugToString, discardChanges, discardChangesShallow, equals, getGenericDto, getId, getReference, getReference, getVersion, hashCode, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isHollow, isPersisted, markAllDeleted, readLatest, refresh, toString, wrap, wrap, wrap, wrap
 
Methods inherited from class com.retek.commons.component.impl.BusinessObjectImpl
checkRelation, checkRelation, getBusinessInterface, getContext
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.retek.component.item.ProductInformationAttribute
getProductInformation, setProductInformation
 
Methods inherited from interface com.retek.commons.component.DistributedObject
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 

Constructor Detail

ItemProductInformationAttributeImpl

public ItemProductInformationAttributeImpl(DistributedContext context,
                                           DistributedReference ref,
                                           boolean createHollow)
                                    throws SystemException

ItemProductInformationAttributeImpl

public ItemProductInformationAttributeImpl(DistributedContext context,
                                           DistributedReference ref)
                                    throws SystemException
Method Detail

getItemProductInformationAttributeDto

public ItemProductInformationAttributeDto getItemProductInformationAttributeDto()
                                                                         throws SystemException
Throws:
SystemException

setItemAttribute

public void setItemAttribute(ItemAttribute itemAttribute)
                      throws SystemException
Specified by:
setItemAttribute in interface ItemProductInformationAttribute
Throws:
SystemException

getItemAttribute

public ItemAttribute getItemAttribute()
                               throws SystemException
Specified by:
getItemAttribute in interface ItemProductInformationAttribute
Throws:
SystemException

isDynamic

public boolean isDynamic()
                  throws SystemException
Specified by:
isDynamic in interface ProductInformationAttribute
Throws:
SystemException

isCustom

public boolean isCustom()
                 throws SystemException
Specified by:
isCustom in interface ProductInformationAttribute
Throws:
SystemException

isUda

public boolean isUda()
              throws SystemException
Specified by:
isUda in interface ProductInformationAttribute
Throws:
SystemException

getDescription

public java.lang.String getDescription()
                                throws SystemException
Specified by:
getDescription in interface ProductInformationAttribute
Throws:
SystemException

isDifferentiator

public boolean isDifferentiator()
                         throws SystemException
Specified by:
isDifferentiator in interface ProductInformationAttribute
Throws:
SystemException

getCustomData

public java.lang.String getCustomData()
                               throws SystemException
Specified by:
getCustomData in interface ProductInformationAttribute
Throws:
SystemException

setCustomData

public void setCustomData(java.lang.String customData)
                   throws SystemException
Specified by:
setCustomData in interface ProductInformationAttribute
Throws:
SystemException

getAttributeName

public java.lang.String getAttributeName(Item item)
                                  throws SystemException
Specified by:
getAttributeName in interface ProductInformationAttribute
Throws:
SystemException

getAttributeValue

public java.lang.String getAttributeValue(Item item)
                                   throws SystemException
Specified by:
getAttributeValue in interface ProductInformationAttribute
Throws:
SystemException

setDynamic

public void setDynamic(boolean dynamic)
                throws SystemException
Specified by:
setDynamic in interface ItemProductInformationAttribute
Throws:
SystemException

getItemNumber

public java.lang.String getItemNumber()
                               throws SystemException
Specified by:
getItemNumber in interface ProductInformationAttribute
Throws:
SystemException


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