类 ShardingGroupModel
- java.lang.Object
-
- org.sagacity.sqltoy.config.model.ShardingGroupModel
-
- 所有已实现的接口:
Serializable
public class ShardingGroupModel extends Object implements Serializable
- 版本:
- v1.0,Date:2017年11月3日
- 作者:
- zhongxuchen
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 ShardingGroupModel()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 ListgetEntities()StringgetKey()ShardingModelgetShardingModel()voidsetEntities(List entities)voidsetKey(String key)voidsetShardingModel(ShardingModel shardingModel)
-
-
-
方法详细资料
-
getKey
public String getKey()
- 返回:
- the key
-
setKey
public void setKey(String key)
- 参数:
key- the key to set
-
getShardingModel
public ShardingModel getShardingModel()
- 返回:
- the shardingModel
-
setShardingModel
public void setShardingModel(ShardingModel shardingModel)
- 参数:
shardingModel- the shardingModel to set
-
getEntities
public List getEntities()
- 返回:
- the entities
-
setEntities
public void setEntities(List entities)
- 参数:
entities- the entities to set
-
-