com.beasys.commerce.axiom.units
Interface DescribedMoney

All Superinterfaces
Belonging, BusinessSmartComponent, Cloneable, Comparable, Money, Price, Serializable
All Known Implementing Classes:
DescribedMoneyImpl

Deprecated See BEA Commerce product offering

@Deprecated
public interface DescribedMoney
extends Price

Attribute: description

See Also
DescribedMoneyHome, DescribedMoneyImpl

Method Summary
 String getDescription()
          Deprecated See BEA Commerce product offering
 void setDescription(String description)
          Deprecated See BEA Commerce product offering
 
Methods inherited from interface com.beasys.commerce.axiom.units.Money
getCurrency, getValue, setCurrency, setValue
 
Methods inherited from interface com.beasys.commerce.foundation.Belonging
clone, equals, interfaceName, setByValue, value
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getDescription

String getDescription()
Deprecated See BEA Commerce product offering

Get the value of description

Returns
description.

setDescription

void setDescription(String description)
Deprecated See BEA Commerce product offering

Set the value of description

Parameters
description - description to be added


Copyright © 2008 BEA Systems, Inc. All Rights Reserved