org.usergrid.persistence
Interface EntityRef

All Known Subinterfaces:
AssociatedEntityRef, CollectionRef, ConnectedEntityRef, ConnectionRef, Entity, RoleRef
All Known Implementing Classes:
AbstractEntity, Activity, Application, Asset, ConnectedEntityRefImpl, ConnectionRefImpl, Device, DynamicEntity, Event, Folder, GeoIndexManager.EntityLocationRef, Group, Message, Role, SimpleCollectionRef, SimpleEntityRef, SimpleRoleRef, TypedEntity, User

public interface EntityRef


Method Summary
 String getType()
          Gets the type.
 UUID getUuid()
          Gets the id.
 

Method Detail

getUuid

UUID getUuid()
Gets the id.

Returns:
the id

getType

String getType()
Gets the type.

Returns:
the type


Copyright © 2013. All Rights Reserved.