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>DEVICE_PIN_ON_STARTUPstatic 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()IntegergetDevicePinOnStartup()IntegergetMaxPinTries()TimeIntervalDTOgetPinExpiresAfter()IntegergetPinLength()voidsetDevicePinOnStartup(Integer devicePinOnStartup)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, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
DEVICE_PIN_ON_STARTUP
public static final BasicProperty<Integer,PinChannelConfigurationDTO> DEVICE_PIN_ON_STARTUP
-
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
-
getDevicePinOnStartup
public Integer getDevicePinOnStartup()
-
setDevicePinOnStartup
public void setDevicePinOnStartup(Integer devicePinOnStartup)
-
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)
-
-