public class RepetitiveSegmentAnnotationBean extends PersistenceBean<RepetitiveSegmentAnnotation>
| Constructor and Description |
|---|
RepetitiveSegmentAnnotationBean() |
| Modifier and Type | Method and Description |
|---|---|
protected RepetitiveSegmentAnnotation |
createObject(IPersistenceSession session) |
protected void |
fromObject(RepetitiveSegmentAnnotation obj,
IPersistenceSession session) |
SegmentInfoBean |
getInfo() |
List<Float> |
getScores() |
List<SegmentInfoBean> |
getSegInfoBeans() |
void |
setInfo(SegmentInfoBean info) |
protected void |
setObject(RepetitiveSegmentAnnotation obj,
IPersistenceSession session) |
void |
setScores(List<Float> scores) |
void |
setSegInfoBeans(List<SegmentInfoBean> segInfoBeans) |
get, getRefId, set, setRefIdprotected RepetitiveSegmentAnnotation createObject(IPersistenceSession session)
createObject in class PersistenceBean<RepetitiveSegmentAnnotation>protected void setObject(RepetitiveSegmentAnnotation obj, IPersistenceSession session)
setObject in class PersistenceBean<RepetitiveSegmentAnnotation>protected void fromObject(RepetitiveSegmentAnnotation obj, IPersistenceSession session)
fromObject in class PersistenceBean<RepetitiveSegmentAnnotation>public SegmentInfoBean getInfo()
public void setInfo(SegmentInfoBean info)
public List<SegmentInfoBean> getSegInfoBeans()
public void setSegInfoBeans(List<SegmentInfoBean> segInfoBeans)
Copyright © 2019. All rights reserved.