Result Interface

com.beasys.commerce.ebusiness.payment
Result Interface

public interface Result

    extends Belonging

Attribute: value

Related Topics

ResultHome
ResultImpl


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

Method Summary

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

Method Detail

getValue() Method

public String getValue()
Get the value of value

Returns

value.

setValue(String) Method

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

Parameters

value
value to be added