public class ITSContentBean extends PersistenceBean<ITSContent>
| Constructor and Description |
|---|
ITSContentBean() |
| Modifier and Type | Method and Description |
|---|---|
protected ITSContent |
createObject(IPersistenceSession session) |
protected void |
fromObject(ITSContent obj,
IPersistenceSession session) |
CharsetEncoderBean |
getEncoder() |
List<GenericAnnotationsBean> |
getStandoff() |
boolean |
isHTML5() |
boolean |
isXLIFF() |
void |
setEncoder(CharsetEncoderBean encoder) |
void |
setHTML5(boolean isHTML5) |
protected void |
setObject(ITSContent obj,
IPersistenceSession session) |
void |
setStandoff(List<GenericAnnotationsBean> standoff) |
void |
setXLIFF(boolean isXLIFF) |
get, getRefId, set, setRefIdprotected ITSContent createObject(IPersistenceSession session)
createObject in class PersistenceBean<ITSContent>protected void setObject(ITSContent obj, IPersistenceSession session)
setObject in class PersistenceBean<ITSContent>protected void fromObject(ITSContent obj, IPersistenceSession session)
fromObject in class PersistenceBean<ITSContent>public CharsetEncoderBean getEncoder()
public void setEncoder(CharsetEncoderBean encoder)
public boolean isHTML5()
public void setHTML5(boolean isHTML5)
public boolean isXLIFF()
public void setXLIFF(boolean isXLIFF)
public List<GenericAnnotationsBean> getStandoff()
public void setStandoff(List<GenericAnnotationsBean> standoff)
Copyright © 2019. All rights reserved.