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
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QualityHome
public QualityHome()
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.