BEA Systems, Inc.

theory.smart.foundation
Class BusinessSmartWorkAreaValue

java.lang.Object
  |
  +--theory.smart.foundation.BusinessSmartWorkAreaValue

public class BusinessSmartWorkAreaValue
extends java.lang.Object
implements java.io.Serializable

BusinessSmartWorkAreaValue is a value-holder for the BusinessSmartWorkArea key-value entry. None one should use this bean directly.

See Also:
BusinessSmartEngine, BusinessSmartWorkArea, BusinessSmartWorkAreaPk, BusinessSmartWorkAreaHome, Serialized Form

Constructor Summary
BusinessSmartWorkAreaValue()
          Default constructor sets the value to null.
BusinessSmartWorkAreaValue(java.io.Serializable value)
          This constructor sets the value to the one that is passed in.
 
Method Summary
 java.io.Serializable getValue()
          Getter for value.
 void setValue(java.io.Serializable value)
          Setter for value.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusinessSmartWorkAreaValue

public BusinessSmartWorkAreaValue()
Default constructor sets the value to null.

BusinessSmartWorkAreaValue

public BusinessSmartWorkAreaValue(java.io.Serializable value)
This constructor sets the value to the one that is passed in.
Method Detail

setValue

public void setValue(java.io.Serializable value)
Setter for value.

getValue

public java.io.Serializable getValue()
Getter for value.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved