org.usergrid.persistence.cassandra
Class ConnectedEntityRefImpl
java.lang.Object
org.usergrid.persistence.SimpleEntityRef
org.usergrid.persistence.cassandra.ConnectedEntityRefImpl
- All Implemented Interfaces:
- ConnectedEntityRef, EntityRef
public class ConnectedEntityRefImpl
- extends SimpleEntityRef
- implements ConnectedEntityRef
Methods inherited from class org.usergrid.persistence.SimpleEntityRef |
equals, getType, getType, getUuid, getUuid, hashCode, ref, ref, ref, ref, toString |
ConnectedEntityRefImpl
public ConnectedEntityRefImpl()
ConnectedEntityRefImpl
public ConnectedEntityRefImpl(UUID entityId)
ConnectedEntityRefImpl
public ConnectedEntityRefImpl(EntityRef ref)
ConnectedEntityRefImpl
public ConnectedEntityRefImpl(String connectionType,
EntityRef connectedEntity)
ConnectedEntityRefImpl
public ConnectedEntityRefImpl(String connectionType,
String entityType,
UUID entityId)
getConnectionType
public String getConnectionType()
- Specified by:
getConnectionType
in interface ConnectedEntityRef
getConnectionType
public static String getConnectionType(ConnectedEntityRef connection)
getConnectedEntityId
public static UUID getConnectedEntityId(ConnectedEntityRef connection)
getConnectedEntityType
public static String getConnectedEntityType(ConnectedEntityRef connection)
Copyright © 2013. All Rights Reserved.