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

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
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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