com.ebmwebsourcing.commons.schema.impl
Class Documentation

java.lang.Object
  extended by com.ebmwebsourcing.commons.schema.api.abstractElmt.AbstractSchemaElement<Documentation>
      extended by com.ebmwebsourcing.commons.schema.impl.Documentation
All Implemented Interfaces:
Documentation, SchemaElement, java.io.Serializable

public class Documentation
extends AbstractSchemaElement<Documentation>
implements Documentation

Author:
Nicolas Salatge - eBM WebSourcing
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ebmwebsourcing.commons.schema.api.abstractElmt.AbstractSchemaElement
documentation, model
 
Constructor Summary
Documentation()
           
Documentation(Documentation doc)
           
 
Method Summary
 java.lang.String getContent()
          Get the content of this documentation.
 void setContent(java.lang.String content)
          Set the content of this documentation.
 
Methods inherited from class com.ebmwebsourcing.commons.schema.api.abstractElmt.AbstractSchemaElement
createDocumentation, getDocumentation, getModel, setDocumentation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ebmwebsourcing.commons.schema.api.SchemaElement
createDocumentation, getDocumentation, setDocumentation
 

Constructor Detail

Documentation

public Documentation()

Documentation

public Documentation(Documentation doc)
Method Detail

getContent

public java.lang.String getContent()
Description copied from interface: Documentation
Get the content of this documentation.

Specified by:
getContent in interface Documentation
Returns:
the content

setContent

public void setContent(java.lang.String content)
Description copied from interface: Documentation
Set the content of this documentation.

Specified by:
setContent in interface Documentation
Parameters:
content - the content


Copyright © 2008 eBM WebSourcing. All Rights Reserved.