Interface State
- All Superinterfaces:
BusinessObject
- All Known Implementing Classes:
StateBean
Interface representing a state within the system.
When the application needs to create an instance that implements
sscState,
BusinessObjectFactory
finds the name of the Java class to instantiate from the "stateImplementer"
setting in the appComponents.properties file.
The default "stateImplementer" is
StateBean.
- Author:
- David Tobey
-
Method Summary
Modifier and TypeMethodDescriptiongetCode()intbooleangetName()intintvoidvoidsetCountry(Country country) voidsetCountryID(int countryID) voidsetIsActive(boolean isActive) voidvoidsetStateID(int stateID) voidsetStateOrder(int stateOrder) Methods inherited from interface com.softslate.commerce.businessobjects.core.BusinessObject
initialize
-
Method Details
-
getCode
String getCode() -
setCode
-
getCountryID
int getCountryID() -
setCountryID
void setCountryID(int countryID) -
getIsActive
boolean getIsActive() -
setIsActive
void setIsActive(boolean isActive) -
getName
String getName() -
setName
-
getStateOrder
int getStateOrder() -
setStateOrder
void setStateOrder(int stateOrder) -
getStateID
int getStateID() -
setStateID
void setStateID(int stateID) -
getCountry
Country getCountry() -
setCountry
-