public class DocumentPart extends BaseReferenceable implements IMultilingual
parentId, refCountid, isTranslatable, mimeType, name, preserveWS, typeCOPY_ALL, COPY_CONTENT, COPY_PROPERTIES, COPY_SEGMENTATION, COPY_SEGMENTED_CONTENT, CREATE_EMPTY| Constructor and Description |
|---|
DocumentPart() |
DocumentPart(String id,
boolean isReferent)
Creates a new DocumentPart object.
|
DocumentPart(String id,
boolean isReferent,
ISkeleton skeleton)
Creates a new DocumentPart object.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Property> |
getSourceProperties() |
String |
toString() |
getParentId, getReferenceCount, isReferent, setIsReferent, setParentId, setReferenceCountgetAnnotations, getId, getMimeType, getName, getProperties, getSkeleton, getType, isTranslatable, preserveWhitespaces, setId, setIsTranslatable, setMimeType, setName, setPreserveWhitespaces, setSkeleton, setTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetMimeType, getName, getType, isTranslatable, preserveWhitespaces, setIsTranslatable, setMimeType, setName, setPreserveWhitespaces, setTypecopy, getProperties, getProperty, getPropertyNames, hasProperty, propertyIterator, removeProperty, setPropertyannotationIterator, clear, copy, getAnnotation, getAnnotations, getAnnotationsTypesAsSet, hasAnnotation, hasAnnotations, remove, setAnnotationgetSkeleton, setSkeletoncopy, getSourceProperty, getSourcePropertyNames, hasSourceProperty, removeSourceProperty, setSourcePropertycopy, createTargetProperty, createTargetProperty, getAnnotations, getTargetLocales, getTargetProperties, getTargetProperty, getTargetPropertyNames, hasTargetProperty, removeTargetProperty, setTargetPropertypublic DocumentPart()
public DocumentPart(String id, boolean isReferent)
id - The ID of this resource.isReferent - Indicates if this resource is a referent (i.e. is referred to
by another resource) or not.public DocumentPart(String id, boolean isReferent, ISkeleton skeleton)
id - The ID of this resource.isReferent - Indicates if this resource is a referent (i.e. is referred to
by another resource) or not.skeleton - The skeleton associated with this resource.public String toString()
toString in class BaseNameablepublic Map<String,Property> getSourceProperties()
getSourceProperties in interface IWithSourcePropertiesMap of source properties for the implementer of interfaceCopyright © 2021. All rights reserved.