com.beasys.commerce.axiom.units
Interface DescribedMoney

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

Deprecated

@Deprecated
public interface DescribedMoney
extends Price

Attribute: description

See Also
DescribedMoneyHome, DescribedMoneyImpl

Method Summary
 String getDescription()
          Deprecated Get the value of description
 void setDescription(String description)
          Deprecated Set the value of description
 
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 
Get the value of description

Returns
description.

setDescription

void setDescription(String description)
Deprecated 
Set the value of description

Parameters
description - description to be added


Copyright © 2000, 2009, 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.