@Deprecated public class PropertyBean extends Object implements IPersistenceBean
| Constructor and Description |
|---|
PropertyBean()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
get(Class<T> classRef)
Deprecated.
|
List<FactoryBean> |
getAnnotations()
Deprecated.
|
String |
getName()
Deprecated.
|
String |
getValue()
Deprecated.
|
void |
init(IPersistenceSession session)
Deprecated.
|
boolean |
isReadOnly()
Deprecated.
|
IPersistenceBean |
set(Object obj)
Deprecated.
|
void |
setAnnotations(List<FactoryBean> annotations)
Deprecated.
|
void |
setValue(String value)
Deprecated.
|
public void init(IPersistenceSession session)
init in interface IPersistenceBeanpublic <T> T get(Class<T> classRef)
get in interface IPersistenceBeanpublic IPersistenceBean set(Object obj)
set in interface IPersistenceBeanpublic String getValue()
public void setValue(String value)
public List<FactoryBean> getAnnotations()
@Deprecated public void setAnnotations(List<FactoryBean> annotations)
public String getName()
public boolean isReadOnly()
Copyright © 2019. All rights reserved.