public class InlineAnnotationBean extends PersistenceBean<InlineAnnotation>
| Constructor and Description |
|---|
InlineAnnotationBean() |
| Modifier and Type | Method and Description |
|---|---|
protected InlineAnnotation |
createObject(IPersistenceSession session) |
protected void |
fromObject(InlineAnnotation obj,
IPersistenceSession session) |
String |
getData() |
void |
setData(String data) |
protected void |
setObject(InlineAnnotation obj,
IPersistenceSession session) |
get, getRefId, set, setRefIdprotected InlineAnnotation createObject(IPersistenceSession session)
createObject in class PersistenceBean<InlineAnnotation>protected void fromObject(InlineAnnotation obj, IPersistenceSession session)
fromObject in class PersistenceBean<InlineAnnotation>protected void setObject(InlineAnnotation obj, IPersistenceSession session)
setObject in class PersistenceBean<InlineAnnotation>public void setData(String data)
public String getData()
Copyright © 2019. All rights reserved.