© 2002 BEA Systems, Inc.


com.beasys.commerce.axiom.units
Interface Unit

All Known Implementing Classes:
UnitImpl

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
 java.lang.String getName()
          Get the value of name
 void setName(java.lang.String name)
          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

public java.lang.String getName()
Get the value of name

Returns:
name.

setName

public void setName(java.lang.String name)
Set the value of name

Parameters:
name - name to be added

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved