fr.opensagres.xdocreport.document.domain
Class DataContext

java.lang.Object
  extended by fr.opensagres.xdocreport.document.domain.DataContext

public class DataContext
extends Object


Field Summary
static DataContext[] EMPTY
           
 
Constructor Summary
DataContext()
           
 
Method Summary
 byte[] getBinary()
           
 String getKey()
           
 String getValue()
           
 void setBinary(byte[] binary)
           
 void setKey(String key)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY

public static final DataContext[] EMPTY
Constructor Detail

DataContext

public DataContext()
Method Detail

getKey

public String getKey()

setKey

public void setKey(String key)

getValue

public String getValue()

setValue

public void setValue(String value)

getBinary

public byte[] getBinary()

setBinary

public void setBinary(byte[] binary)


Copyright © 2013. All rights reserved.