|
static final String | TRIM_BY_NUMBER = "registry.trim_by_number" |
|
static final String | TRIM_BY_AGE = "registry.trim_by_age" |
|
static final String | REC_LIMIT = "registry.rec_limit" |
|
static final String | MAX_DAYS = "registry.max_age_days" |
|
static final String | MAX_HOURS = "registry.max_age_hours" |
|
static final String | MAX_MINUTES = "registry.max_age_minutes" |
|
Delivery registry configuration object.
- Author
- Maciej Szewczykowski | macie.nosp@m.j@ba.nosp@m.ltrad.nosp@m..eu
- Version
- 1.7.1
- Since
- 0.7.3
◆ RegistryConfiguration() [1/2]
eu.baltrad.dex.config.model.RegistryConfiguration.RegistryConfiguration |
( |
| ) |
|
|
inline |
◆ RegistryConfiguration() [2/2]
eu.baltrad.dex.config.model.RegistryConfiguration.RegistryConfiguration |
( |
Properties | props | ) |
|
|
inline |
◆ equals()
boolean eu.baltrad.dex.config.model.RegistryConfiguration.equals |
( |
Object | obj | ) |
|
|
inline |
Compares current object with another.
- Parameters
-
obj | Object to compare with |
- Returns
- True if tested parameters are equal
◆ getRegMaxAgeDays()
String eu.baltrad.dex.config.model.RegistryConfiguration.getRegMaxAgeDays |
( |
| ) |
|
|
inline |
◆ getRegMaxAgeHours()
String eu.baltrad.dex.config.model.RegistryConfiguration.getRegMaxAgeHours |
( |
| ) |
|
|
inline |
- Returns
- the regMaxAgeHours
◆ getRegMaxAgeMinutes()
String eu.baltrad.dex.config.model.RegistryConfiguration.getRegMaxAgeMinutes |
( |
| ) |
|
|
inline |
- Returns
- the regMaxAgeMinutes
◆ getRegRecordLimit()
String eu.baltrad.dex.config.model.RegistryConfiguration.getRegRecordLimit |
( |
| ) |
|
|
inline |
- Returns
- the regRecordLimit
◆ getRegTrimByAge()
String eu.baltrad.dex.config.model.RegistryConfiguration.getRegTrimByAge |
( |
| ) |
|
|
inline |
◆ getRegTrimByNumber()
String eu.baltrad.dex.config.model.RegistryConfiguration.getRegTrimByNumber |
( |
| ) |
|
|
inline |
- Returns
- the regTrimByNumber
◆ hashCode()
int eu.baltrad.dex.config.model.RegistryConfiguration.hashCode |
( |
| ) |
|
|
inline |
Generate hash code.
- Returns
- Hash code
◆ setRegMaxAgeDays()
void eu.baltrad.dex.config.model.RegistryConfiguration.setRegMaxAgeDays |
( |
String | regMaxAgeDays | ) |
|
|
inline |
- Parameters
-
regMaxAgeDays | the regMaxAgeDays to set |
◆ setRegMaxAgeHours()
void eu.baltrad.dex.config.model.RegistryConfiguration.setRegMaxAgeHours |
( |
String | regMaxAgeHours | ) |
|
|
inline |
- Parameters
-
regMaxAgeHours | the regMaxAgeHours to set |
◆ setRegMaxAgeMinutes()
void eu.baltrad.dex.config.model.RegistryConfiguration.setRegMaxAgeMinutes |
( |
String | regMaxAgeMinutes | ) |
|
|
inline |
- Parameters
-
regMaxAgeMinutes | the regMaxAgeMinutes to set |
◆ setRegRecordLimit()
void eu.baltrad.dex.config.model.RegistryConfiguration.setRegRecordLimit |
( |
String | regRecordLimit | ) |
|
|
inline |
- Parameters
-
regRecordLimit | the regRecordLimit to set |
◆ setRegTrimByAge()
void eu.baltrad.dex.config.model.RegistryConfiguration.setRegTrimByAge |
( |
String | regTrimByAge | ) |
|
|
inline |
- Parameters
-
regTrimByAge | the regTrimByAge to set |
◆ setRegTrimByNumber()
void eu.baltrad.dex.config.model.RegistryConfiguration.setRegTrimByNumber |
( |
String | regTrimByNumber | ) |
|
|
inline |
- Parameters
-
regTrimByNumber | the regTrimByNumber to set |
The documentation for this class was generated from the following file:
- src/java/eu/baltrad/dex/config/model/RegistryConfiguration.java