cn.remex.db.model.config
类 ValueMappingConfig

java.lang.Object
  继承者 cn.remex.db.rsql.model.ModelableImpl
      继承者 cn.remex.db.model.config.ValueMappingConfig
所有已实现的接口:
Modelable, SerialNoGenerator, Serializable

public class ValueMappingConfig
extends ModelableImpl

另请参见:
序列化表格

字段摘要
 
从接口 cn.remex.db.rsql.model.SerialNoGenerator 继承的字段
ORM_CURMAX_ID, ORM_ID_NUMLEN
 
构造方法摘要
ValueMappingConfig()
           
 
方法摘要
 String getDesc()
           
 String getMapType()
           
 String getName()
           
 ValueMappingConfig getParentGroup()
           
 List<ValueMappingGroup> getValueMappingGroups()
           
 void setDesc(String desc)
           
 void setMapType(String mapType)
           
 void setName(String name)
           
 void setParentGroup(ValueMappingConfig parentGroup)
           
 void setValueMappingGroups(List<ValueMappingGroup> valueMappingGroups)
           
 
从类 cn.remex.db.rsql.model.ModelableImpl 继承的方法
_addModifyFileds, _getModifyFileds, _isAopModelBean, _setAopModelBean, createSerialNo, equals, generateId, getCreateOperator_name, getCreateOperator, getCreateTime, getDataStatus, getId, getModifyOperator_name, getModifyOperator, getModifyTime, getNote, getOwnership_name, getVersion, obtainAbbreviation, obtainIdFormat, obtainSerialNoFormat, setCreateOperator_name, setCreateOperator, setCreateTime, setDataStatus, setId, setModifyOperator_name, setModifyOperator, setModifyTime, setNote, setOwnership_name, setVersion, trigger
 
从类 java.lang.Object 继承的方法
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ValueMappingConfig

public ValueMappingConfig()
方法详细信息

getName

public String getName()
指定者:
接口 Modelable 中的 getName
覆盖:
ModelableImpl 中的 getName

setName

public void setName(String name)
指定者:
接口 Modelable 中的 setName
覆盖:
ModelableImpl 中的 setName

getValueMappingGroups

public List<ValueMappingGroup> getValueMappingGroups()

setValueMappingGroups

public void setValueMappingGroups(List<ValueMappingGroup> valueMappingGroups)

getDesc

public String getDesc()

getMapType

public String getMapType()

getParentGroup

public ValueMappingConfig getParentGroup()

setDesc

public void setDesc(String desc)

setMapType

public void setMapType(String mapType)

setParentGroup

public void setParentGroup(ValueMappingConfig parentGroup)


Copyright © 2016. All rights reserved.