com.beasys.commerce.axiom.units
Interface DescribedPrice

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

public interface DescribedPrice
extends Price

Attribute: description

See Also
DescribedPriceHome, DescribedPriceImpl

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

Returns
description.

setDescription

void setDescription(String description)
Set the value of description

Parameters
description - description to be added


Copyright © 2006 BEA Systems, Inc. All Rights Reserved