public class NumberGenerationDTO extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Integer,NumberGenerationDTO> |
PAD_LENGTH |
static BasicProperty<java.lang.String,NumberGenerationDTO> |
PREFIX |
static BasicProperty<java.lang.String,NumberGenerationDTO> |
SUFFIX |
| Constructor and Description |
|---|
NumberGenerationDTO() |
NumberGenerationDTO(Property<T,? super NumberGenerationDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.Integer |
getPadLength() |
java.lang.String |
getPrefix() |
java.lang.String |
getSuffix() |
void |
setPadLength(java.lang.Integer padLength) |
void |
setPrefix(java.lang.String prefix) |
void |
setSuffix(java.lang.String suffix) |
java.lang.String |
toString() |
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<java.lang.Integer,NumberGenerationDTO> PAD_LENGTH
public static final BasicProperty<java.lang.String,NumberGenerationDTO> PREFIX
public static final BasicProperty<java.lang.String,NumberGenerationDTO> SUFFIX
public NumberGenerationDTO()
public NumberGenerationDTO(Property<T,? super NumberGenerationDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.lang.Integer getPadLength()
public void setPadLength(java.lang.Integer padLength)
public java.lang.String getPrefix()
public void setPrefix(java.lang.String prefix)
public java.lang.String getSuffix()
public void setSuffix(java.lang.String suffix)
public java.lang.String toString()
toString in class java.lang.Object