TransitionHome Class

com.beasys.commerce.foundation
TransitionHome Class

public class TransitionHome

    extends Object
    implements Serializable, SmartHome

The home class for the Transition belonging. Use this class to create Transitions.

       Transition transition = TransitionHome.create();
 


Hierarchy
Object
  TransitionHome
All Implemented Interfaces

Serializable, SmartHome

Constructor Summary

TransitionHome()

 

Method Summary

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

Constructor Detail

TransitionHome

public TransitionHome()
 

Method Detail

create() Method

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