org.usergrid.persistence
Interface CollectionRef

All Superinterfaces:
AssociatedEntityRef, EntityRef
All Known Implementing Classes:
SimpleCollectionRef

public interface CollectionRef
extends AssociatedEntityRef


Method Summary
 String getCollectionName()
           
 EntityRef getItemRef()
           
 EntityRef getOwnerEntity()
           
 
Methods inherited from interface org.usergrid.persistence.EntityRef
getType, getUuid
 

Method Detail

getOwnerEntity

EntityRef getOwnerEntity()

getCollectionName

String getCollectionName()

getItemRef

EntityRef getItemRef()


Copyright © 2013. All Rights Reserved.