StateHome Class

com.beasys.commerce.foundation
StateHome Class

public class StateHome

    extends Object
    implements Serializable, SmartHome

The home class for the State belonging. Use this class to create States.

       State state = StateHome.create();
 


Hierarchy
Object
  StateHome
All Implemented Interfaces

Serializable, SmartHome

Constructor Summary

StateHome()

 

Method Summary

public static State
create()
Create a new State Belonging.
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

StateHome

public StateHome()
 

Method Detail

create() Method

public static State create()
Create a new State Belonging. First look to see if there is a custom state home from the BelongingHome factory. If not, just use the default BelongingHome.create() operation.