org.crazycake.ScaffoldUnit.model
类 STable

java.lang.Object
  继承者 org.crazycake.ScaffoldUnit.model.STable

public class STable
extends Object


构造方法摘要
STable()
           
 
方法摘要
 List<List<SCol>> getRs()
           
 String getT()
           
 void setRs(List<List<SCol>> rs)
           
 void setT(String t)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

STable

public STable()
方法详细信息

getT

public String getT()

setT

public void setT(String t)

getRs

public List<List<SCol>> getRs()

setRs

public void setRs(List<List<SCol>> rs)


Copyright © 2014. All rights reserved.