public class PrefixedSequentialIdSetter extends java.lang.Object implements ListIdSetter<Property>
Constructor and Description |
---|
PrefixedSequentialIdSetter() |
Modifier and Type | Method and Description |
---|---|
void |
addIds(java.util.List<Property> items)
Adds the ids.
|
java.lang.String |
getPrefix()
Gets the prefix.
|
void |
setPrefix(java.lang.String prefix)
Sets the prefix.
|
public void addIds(java.util.List<Property> items)
ListIdSetter
addIds
in interface ListIdSetter<Property>
items
- the idablespublic java.lang.String getPrefix()
public void setPrefix(java.lang.String prefix)
prefix
- the new prefix