com.beasys.commerce.axiom.units
Interface Unit

All Superinterfaces
Belonging, BusinessSmartComponent, Cloneable, Comparable, Serializable
All Known Implementing Classes:
UnitImpl

Deprecated

@Deprecated
public interface Unit
extends Belonging

A unit of measure. Example include ( liter, bag, ream etc.). It is used together with a conversion factor to translate from one unit to another. Attribute: name

See Also
UnitHome, UnitImpl

Method Summary
 String getName()
          Deprecated Get the value of name
 void setName(String name)
          Deprecated Set the value of name
 
Methods inherited from interface com.beasys.commerce.foundation.Belonging
clone, equals, interfaceName, setByValue, value
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getName

String getName()
Deprecated 
Get the value of name

Returns
name.

setName

void setName(String name)
Deprecated 
Set the value of name

Parameters
name - name 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.