bea Systems, Inc.

theory.smart.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.

                  name
 [Unit] <*>------> [String] 

 

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 theory.smart.foundation.Belonging
equals, value
 
Methods inherited from interface com.sun.java.util.collections.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:
names - name to be added

bea Systems, Inc.

© Copyright 2000 bea Systems, Inc. All rights reserved.