public class GenericAnnotationBean extends PersistenceBean<GenericAnnotation>
| Constructor and Description |
|---|
GenericAnnotationBean() |
| Modifier and Type | Method and Description |
|---|---|
protected GenericAnnotation |
createObject(IPersistenceSession session) |
protected void |
fromObject(GenericAnnotation obj,
IPersistenceSession session) |
String |
getFields() |
String |
getType() |
void |
setFields(String fields) |
protected void |
setObject(GenericAnnotation obj,
IPersistenceSession session) |
void |
setType(String type) |
get, getRefId, set, setRefIdprotected GenericAnnotation createObject(IPersistenceSession session)
createObject in class PersistenceBean<GenericAnnotation>protected void setObject(GenericAnnotation obj, IPersistenceSession session)
setObject in class PersistenceBean<GenericAnnotation>protected void fromObject(GenericAnnotation obj, IPersistenceSession session)
fromObject in class PersistenceBean<GenericAnnotation>public String getType()
public void setType(String type)
public String getFields()
public void setFields(String fields)
Copyright © 2019. All rights reserved.