com.retek.component.item.impl
Class AddressCodeDetailImpl

java.lang.Object
  extended bycom.retek.commons.component.impl.BusinessObjectImpl
      extended bycom.retek.commons.component.impl.SecondClassObjectImpl
          extended bycom.retek.component.item.impl.AddressCodeDetailImpl
All Implemented Interfaces:
AddressCodeDetail, BusinessObject, SecondClassObject

public class AddressCodeDetailImpl
extends SecondClassObjectImpl
implements AddressCodeDetail


Field Summary
 
Fields inherited from class com.retek.commons.component.impl.BusinessObjectImpl
context
 
Fields inherited from interface com.retek.component.item.AddressCodeDetail
ARMY, COUNTRY, PO_BOX, POSTAL_CODE, SHIP_RESTRICTION_TYPE, STATE_OR_PROVINCE, VALUE
 
Constructor Summary
AddressCodeDetailImpl(DistributedContext context)
           
AddressCodeDetailImpl(DistributedContext context, AddressCodeDetailDto dto)
           
 
Method Summary
 java.lang.String getAddressValue()
           
 java.lang.String getCountryCode()
           
 AddressCodeDetailDto getDto()
           
 ShipRestrictionTypeEnum getShipRestrictionType()
           
 void setAddressValue(java.lang.String addressValue)
           
 void setCountryCode(java.lang.String countryCode)
           
 void setShipRestrictionType(ShipRestrictionTypeEnum shipRestrictionType)
           
 
Methods inherited from class com.retek.commons.component.impl.SecondClassObjectImpl
equals, getGenericDto, hashCode, setGenericDto, 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.commons.component.BusinessObject
getBusinessInterface
 

Constructor Detail

AddressCodeDetailImpl

public AddressCodeDetailImpl(DistributedContext context)

AddressCodeDetailImpl

public AddressCodeDetailImpl(DistributedContext context,
                             AddressCodeDetailDto dto)
Method Detail

getDto

public AddressCodeDetailDto getDto()

getShipRestrictionType

public ShipRestrictionTypeEnum getShipRestrictionType()
Specified by:
getShipRestrictionType in interface AddressCodeDetail

getAddressValue

public java.lang.String getAddressValue()
Specified by:
getAddressValue in interface AddressCodeDetail

getCountryCode

public java.lang.String getCountryCode()
Specified by:
getCountryCode in interface AddressCodeDetail

setShipRestrictionType

public void setShipRestrictionType(ShipRestrictionTypeEnum shipRestrictionType)
Specified by:
setShipRestrictionType in interface AddressCodeDetail

setAddressValue

public void setAddressValue(java.lang.String addressValue)
Specified by:
setAddressValue in interface AddressCodeDetail

setCountryCode

public void setCountryCode(java.lang.String countryCode)
Specified by:
setCountryCode in interface AddressCodeDetail


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