Class PinChannelConfigurationDTO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.system.channelconfigurations.PinChannelConfigurationDTO
-
- All Implemented Interfaces:
Serializable
public class PinChannelConfigurationDTO extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<Integer,PinChannelConfigurationDTO>MAX_PIN_TRIESstatic BasicProperty<TimeIntervalDTO,PinChannelConfigurationDTO>PIN_EXPIRES_AFTERstatic BasicProperty<Integer,PinChannelConfigurationDTO>PIN_LENGTH
-
Constructor Summary
Constructors Constructor Description PinChannelConfigurationDTO()PinChannelConfigurationDTO(Property<T,? super PinChannelConfigurationDTO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()IntegergetMaxPinTries()TimeIntervalDTOgetPinExpiresAfter()IntegergetPinLength()voidsetMaxPinTries(Integer maxPinTries)voidsetPinExpiresAfter(TimeIntervalDTO pinExpiresAfter)voidsetPinLength(Integer pinLength)-
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
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
MAX_PIN_TRIES
public static final BasicProperty<Integer,PinChannelConfigurationDTO> MAX_PIN_TRIES
-
PIN_EXPIRES_AFTER
public static final BasicProperty<TimeIntervalDTO,PinChannelConfigurationDTO> PIN_EXPIRES_AFTER
-
PIN_LENGTH
public static final BasicProperty<Integer,PinChannelConfigurationDTO> PIN_LENGTH
-
-
Constructor Detail
-
PinChannelConfigurationDTO
public PinChannelConfigurationDTO()
-
PinChannelConfigurationDTO
public PinChannelConfigurationDTO(Property<T,? super PinChannelConfigurationDTO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getMaxPinTries
public Integer getMaxPinTries()
-
setMaxPinTries
public void setMaxPinTries(Integer maxPinTries)
-
getPinExpiresAfter
public TimeIntervalDTO getPinExpiresAfter()
-
setPinExpiresAfter
public void setPinExpiresAfter(TimeIntervalDTO pinExpiresAfter)
-
getPinLength
public Integer getPinLength()
-
setPinLength
public void setPinLength(Integer pinLength)
-
-