org.openprovenance.elmo
Class RdfAccount

java.lang.Object
  extended by org.openprovenance.model.Account
      extended by org.openprovenance.elmo.RdfAccount
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString, HasFacade, Annotable, Identifiable

public class RdfAccount
extends Account
implements HasFacade


Field Summary
 
Fields inherited from class org.openprovenance.model.Account
annotation, id
 
Constructor Summary
RdfAccount(org.openrdf.elmo.ElmoManager manager, QName qname)
           
RdfAccount(org.openrdf.elmo.ElmoManager manager, String prefix)
           
 
Method Summary
 Account findMyFacade()
           
 QName getQName()
           
 void setId(String value)
          Sets the value of the id property.
 
Methods inherited from class org.openprovenance.model.Account
equals, equals, getAnnotation, getId, hashCode, hashCode, toString, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RdfAccount

public RdfAccount(org.openrdf.elmo.ElmoManager manager,
                  QName qname)

RdfAccount

public RdfAccount(org.openrdf.elmo.ElmoManager manager,
                  String prefix)
Method Detail

setId

public void setId(String value)
Description copied from class: Account
Sets the value of the id property.

Specified by:
setId in interface Identifiable
Overrides:
setId in class Account
Parameters:
value - allowed object is String

getQName

public QName getQName()
Specified by:
getQName in interface HasFacade

findMyFacade

public Account findMyFacade()
Specified by:
findMyFacade in interface HasFacade


Copyright © 2010. All Rights Reserved.