org.ow2.orchestra.pvm.internal.lob
Class Clob

java.lang.Object
  extended by org.ow2.orchestra.pvm.internal.lob.Clob

public class Clob
extends Object


Field Summary
protected  List<String> chops
           
protected  Clob clob
           
static ClobStrategy DEFAULT_CLOB_STRATEGY
           
protected  String text
           
 
Constructor Summary
Clob()
           
Clob(char[] text)
           
 
Method Summary
 char[] extractChars()
           
 List<String> getChops()
           
 Clob getClob()
           
protected  ClobStrategy getClobStrategy()
           
 String getText()
           
 void setChops(List<String> chops)
           
 void setClob(Clob clob)
           
 void setText(String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_CLOB_STRATEGY

public static final ClobStrategy DEFAULT_CLOB_STRATEGY

clob

protected Clob clob

text

protected String text

chops

protected List<String> chops
Constructor Detail

Clob

public Clob()

Clob

public Clob(char[] text)
Method Detail

extractChars

public char[] extractChars()

getClobStrategy

protected ClobStrategy getClobStrategy()

getChops

public List<String> getChops()

setChops

public void setChops(List<String> chops)

getClob

public Clob getClob()

setClob

public void setClob(Clob clob)

getText

public String getText()

setText

public void setText(String text)


Copyright © 2011 OW2 Consortium. All Rights Reserved.