public class ComparisonChangesCategory extends Object
The separation of changes divided into categories
Constructor and Description |
---|
ComparisonChangesCategory(String categoryName)
Initializes a new instance of the
ComparisonChangesCategory class. |
Modifier and Type | Method and Description |
---|---|
String |
getCategory()
Gets or sets the category.
|
List<ChangeInfo> |
getChanges()
Gets or sets the changes.
|
void |
setCategory(String value) |
void |
setChanges(List<ChangeInfo> value) |
public ComparisonChangesCategory(String categoryName)
Initializes a new instance of the ComparisonChangesCategory
class.
public String getCategory()
Gets or sets the category.
Value: The category.public List<ChangeInfo> getChanges()
Gets or sets the changes.
Value: The changes.public void setCategory(String value)
public void setChanges(List<ChangeInfo> value)
Copyright © 2019. All rights reserved.