public class TextContainerBean extends PersistenceBean<TextContainer>
| Constructor and Description |
|---|
TextContainerBean() |
| Modifier and Type | Method and Description |
|---|---|
protected TextContainer |
createObject(IPersistenceSession session) |
protected void |
fromObject(TextContainer obj,
IPersistenceSession session) |
AnnotationsBean |
getAnnotations() |
List<FactoryBean> |
getParts() |
List<PropertyBean> |
getProperties() |
SegmentsBean |
getSegments() |
boolean |
isSegApplied() |
void |
setAnnotations(AnnotationsBean annotations) |
protected void |
setObject(TextContainer obj,
IPersistenceSession session) |
void |
setParts(List<FactoryBean> parts) |
void |
setProperties(List<PropertyBean> properties) |
void |
setSegApplied(boolean segApplied) |
void |
setSegments(SegmentsBean segments) |
get, getRefId, set, setRefIdprotected TextContainer createObject(IPersistenceSession session)
createObject in class PersistenceBean<TextContainer>protected void fromObject(TextContainer obj, IPersistenceSession session)
fromObject in class PersistenceBean<TextContainer>protected void setObject(TextContainer obj, IPersistenceSession session)
setObject in class PersistenceBean<TextContainer>public AnnotationsBean getAnnotations()
public void setAnnotations(AnnotationsBean annotations)
public List<PropertyBean> getProperties()
public void setProperties(List<PropertyBean> properties)
public List<FactoryBean> getParts()
public void setParts(List<FactoryBean> parts)
public boolean isSegApplied()
public void setSegApplied(boolean segApplied)
public SegmentsBean getSegments()
public void setSegments(SegmentsBean segments)
Copyright © 2019. All rights reserved.