org.jooq.conf
Class MappedTable

java.lang.Object
  extended by org.jooq.conf.MappedTable
All Implemented Interfaces:
Serializable

public class MappedTable
extends Object
implements Serializable

Java class for MappedTable complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="MappedTable">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="input" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="output" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String input
           
protected  String output
           
 
Constructor Summary
MappedTable()
           
 
Method Summary
 String getInput()
          Gets the value of the input property.
 String getOutput()
          Gets the value of the output property.
 void setInput(String value)
          Sets the value of the input property.
 void setOutput(String value)
          Sets the value of the output property.
 MappedTable withInput(String value)
           
 MappedTable withOutput(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

input

protected String input

output

protected String output
Constructor Detail

MappedTable

public MappedTable()
Method Detail

getInput

public String getInput()
Gets the value of the input property.

Returns:
possible object is String

setInput

public void setInput(String value)
Sets the value of the input property.

Parameters:
value - allowed object is String

getOutput

public String getOutput()
Gets the value of the output property.

Returns:
possible object is String

setOutput

public void setOutput(String value)
Sets the value of the output property.

Parameters:
value - allowed object is String

withInput

public MappedTable withInput(String value)

withOutput

public MappedTable withOutput(String value)


Copyright © 2012. All Rights Reserved.