public class ChangeInfo extends Object
Represents information about change.
Constructor and Description |
---|
ChangeInfo() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getAuthors()
Authors.
|
Rectangle |
getBox()
Coordinates of changed element.
|
ComparisonAction |
getComparisonAction()
Action (accept or reject).
|
String |
getComponentType()
Type of changed component
|
int |
getId()
Id of change.
|
PageInfo |
getPageInfo()
Page where current change is placed.
|
String |
getSourceText()
Changed text of source doc.
|
List<StyleChangeInfo> |
getStyleChanges()
Style changes.
|
String |
getTargetText()
Changed text of target doc.
|
String |
getText()
Text value of change.
|
ChangeType |
getType()
Type of change.
|
void |
setAuthors(List<String> value)
Authors.
|
void |
setBox(Rectangle value)
Coordinates of changed element.
|
void |
setComparisonAction(ComparisonAction value)
Action (accept or reject).
|
void |
setComponentType(String componentType)
Type of changed component
|
void |
setId(int value)
Id of change.
|
void |
setPageInfo(PageInfo value)
Page where current change is placed.
|
void |
setSourceText(String sourceText)
Changed text of source doc.
|
void |
setStyleChanges(List<StyleChangeInfo> value)
Style changes.
|
void |
setTargetText(String mTargetText)
Changed text of target doc.
|
void |
setText(String value)
Text value of change.
|
String |
toString() |
public final Rectangle getBox()
Coordinates of changed element.
public final ComparisonAction getComparisonAction()
Action (accept or reject). This field tells comparison what to do with this change.
public String getComponentType()
public final int getId()
Id of change.
public final PageInfo getPageInfo()
Page where current change is placed.
public String getSourceText()
public final List<StyleChangeInfo> getStyleChanges()
Style changes.
public String getTargetText()
public final String getText()
Text value of change.
public final ChangeType getType()
Type of change.
public final void setBox(Rectangle value)
Coordinates of changed element.
value
- the valuepublic final void setComparisonAction(ComparisonAction value)
Action (accept or reject). This field tells comparison what to do with this change.
value
- the valuepublic void setComponentType(String componentType)
componentType
- the component typepublic final void setId(int value)
Id of change.
value
- the valuepublic final void setPageInfo(PageInfo value)
Page where current change is placed.
value
- the valuepublic void setSourceText(String sourceText)
sourceText
- text of source doc.public final void setStyleChanges(List<StyleChangeInfo> value)
Style changes.
value
- the valuepublic void setTargetText(String mTargetText)
mTargetText
- Changed text of target doc.public final void setText(String value)
Text value of change.
value
- the valueCopyright © 2023. All rights reserved.