java.lang.Object | |
↳ | com.mapsted.positioning.coreObjects.SearchEntity |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SearchEntity() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | compareTo(SearchEntity o) | ||||||||||
static SearchEntity | from(Entity entity) | ||||||||||
static SearchEntity | from(SearchEntity s) | ||||||||||
static SearchEntity | from(String nameKey, Common.MapDataType mapDataType, Cms.Entity entity, String imageBaseUrl) | ||||||||||
String | getAggregateKeywords() | ||||||||||
int | getBuildingId() | ||||||||||
String | getCategoryImageUid() | ||||||||||
String | getCategoryImageUrl() | ||||||||||
String | getCategoryName() | ||||||||||
Set<String> | getCategoryTagUIDs() | ||||||||||
Set<String> | getCategoryTags() | ||||||||||
String | getCategoryUid() | ||||||||||
Set<EntityZone> | getEntityZones() | ||||||||||
int | getFloorId() | ||||||||||
String | getIconUrl() | ||||||||||
void | getLocations(CoreApi coreApi, Consumer<List<MercatorZone>> resultCallback) | ||||||||||
MercatorZoneVector | getLocations() | ||||||||||
Common.MapDataType | getMapDataType() | ||||||||||
String | getMatchWord() | ||||||||||
String | getName() | ||||||||||
String | getNameKey() | ||||||||||
int | getPropertyId() | ||||||||||
SearchEntity |
getUniqueSearchEntityClone(EntityZone ez)
Use this function to get a clone of this SearchEntity that only has the given entityId.
| ||||||||||
List<ZoneLabel> | getZoneLabels(PropertyInfo propertyInfo) | ||||||||||
void | setCategoryImageUid(String categoryImageUid) | ||||||||||
void | setCategoryName(String categoryName) | ||||||||||
void | setCategoryTagUIDs(Set<String> categoryTagUIDs) | ||||||||||
void | setCategoryTags(Set<String> categoryTags) | ||||||||||
void | setCategoryUid(String categoryUid) | ||||||||||
void | setMapDataType(Common.MapDataType mapDataType) | ||||||||||
void | setMatchWord(String matchWord) | ||||||||||
void | setName(String name) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Use this function to get a clone of this SearchEntity that only has the given entityId. CAUTION: Returns null if given entityId is not one of the EntityIds associated with this SearchEntity