Added getName to fillerSet
This commit is contained in:
parent
1e742ac68d
commit
c92e32b96d
1 changed files with 8 additions and 0 deletions
|
@ -26,6 +26,14 @@ public class FillerSet implements XmlRepresentable, Comparable {
|
|||
private FillerFactory factory;
|
||||
private String name;
|
||||
|
||||
|
||||
/**
|
||||
* @return the name
|
||||
*/
|
||||
public String getName() {
|
||||
return name;
|
||||
}
|
||||
|
||||
public FillerSet(MetaBlock[] blocks) {
|
||||
weightedFillerBlocks = blocks;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue