com.rubecula.darwin.core
Class EcoFactor_Abstract
java.lang.Object
com.rubecula.util.AuditableObject
com.rubecula.darwin.core.Attribute_Abstract
com.rubecula.darwin.core.EcoFactor_Abstract
- All Implemented Interfaces:
- Attribute, EcoFactor, Auditable, Identifiable, Cloneable
- Direct Known Subclasses:
- EcoFactor_Default, EcoFactor_TS
public abstract class EcoFactor_Abstract
- extends Attribute_Abstract
- implements EcoFactor
Abstract class providing base functionality for implementers of EcoFactor.
- Author:
- Robin
|
Method Summary |
String |
toString()
Method to yield this object as a String. |
EcoFactor_Abstract
protected EcoFactor_Abstract(Object identifier,
Object value)
- Protected constructor.
- Parameters:
identifier - value -
toString
public String toString()
- Description copied from class:
Attribute_Abstract
- Method to yield this object as a String.
Should be overridden by extenders of this class.
- Overrides:
toString in class Attribute_Abstract
- Returns:
< Attribute_Abstract.getIdentifier() : Attribute_Abstract.getValue() >
- See Also:
Attribute_Abstract.toString()