public class DocumentBean extends PersistenceBean<Document>
| Constructor and Description |
|---|
DocumentBean() |
| Modifier and Type | Method and Description |
|---|---|
protected Document |
createObject(IPersistenceSession session) |
protected void |
fromObject(Document obj,
IPersistenceSession session) |
AnnotationsBean |
getAnnotations() |
List<FactoryBean> |
getDocumentResources() |
String |
getId() |
void |
setAnnotations(AnnotationsBean annotations) |
void |
setDocumentResources(List<FactoryBean> documentResources) |
void |
setId(String id) |
protected void |
setObject(Document obj,
IPersistenceSession session) |
get, getRefId, set, setRefIdprotected Document createObject(IPersistenceSession session)
createObject in class PersistenceBean<Document>protected void fromObject(Document obj, IPersistenceSession session)
fromObject in class PersistenceBean<Document>protected void setObject(Document obj, IPersistenceSession session)
setObject in class PersistenceBean<Document>public AnnotationsBean getAnnotations()
public void setAnnotations(AnnotationsBean annotations)
public String getId()
public void setId(String id)
public List<FactoryBean> getDocumentResources()
public void setDocumentResources(List<FactoryBean> documentResources)
Copyright © 2019. All rights reserved.