|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.anasoft.os.daofusion.bitemporal.BitemporalProperty<V,T>
com.anasoft.os.daofusion.bitemporal.WrappedBitemporalProperty<V,T>
V - Value wrapped by the BitemporalWrapper.T - BitemporalWrapper implementation that wraps the given value type.public class WrappedBitemporalProperty<V,T extends BitemporalWrapper<V>>
BitemporalProperty implementation that uses BitemporalWrapper
as the Bitemporal object type.
BitemporalProperty,
Serialized Form| Constructor Summary | |
|---|---|
WrappedBitemporalProperty(java.util.Collection<? extends Bitemporal> data,
ValueAccessor<V,T> valueAccessor)
Create a new bitemporal property on top of given data collection and using the given value accessor. |
|
| Method Summary |
|---|
| Methods inherited from class com.anasoft.os.daofusion.bitemporal.BitemporalProperty |
|---|
end, end, get, get, get, getData, getEvolution, getEvolution, getHistory, getHistory, getTrace, hasValue, hasValueOn, hasValueOn, now, on, on, set, set, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WrappedBitemporalProperty(java.util.Collection<? extends Bitemporal> data,
ValueAccessor<V,T> valueAccessor)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||