gboat2.base.dao.impl
类 TGroup

java.lang.Object
  继承者 gboat2.base.dao.impl.TGroup
所有已实现的接口:
Serializable

public class TGroup
extends Object
implements Serializable

TGroup entity. @author MyEclipse Persistence Tools

另请参见:
序列化表格

构造方法摘要
TGroup()
          default constructor
TGroup(String name)
          minimal constructor
TGroup(String name, String code, Integer type, Date date, Double value, String flag)
          full constructor
 
方法摘要
 String getCode()
           
 Date getDate()
           
 String getFlag()
           
 String getId()
           
 String getName()
           
 Integer getType()
           
 Double getValue()
           
 void setCode(String code)
           
 void setDate(Date date)
           
 void setFlag(String flag)
           
 void setId(String id)
           
 void setName(String name)
           
 void setType(Integer type)
           
 void setValue(Double value)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

TGroup

public TGroup()
default constructor


TGroup

public TGroup(String name)
minimal constructor


TGroup

public TGroup(String name,
              String code,
              Integer type,
              Date date,
              Double value,
              String flag)
full constructor

方法详细信息

getId

public String getId()

setId

public void setId(String id)

getName

public String getName()

setName

public void setName(String name)

getCode

public String getCode()

setCode

public void setCode(String code)

getType

public Integer getType()

setType

public void setType(Integer type)

getDate

public Date getDate()

setDate

public void setDate(Date date)

getValue

public Double getValue()

setValue

public void setValue(Double value)

getFlag

public String getFlag()

setFlag

public void setFlag(String flag)


Copyright © 2014 广联达软件股份有限公司(Glodon Software Co., Ltd.). All rights reserved.