public class CategoryChange extends Object
The separation of changes divided into categories
Constructor and Description |
---|
CategoryChange(String categoryName)
Create new Instance of CategoryChange
|
Modifier and Type | Method and Description |
---|---|
String |
getCategory()
Gets or sets the category.
|
List<ChangeInfo> |
getChanges()
Gets or sets the changes.
|
void |
setChanges(List<ChangeInfo> value)
Gets or sets the changes.
|
public CategoryChange(String categoryName)
Create new Instance of CategoryChange
categoryName
- Category Namepublic final String getCategory()
Gets or sets the category.
Value: The category.public final List<ChangeInfo> getChanges()
Gets or sets the changes.
Value: The changes.public final void setChanges(List<ChangeInfo> value)
Gets or sets the changes.
Value: The changes.value
- the value