com.jdon.controller.model
类 DynamicModel

java.lang.Object
  继承者 com.jdon.controller.model.Model
      继承者 com.jdon.controller.model.DynamicModel
所有已实现的接口:
Cacheable, ModelIF, Serializable, Cloneable

public class DynamicModel
extends Model

Dynamic Model this class can be used for DTO

作者:
banq
另请参见:
序列化表格

构造方法摘要
DynamicModel()
           
 
方法摘要
 String getStringValue(String key)
           
 Object getValue(String key)
           
 boolean isEmpty()
           
 void put(String key, Object value)
           
 void put(String key, String value)
           
 String toString()
           
 
从类 com.jdon.controller.model.Model 继承的方法
isCacheable, isModified, setCacheable, setModified
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

DynamicModel

public DynamicModel()
方法详细信息

getValue

public Object getValue(String key)

getStringValue

public String getStringValue(String key)

put

public void put(String key,
                String value)

put

public void put(String key,
                Object value)

isEmpty

public boolean isEmpty()

toString

public String toString()
覆盖:
Object 中的 toString


Copyright © 2013. All Rights Reserved.