Package org.cyclos.model.access.pins
Class PinInputDTO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.access.pins.PinInputDTO
-
- All Implemented Interfaces:
Serializable
public class PinInputDTO extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<Integer,PinInputDTO>MAX_LENGTHstatic BasicProperty<Integer,PinInputDTO>MIN_LENGTH
-
Constructor Summary
Constructors Constructor Description PinInputDTO()PinInputDTO(Property<T,? super PinInputDTO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()intgetMaxLength()intgetMinLength()voidsetMaxLength(int maxLength)voidsetMinLength(int minLength)-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
MAX_LENGTH
public static final BasicProperty<Integer,PinInputDTO> MAX_LENGTH
-
MIN_LENGTH
public static final BasicProperty<Integer,PinInputDTO> MIN_LENGTH
-
-
Constructor Detail
-
PinInputDTO
public PinInputDTO()
-
PinInputDTO
public PinInputDTO(Property<T,? super PinInputDTO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getMaxLength
public int getMaxLength()
-
setMaxLength
public void setMaxLength(int maxLength)
-
getMinLength
public int getMinLength()
-
setMinLength
public void setMinLength(int minLength)
-
-