ubiware.rdf2bean.social
Class HumanConnection

java.lang.Object
  extended by ubiware.rdf2bean.core.RDFResource
      extended by ubiware.rdf2bean.social.HumanConnection

public class HumanConnection
extends RDFResource


Field Summary
static java.lang.String handledResource
           
 
Fields inherited from class ubiware.rdf2bean.core.RDFResource
properties
 
Constructor Summary
HumanConnection(java.lang.String resourceURI, java.util.Map<java.lang.String,java.util.Set<java.lang.String>> props, Storage s)
           
 
Method Summary
 java.lang.String getHasDisplayName()
           
 java.util.List<SocialNetworkProfile> getHasProfile()
           
<T extends SocialNetworkProfile>
T
getProfileByType(java.lang.Class<T> class1)
          Start - Convenience methods for Mashupper webapp
 void setHasDisplayName(java.lang.String value)
           
 void setHasProfile(java.util.List<SocialNetworkProfile> listProfiles)
           
 java.lang.String toString()
           
 
Methods inherited from class ubiware.rdf2bean.core.RDFResource
equals, getResourceURI, getSingleResourceValue, getSingleStringValue, getStorage, getUri, giveMeResourceInstance, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

handledResource

public static java.lang.String handledResource
Constructor Detail

HumanConnection

public HumanConnection(java.lang.String resourceURI,
                       java.util.Map<java.lang.String,java.util.Set<java.lang.String>> props,
                       Storage s)
Method Detail

getHasProfile

public java.util.List<SocialNetworkProfile> getHasProfile()

setHasProfile

public void setHasProfile(java.util.List<SocialNetworkProfile> listProfiles)

getHasDisplayName

public java.lang.String getHasDisplayName()

setHasDisplayName

public void setHasDisplayName(java.lang.String value)

toString

public java.lang.String toString()
Overrides:
toString in class RDFResource

getProfileByType

public <T extends SocialNetworkProfile> T getProfileByType(java.lang.Class<T> class1)
Start - Convenience methods for Mashupper webapp