@Deprecated public class BaseNameableBean extends Object implements IPersistenceBean
| Constructor and Description |
|---|
BaseNameableBean()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
get(Class<T> classRef)
Deprecated.
|
List<FactoryBean> |
getAnnotations()
Deprecated.
|
String |
getId()
Deprecated.
|
String |
getMimeType()
Deprecated.
|
String |
getName()
Deprecated.
|
List<PropertyBean> |
getProperties()
Deprecated.
|
FactoryBean |
getSkeleton()
Deprecated.
|
List<PropertyBean> |
getSourceProperties()
Deprecated.
|
String |
getType()
Deprecated.
|
void |
init(IPersistenceSession session)
Deprecated.
|
boolean |
isPreserveWS()
Deprecated.
|
boolean |
isTranslatable()
Deprecated.
|
IPersistenceBean |
set(Object obj)
Deprecated.
|
void |
setAnnotations(List<FactoryBean> annotations)
Deprecated.
|
void |
setId(String id)
Deprecated.
|
void |
setMimeType(String mimeType)
Deprecated.
|
void |
setName(String name)
Deprecated.
|
void |
setPreserveWS(boolean preserveWS)
Deprecated.
|
void |
setProperties(List<PropertyBean> properties)
Deprecated.
|
void |
setSkeleton(FactoryBean skeleton)
Deprecated.
|
void |
setSourceProperties(List<PropertyBean> sourceProperties)
Deprecated.
|
void |
setTranslatable(boolean isTranslatable)
Deprecated.
|
void |
setType(String type)
Deprecated.
|
public <T> T get(Class<T> classRef)
get in interface IPersistenceBeanpublic void init(IPersistenceSession session)
init in interface IPersistenceBeanpublic IPersistenceBean set(Object obj)
set in interface IPersistenceBeanpublic String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getType()
public void setType(String type)
public String getMimeType()
public void setMimeType(String mimeType)
public boolean isTranslatable()
public void setTranslatable(boolean isTranslatable)
public boolean isPreserveWS()
public void setPreserveWS(boolean preserveWS)
public List<PropertyBean> getProperties()
public void setProperties(List<PropertyBean> properties)
public List<FactoryBean> getAnnotations()
public void setAnnotations(List<FactoryBean> annotations)
public List<PropertyBean> getSourceProperties()
public void setSourceProperties(List<PropertyBean> sourceProperties)
public FactoryBean getSkeleton()
public void setSkeleton(FactoryBean skeleton)
Copyright © 2019. All rights reserved.