theory.smart.foundation
Class  SmartValue
java.lang.Object
  |
  +--theory.smart.foundation.SmartValue
- Direct Known Subclasses: 
 - AccountEntryValue, AccountValue, AlphaNumericSequencerValue, CustomerProfileValue, EBusinessSessionValue, InvoiceValue, ItemInventoryValue, ItemQualitiesValue, ItemsByQualityValue, ItemValue, MailboxValue, OrderValue, PackingListValue, ShippingMethodValue, StakeholderValue, TroubleTicketValue, UnitConversionValue, UnitListValue
 
- public abstract class SmartValue
- extends java.lang.Object
- implements java.io.Serializable
   
The SmartValue is a data-only representation of the contents of a
 BSC Entity.  The SmartValue makes it possible to set and retrieve the
 entire contents of an entity (also known as Copy Helpers, or View
 objects).  This may be used as an optimization to avoid retrieving
 the attributes of an entity one at a time.   So that the value may be
 passed remotely,  the class must be serializable.
 The associated BSC Entity will implement a setByValue and
 getByValue that respectively accept and return the appropriate
 SmartValue.
 This Class will be generated automatically by the SmartGenerator.
- See Also: 
 Entity, 
SmartHandle, 
SmartKey, Serialized Form
 
| Methods inherited from class java.lang.Object | 
equals, 
getClass, 
hashCode, 
notify, 
notifyAll, 
toString, 
wait, 
wait, 
wait | 
 
SmartValue
public SmartValue()
Copyright © 2000 BEA Systems, Inc. All Rights Reserved