public class ChangeInfo extends Object
Change info object
Constructor and Description |
---|
ChangeInfo() |
Modifier and Type | Method and Description |
---|---|
int |
getAction()
Action for current change
|
String |
getActionStr()
Action for current change
|
List<String> |
getAuthors() |
Rectangle |
getBox()
Area of change
|
int |
getId()
|
Page |
getPage()
Page where current change is placed
|
StyleChangeInfo[] |
getStyleChanges()
Style changes
|
String |
getText()
Text value of change
|
int |
getType()
Type of change
|
String |
getTypeStr()
Type of change
|
void |
setAction(int value)
Action for current change
|
void |
setAuthors(List<String> value)
Authors
|
void |
setBox(Rectangle value)
Area of change
|
void |
setId(int value)
|
void |
setPage(Page value)
Page where current change is placed
|
void |
setStyleChanges(StyleChangeInfo[] value)
Style changes
|
void |
setText(String value)
Text value of change
|
void |
setType(int value)
Type of change
|
public int getId()
public void setId(int value)
value
- the valuepublic int getType()
Type of change
public void setType(int value)
Type of change
value
- the valuepublic String getTypeStr()
Type of change
public int getAction()
Action for current change
public void setAction(int value)
Action for current change
value
- the valuepublic String getActionStr()
Action for current change
public Page getPage()
Page where current change is placed
public void setPage(Page value)
Page where current change is placed
value
- the valuepublic Rectangle getBox()
Area of change
public void setBox(Rectangle value)
Area of change
value
- the valuepublic String getText()
Text value of change
public void setText(String value)
Text value of change
value
- the valuepublic StyleChangeInfo[] getStyleChanges()
Style changes
public void setStyleChanges(StyleChangeInfo[] value)
Style changes
value
- the valueCopyright © 2018. All rights reserved.