com.ibm.commerce.fulfillment.objects
Interface JurisdictionAccessBeanData

All Known Implementing Classes:
JurisdictionAccessBean

public interface JurisdictionAccessBeanData


Method Summary
 java.lang.String getCity()
           
 java.lang.String getCode()
           
 java.lang.String getCountry()
           
 java.lang.String getCountryAbbreviation()
           
 java.lang.String getCounty()
           
 java.lang.String getDescription()
           
 java.lang.String getDistrict()
           
 java.lang.String getGeoCode()
           
 java.lang.String getJurisdictionId()
           
 java.lang.String getMarkForDelete()
           
 java.lang.String getState()
           
 java.lang.String getStateAbbreviation()
           
 java.lang.String getStoreEntityId()
           
 java.lang.String getSubclass()
           
 java.lang.String getZipcodeEnd()
           
 java.lang.String getZipcodeStart()
           
 void setCity(java.lang.String newValue)
           
 void setCode(java.lang.String newValue)
           
 void setCountry(java.lang.String newValue)
           
 void setCountryAbbreviation(java.lang.String newValue)
           
 void setCounty(java.lang.String newValue)
           
 void setDescription(java.lang.String newValue)
           
 void setDistrict(java.lang.String newValue)
           
 void setGeoCode(java.lang.String newValue)
           
 void setMarkForDelete(java.lang.String newValue)
           
 void setState(java.lang.String newValue)
           
 void setStateAbbreviation(java.lang.String newValue)
           
 void setStoreEntityId(java.lang.String newValue)
           
 void setSubclass(java.lang.String newValue)
           
 void setZipcodeEnd(java.lang.String newValue)
           
 void setZipcodeStart(java.lang.String newValue)
           
 

Method Detail

getCity

public java.lang.String getCity()
                         throws java.rmi.RemoteException,
                                javax.ejb.CreateException,
                                javax.ejb.FinderException,
                                javax.naming.NamingException

getCode

public java.lang.String getCode()
                         throws java.rmi.RemoteException,
                                javax.ejb.CreateException,
                                javax.ejb.FinderException,
                                javax.naming.NamingException

getCountry

public java.lang.String getCountry()
                            throws java.rmi.RemoteException,
                                   javax.ejb.CreateException,
                                   javax.ejb.FinderException,
                                   javax.naming.NamingException

getCountryAbbreviation

public java.lang.String getCountryAbbreviation()
                                        throws java.rmi.RemoteException,
                                               javax.ejb.CreateException,
                                               javax.ejb.FinderException,
                                               javax.naming.NamingException

getCounty

public java.lang.String getCounty()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException

getDescription

public java.lang.String getDescription()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException

getDistrict

public java.lang.String getDistrict()
                             throws java.rmi.RemoteException,
                                    javax.ejb.CreateException,
                                    javax.ejb.FinderException,
                                    javax.naming.NamingException

getGeoCode

public java.lang.String getGeoCode()
                            throws java.rmi.RemoteException,
                                   javax.ejb.CreateException,
                                   javax.ejb.FinderException,
                                   javax.naming.NamingException

getJurisdictionId

public java.lang.String getJurisdictionId()
                                   throws java.rmi.RemoteException,
                                          javax.ejb.CreateException,
                                          javax.ejb.FinderException,
                                          javax.naming.NamingException

getMarkForDelete

public java.lang.String getMarkForDelete()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException

getState

public java.lang.String getState()
                          throws java.rmi.RemoteException,
                                 javax.ejb.CreateException,
                                 javax.ejb.FinderException,
                                 javax.naming.NamingException

getStateAbbreviation

public java.lang.String getStateAbbreviation()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.ejb.FinderException,
                                             javax.naming.NamingException

getStoreEntityId

public java.lang.String getStoreEntityId()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException

getSubclass

public java.lang.String getSubclass()
                             throws java.rmi.RemoteException,
                                    javax.ejb.CreateException,
                                    javax.ejb.FinderException,
                                    javax.naming.NamingException

getZipcodeEnd

public java.lang.String getZipcodeEnd()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException

getZipcodeStart

public java.lang.String getZipcodeStart()
                                 throws java.rmi.RemoteException,
                                        javax.ejb.CreateException,
                                        javax.ejb.FinderException,
                                        javax.naming.NamingException

setCity

public void setCity(java.lang.String newValue)

setCode

public void setCode(java.lang.String newValue)

setCountry

public void setCountry(java.lang.String newValue)

setCountryAbbreviation

public void setCountryAbbreviation(java.lang.String newValue)

setCounty

public void setCounty(java.lang.String newValue)

setDescription

public void setDescription(java.lang.String newValue)

setDistrict

public void setDistrict(java.lang.String newValue)

setGeoCode

public void setGeoCode(java.lang.String newValue)

setMarkForDelete

public void setMarkForDelete(java.lang.String newValue)

setState

public void setState(java.lang.String newValue)

setStateAbbreviation

public void setStateAbbreviation(java.lang.String newValue)

setStoreEntityId

public void setStoreEntityId(java.lang.String newValue)

setSubclass

public void setSubclass(java.lang.String newValue)

setZipcodeEnd

public void setZipcodeEnd(java.lang.String newValue)

setZipcodeStart

public void setZipcodeStart(java.lang.String newValue)