org.openrdf.concepts.foaf
Interface OnlineAccount

All Superinterfaces:
Entity, FoafResource, Resource

public interface OnlineAccount
extends FoafResource

An online account.


Method Summary
 Set<Object> getFoafAccountNames()
          Indicates the name (identifier) associated with this online account.
 Set<Document> getFoafAccountServiceHomepages()
          Indicates a homepage of the service provide for this online account.
 void setFoafAccountNames(Set<?> value)
          Indicates the name (identifier) associated with this online account.
 void setFoafAccountServiceHomepages(Set<? extends Document> value)
          Indicates a homepage of the service provide for this online account.
 
Methods inherited from interface org.openrdf.concepts.foaf.FoafResource
getFoafDnaChecksums, getFoafGivennames, getFoafNicks, getFoafPages, getFoafPhones, getFoafTitle, setFoafDnaChecksums, setFoafGivennames, setFoafNicks, setFoafPages, setFoafPhones, setFoafTitle
 
Methods inherited from interface org.openrdf.concepts.rdfs.Resource
getRdfsComment, getRdfsIsDefinedBy, getRdfsLabel, getRdfsMembers, getRdfsSeeAlso, getRdfTypes, getRdfValues, setRdfsComment, setRdfsIsDefinedBy, setRdfsLabel, setRdfsMembers, setRdfsSeeAlso, setRdfTypes, setRdfValues
 
Methods inherited from interface org.openrdf.elmo.Entity
getElmoManager, getQName
 

Method Detail

getFoafAccountNames

Set<Object> getFoafAccountNames()
Indicates the name (identifier) associated with this online account.


setFoafAccountNames

void setFoafAccountNames(Set<?> value)
Indicates the name (identifier) associated with this online account.


getFoafAccountServiceHomepages

Set<Document> getFoafAccountServiceHomepages()
Indicates a homepage of the service provide for this online account.


setFoafAccountServiceHomepages

void setFoafAccountServiceHomepages(Set<? extends Document> value)
Indicates a homepage of the service provide for this online account.



Copyright © 2004-2008 Aduna. All Rights Reserved.