public class CustomGroupDTO extends Object
| Constructor and Description |
|---|
CustomGroupDTO()
Empty constructor for serialization.
|
CustomGroupDTO(String name,
String regex)
Constructor with all necessary data.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getColor() |
Integer |
getCount() |
String |
getName() |
String |
getRegex() |
void |
increment()
Increment the count on this grouping.
|
void |
setColor(String color) |
void |
setCount(Integer count) |
void |
setName(String name) |
void |
setRegex(String regex) |
public String getName()
public void setName(String name)
name - the name to setpublic String getRegex()
public void setRegex(String regex)
regex - the regex to setpublic String getColor()
public void setColor(String color)
color - the color to setpublic Integer getCount()
public void setCount(Integer count)
count - the count to setpublic void increment()
Copyright © 2017. All rights reserved.