类 CoreConstantBean
- java.lang.Object
-
- net.sinodawn.framework.support.domain.AbstractBaseData
-
- net.sinodawn.framework.support.domain.AbstractPersistable<ID>
-
- net.sinodawn.framework.support.domain.AbstractInsertable<String>
-
- net.sinodawn.module.sys.constant.bean.CoreConstantBean
-
- 所有已实现的接口:
Serializable,BaseData,Insertable<String>,Persistable<String>
public class CoreConstantBean extends AbstractInsertable<String> implements Insertable<String>
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 CoreConstantBean()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetClassfication()StringgetConstantDesc()StringgetConstantValue()StringgetId()StringgetShow()voidsetClassfication(String classfication)voidsetConstantDesc(String constantDesc)voidsetConstantValue(String constantValue)voidsetId(String id)voidsetShow(String show)-
从类继承的方法 net.sinodawn.framework.support.domain.AbstractInsertable
getCreatedById, getCreatedByName, getCreatedByOrgId, getCreatedByOrgName, getCreatedTime, setCreatedById, setCreatedByName, setCreatedByOrgId, setCreatedByOrgName, setCreatedTime, toString
-
从类继承的方法 net.sinodawn.framework.support.domain.AbstractBaseData
getExt$, getExt$Item, setExt$, setExt$Item
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
从接口继承的方法 net.sinodawn.framework.support.domain.BaseData
getExt$, setExt$, setExt$Item
-
从接口继承的方法 net.sinodawn.framework.support.domain.Insertable
getCreatedById, getCreatedByName, getCreatedByOrgId, getCreatedByOrgName, getCreatedTime, setCreatedById, setCreatedByName, setCreatedByOrgId, setCreatedByOrgName, setCreatedTime
-
-
-
-
方法详细资料
-
getId
public String getId()
- 指定者:
getId在接口中Persistable<String>
-
setId
public void setId(String id)
- 指定者:
setId在接口中Persistable<String>
-
getConstantValue
public String getConstantValue()
-
setConstantValue
public void setConstantValue(String constantValue)
-
getConstantDesc
public String getConstantDesc()
-
setConstantDesc
public void setConstantDesc(String constantDesc)
-
getClassfication
public String getClassfication()
-
setClassfication
public void setClassfication(String classfication)
-
getShow
public String getShow()
-
setShow
public void setShow(String show)
-
-