de.deepamehta.core
Interface Role

Show UML class diagram
All Superinterfaces:
JSONEnabled
All Known Subinterfaces:
AssociationRole, TopicRole
All Known Implementing Classes:
AttachedAssociationRole, AttachedRole, AttachedTopicRole

public interface Role
extends JSONEnabled


Method Summary
 Association getAssociation()
           
 RoleModel getModel()
           
 long getPlayerId()
           
 String getRoleTypeUri()
           
 void setRoleTypeUri(String roleTypeUri)
           
 
Methods inherited from interface de.deepamehta.core.JSONEnabled
toJSON
 

Method Detail

getPlayerId

long getPlayerId()

getRoleTypeUri

String getRoleTypeUri()

setRoleTypeUri

void setRoleTypeUri(String roleTypeUri)

getAssociation

Association getAssociation()

getModel

RoleModel getModel()


Copyright © 2014. All Rights Reserved.