Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

nectar.data
Class Insert  view Insert download Insert.java

java.lang.Object
  extended bynectar.data.Insert

public class Insert
extends java.lang.Object


Field Summary
private  java.util.Collection fields
           
private  java.lang.String table
           
private  java.util.Collection values
           
 
Constructor Summary
Insert()
          Creates a new instance of Insert
 
Method Summary
 void addValue(java.lang.String field, java.lang.String value)
           
 java.util.Collection getFields()
           
 java.lang.String getTable()
           
 java.util.Collection getValues()
           
 void setFields(java.util.Collection fields)
           
 void setTable(java.lang.String s)
           
 void setValues(java.util.Collection values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

table

private java.lang.String table

fields

private java.util.Collection fields

values

private java.util.Collection values
Constructor Detail

Insert

public Insert()
Creates a new instance of Insert

Method Detail

setTable

public void setTable(java.lang.String s)

getTable

public java.lang.String getTable()

setFields

public void setFields(java.util.Collection fields)

getFields

public java.util.Collection getFields()

setValues

public void setValues(java.util.Collection values)

getValues

public java.util.Collection getValues()

addValue

public void addValue(java.lang.String field,
                     java.lang.String value)