public class Model extends Object implements ModelIF
| 构造器和说明 |
|---|
Model() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
isCacheable()
in the past version, this method name is isCacheble, now change it after
1.3 !
|
boolean |
isModified() |
void |
setCacheable(boolean cacheable)
in the past version, this method name is setCacheble, now change it after
1.3 !
|
void |
setModified(boolean modified)
set the property has been modified such as : setName(String name){
this.name = name; setModified(true); }
|
public boolean isCacheable()
isCacheable 在接口中 CacheableisCacheable 在接口中 ModelIFpublic void setCacheable(boolean cacheable)
setCacheable 在接口中 CacheablesetCacheable 在接口中 ModelIFpublic boolean isModified()
isModified 在接口中 ModelIFpublic void setModified(boolean modified)
setModified 在接口中 ModelIFCopyright © 2018. All rights reserved.