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
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 |
StateHome
public StateHome()
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.