bea Systems, Inc.

theory.smart.foundation
Class BelongingImpl

java.lang.Object
  |
  +--theory.smart.foundation.BelongingImpl
Direct Known Subclasses:
AddressImpl, CreditCardImpl, EmailImpl, ItemByDegreeImpl, JournalEntryImpl, LocatorImpl, MessageImpl, OrderLineImpl, PhoneNumberImpl, PostalCodeImpl, PriceImpl, QualityImpl, QuantityImpl, StateImpl, SuggestionImpl, SuggestionsImpl, TransitionImpl, UnitCategoriesImpl, UnitImpl, UnitPriceImpl, UrlImpl

public abstract class BelongingImpl
extends java.lang.Object
implements Belonging, java.io.Serializable

The BelongingImpl provides the abstract base class from which all belongings must be derived. It implements the Belonging Interface and serves as its symmetric counterpart.

See Also:
Belonging, theory.smart.foundation.SmartHome., Serialized Form

Field Summary
protected  boolean isDirty
           
 
Constructor Summary
BelongingImpl()
           
 
Method Summary
abstract  int compareTo(java.lang.Object o)
           
 boolean equals(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isDirty

protected transient boolean isDirty
Constructor Detail

BelongingImpl

public BelongingImpl()
Method Detail

compareTo

public abstract int compareTo(java.lang.Object o)

equals

public boolean equals(java.lang.Object o)
Specified by:
equals in interface Belonging
Overrides:
equals in class java.lang.Object

bea Systems, Inc.

© Copyright 2000 bea Systems, Inc. All rights reserved.