cds.savot.model
Class SavotTD

java.lang.Object
  extended by cds.savot.model.MarkupComment
      extended by cds.savot.model.SavotTD

public class SavotTD
extends MarkupComment

A data (of a row)

Version:
2.6 Copyright CDS 2002-2005 (kickoff 31 May 02)
Author:
Andre Schaaff
See Also:
SavotSet

Constructor Summary
SavotTD()
          Constructor
 
Method Summary
 java.lang.String getContent()
          Get element content
 byte[] getContentBytes()
          Get element content
 java.lang.String getEncoding()
          Get the encoding
 void setContent(java.lang.String content)
          Set element content
 void setEncoding(java.lang.String encoding)
          Set the encoding
 
Methods inherited from class cds.savot.model.MarkupComment
getAbove, getBelow, setAbove, setBelow
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SavotTD

public SavotTD()
Constructor

Method Detail

setEncoding

public void setEncoding(java.lang.String encoding)
Set the encoding

Parameters:
encoding - String (gzip, base64, dynamic, none)

getEncoding

public java.lang.String getEncoding()
Get the encoding

Returns:
a String

setContent

public void setContent(java.lang.String content)
Set element content

Parameters:
content -

getContent

public java.lang.String getContent()
Get element content

Returns:
a String

getContentBytes

public byte[] getContentBytes()
Get element content

Returns:
a String


Copyright © 2009 UDS/CNRS