org.swixml.examples.wizard
Class GenerateBean

java.lang.Object
  extended by org.swixml.examples.wizard.GenerateBean

public class GenerateBean
extends Object


Field Summary
 org.apache.ddlutils.model.Table table
           
 
Constructor Summary
GenerateBean(org.apache.ddlutils.model.Table table)
           
 
Method Summary
 String getBeanName()
           
 String getTableName()
           
 boolean isSelected()
           
 void setBeanName(String beanName)
           
 void setSelected(boolean selected)
           
 void setTableName(String tableName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

table

public final org.apache.ddlutils.model.Table table
Constructor Detail

GenerateBean

public GenerateBean(org.apache.ddlutils.model.Table table)
Method Detail

isSelected

public final boolean isSelected()

setSelected

public final void setSelected(boolean selected)

getTableName

public final String getTableName()

setTableName

public final void setTableName(String tableName)

getBeanName

public final String getBeanName()

setBeanName

public final void setBeanName(String beanName)


Copyright © 2013. All Rights Reserved.