com.ldodds.foaf.thinlet.model
Class Document

java.lang.Object
  |
  +--com.ldodds.foaf.thinlet.model.AnnotableObject
        |
        +--com.ldodds.foaf.thinlet.model.FOAFObject
              |
              +--com.ldodds.foaf.thinlet.model.Document
All Implemented Interfaces:
Annotable, Exportable, Validatable

public class Document
extends FOAFObject

This code is Public Domain

Author:
ccslrd

Fields inherited from class com.ldodds.foaf.thinlet.model.AnnotableObject
_properties
 
Constructor Summary
Document()
           
 
Method Summary
 void export(Exporter exporter)
          Indicates the object should export itself using the given Exporter.
 
Methods inherited from class com.ldodds.foaf.thinlet.model.FOAFObject
addValidationError, doValidation, getErrors, validate
 
Methods inherited from class com.ldodds.foaf.thinlet.model.AnnotableObject
add, add, addAsList, get, getAsList, getProperties, has
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Document

public Document()
Method Detail

export

public void export(Exporter exporter)
            throws java.io.IOException
Description copied from interface: Exportable
Indicates the object should export itself using the given Exporter.
Overrides:
export in class FOAFObject
See Also:
com.ldodds.foaf.thinlet.Exportable#export(Exporter)