org.xbrlapi.aspects
Class AspectValueImpl
java.lang.Object
org.xbrlapi.aspects.AspectValueImpl
- All Implemented Interfaces:
- Serializable, AspectHandler, AspectValue
- Direct Known Subclasses:
- ConceptAspectValue, EntityAspectValue, ExplicitDimensionAspectValue, LocationAspectValue, PeriodAspectValue, ScenarioAspectValue, ScenarioRemainderAspectValue, SegmentAspectValue, SegmentRemainderAspectValue, TupleAspectValue, TypedDimensionAspectValue, UnitAspectValue
public abstract class AspectValueImpl
- extends Object
- implements AspectValue
This is a generic aspect value implementation. All concrete aspect value
implementations should extend this generic implementation.
- Author:
- Geoff Shuetrim (geoff@galexy.net)
- See Also:
- Serialized Form
|
Field Summary |
protected static org.apache.log4j.Logger |
logger
|
logger
protected static final org.apache.log4j.Logger logger
AspectValueImpl
public AspectValueImpl()
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
- See Also:
Object.hashCode()
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
- See Also:
Object.equals(Object)