com.retek.component.item
Interface AddressCodeDetail

All Superinterfaces:
BusinessObject, SecondClassObject

public interface AddressCodeDetail
extends SecondClassObject


Field Summary
static java.lang.String ARMY
           
static java.lang.String COUNTRY
           
static java.lang.String PO_BOX
           
static java.lang.String POSTAL_CODE
           
static java.lang.String SHIP_RESTRICTION_TYPE
           
static java.lang.String STATE_OR_PROVINCE
           
static java.lang.String VALUE
           
 
Method Summary
 java.lang.String getAddressValue()
           
 java.lang.String getCountryCode()
           
 ShipRestrictionTypeEnum getShipRestrictionType()
           
 void setAddressValue(java.lang.String addressValue)
           
 void setCountryCode(java.lang.String countryCode)
           
 void setShipRestrictionType(ShipRestrictionTypeEnum shipRestrictionType)
           
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 

Field Detail

VALUE

public static final java.lang.String VALUE
See Also:
Constant Field Values

SHIP_RESTRICTION_TYPE

public static final java.lang.String SHIP_RESTRICTION_TYPE
See Also:
Constant Field Values

COUNTRY

public static final java.lang.String COUNTRY
See Also:
Constant Field Values

POSTAL_CODE

public static final java.lang.String POSTAL_CODE
See Also:
Constant Field Values

STATE_OR_PROVINCE

public static final java.lang.String STATE_OR_PROVINCE
See Also:
Constant Field Values

PO_BOX

public static final java.lang.String PO_BOX
See Also:
Constant Field Values

ARMY

public static final java.lang.String ARMY
See Also:
Constant Field Values
Method Detail

getShipRestrictionType

public ShipRestrictionTypeEnum getShipRestrictionType()

getAddressValue

public java.lang.String getAddressValue()

getCountryCode

public java.lang.String getCountryCode()

setShipRestrictionType

public void setShipRestrictionType(ShipRestrictionTypeEnum shipRestrictionType)

setAddressValue

public void setAddressValue(java.lang.String addressValue)

setCountryCode

public void setCountryCode(java.lang.String countryCode)


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25