Uses of Class
dev.vality.damsel.domain.TradeBlocRef
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of TradeBlocRef in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as TradeBlocRef Modifier and Type Field Description TradeBlocRefTradeBlocObject. refFields in dev.vality.damsel.domain with type parameters of type TradeBlocRef Modifier and Type Field Description Set<TradeBlocRef>Country. trade_blocsMethods in dev.vality.damsel.domain that return TradeBlocRef Modifier and Type Method Description TradeBlocRefTradeBlocRef. deepCopy()TradeBlocRefTradeBlocObject. getRef()TradeBlocRefReference. getTradeBloc()TradeBlocRefTradeBlocRef. setId(String id)Methods in dev.vality.damsel.domain that return types with arguments of type TradeBlocRef Modifier and Type Method Description Set<TradeBlocRef>Country. getTradeBlocs()Iterator<TradeBlocRef>Country. getTradeBlocsIterator()Methods in dev.vality.damsel.domain with parameters of type TradeBlocRef Modifier and Type Method Description voidCountry. addToTradeBlocs(TradeBlocRef elem)intTradeBlocRef. compareTo(TradeBlocRef other)booleanTradeBlocRef. equals(TradeBlocRef that)TradeBlocObjectTradeBlocObject. setRef(TradeBlocRef ref)voidReference. setTradeBloc(TradeBlocRef value)static ReferenceReference. trade_bloc(TradeBlocRef value)Method parameters in dev.vality.damsel.domain with type arguments of type TradeBlocRef Modifier and Type Method Description CountryCountry. setTradeBlocs(Set<TradeBlocRef> trade_blocs)Constructors in dev.vality.damsel.domain with parameters of type TradeBlocRef Constructor Description TradeBlocObject(TradeBlocRef ref, TradeBloc data)TradeBlocRef(TradeBlocRef other)Performs a deep copy on other.