Package ru.bitel.common.model
Interface Tied
- All Known Implementing Classes:
ProductSpec
,SubscriptionType
,TariffOption
public interface Tied
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
Tied.TieResolver<T,TT>
static class
Tied.TieUnresolvedException
static class
Tied.Utils<T,TT extends Tied>
-
Method Summary
Modifier and Type Method Description java.util.Set<java.lang.Integer>
getDepends()
int
getId()
java.util.Set<java.lang.Integer>
getIncompatible()
-
Method Details
-
getId
int getId() -
getDepends
java.util.Set<java.lang.Integer> getDepends() -
getIncompatible
java.util.Set<java.lang.Integer> getIncompatible()
-