public abstract class AbstractFilter extends Object implements flipkart.lego.api.entities.Filter
Filter with default implementations for
Identifiable and Describable| Modifier and Type | Field and Description |
|---|---|
protected PoseidonLegoSet |
legoSet |
| Constructor and Description |
|---|
AbstractFilter(flipkart.lego.api.entities.LegoSet legoSet) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getId() |
String |
getName() |
String |
getShortDescription() |
List<Integer> |
getVersion() |
protected final PoseidonLegoSet legoSet
public String getId() throws UnsupportedOperationException
getId in interface flipkart.lego.api.helpers.IdentifiableUnsupportedOperationExceptionpublic String getName() throws UnsupportedOperationException
getName in interface flipkart.lego.api.helpers.IdentifiableUnsupportedOperationExceptionpublic List<Integer> getVersion() throws UnsupportedOperationException
getVersion in interface flipkart.lego.api.helpers.VersionedUnsupportedOperationExceptionpublic String getShortDescription()
getShortDescription in interface flipkart.lego.api.helpers.Describablepublic String getDescription()
getDescription in interface flipkart.lego.api.helpers.DescribableCopyright © 2016. All rights reserved.