QualityHome Class

com.beasys.commerce.axiom.units
QualityHome Class

public class QualityHome

    extends Object
    implements Serializable, SmartHome

The home class for the Quality belonging. Use this class to create instances of Quality.

       Quality quality = QualityHome.create();
 


Hierarchy
Object
  QualityHome
All Implemented Interfaces

Serializable, SmartHome

Constructor Summary

QualityHome()

 

Method Summary

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

Constructor Detail

QualityHome

public QualityHome()
 

Method Detail

create() Method

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