org.crazycake.ScaffoldUnit.model
类 SMethod

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

public class SMethod
extends Object


构造方法摘要
SMethod()
           
 
方法摘要
 String getN()
           
 List<STable> getTs()
           
 void setN(String n)
           
 void setTs(List<STable> ts)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

SMethod

public SMethod()
方法详细信息

getN

public String getN()

setN

public void setN(String n)

getTs

public List<STable> getTs()

setTs

public void setTs(List<STable> ts)


Copyright © 2014. All rights reserved.