@Deprecated public class EndingBean extends Object implements IPersistenceBean
| Constructor and Description |
|---|
EndingBean()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
get(Class<T> classRef)
Deprecated.
|
List<FactoryBean> |
getAnnotations()
Deprecated.
|
String |
getId()
Deprecated.
|
FactoryBean |
getSkeleton()
Deprecated.
|
void |
init(IPersistenceSession session)
Deprecated.
|
IPersistenceBean |
set(Object obj)
Deprecated.
|
void |
setAnnotations(List<FactoryBean> annotations)
Deprecated.
|
void |
setId(String id)
Deprecated.
|
void |
setSkeleton(FactoryBean skeleton)
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 getId()
public void setId(String id)
public FactoryBean getSkeleton()
public void setSkeleton(FactoryBean skeleton)
public List<FactoryBean> getAnnotations()
public void setAnnotations(List<FactoryBean> annotations)
Copyright © 2019. All rights reserved.