public interface IEntityClass
Device objects based
on the IEntityClass, and the key fields specified by the entity
class. A set of entities are considered to be the same device if and only if
they belong to the same entity class and they match on all key fields for
that entity class. A field is effectively wildcarded by not including it in
the list of key fields returned by IEntityClassifierService and/or
IEntityClass.
Note that if you're not using static objects, you'll need to override
Object.equals(Object) and Object.hashCode().| Modifier and Type | Method and Description |
|---|---|
EnumSet<IDeviceService.DeviceField> |
getKeyFields()
Return the set of key fields for this entity class.
|
String |
getName()
Returns a user-friendly, unique name for this EntityClass
|
EnumSet<IDeviceService.DeviceField> getKeyFields()
String getName()
Copyright © 2015. All Rights Reserved.