© 2005 BEA Systems, Inc.

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

public String getDescription()
Get the value of description

Returns:
description.

setDescription

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

Parameters:
description - description to be added

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved