com.beasys.commerce.ebusiness.payment
Interface Result

All Superinterfaces
Belonging, BusinessSmartComponent, Cloneable, Comparable, Serializable
All Known Implementing Classes:
ResultImpl

Deprecated

@Deprecated
public interface Result
extends Belonging

Attribute: value

See Also
ResultHome, ResultImpl

Method Summary
 String getValue()
          Deprecated Get the value of value
 void setValue(String value)
          Deprecated Set the value of value
 
Methods inherited from interface com.beasys.commerce.foundation.Belonging
clone, equals, interfaceName, setByValue, value
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getValue

String getValue()
Deprecated 
Get the value of value

Returns
value.

setValue

void setValue(String value)
Deprecated 
Set the value of value

Parameters
value - value to be added


Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.