BaltradDex
BALTRAD Data Exchange System
Loading...
Searching...
No Matches
eu.baltrad.dex.config.model.LogConfiguration Class Reference

Public Member Functions

 LogConfiguration ()
 
 LogConfiguration (Properties props)
 
boolean equals (Object obj)
 
int hashCode ()
 
String getMsgTrimByNumber ()
 
void setMsgTrimByNumber (String msgTrimByNumber)
 
String getMsgTrimByAge ()
 
void setMsgTrimByAge (String msgTrimByAge)
 
String getMsgRecordLimit ()
 
void setMsgRecordLimit (String msgRecordLimit)
 
String getMsgMaxAgeDays ()
 
void setMsgMaxAgeDays (String msgMaxAgeDays)
 
String getMsgMaxAgeHours ()
 
void setMsgMaxAgeHours (String msgMaxAgeHours)
 
String getMsgMaxAgeMinutes ()
 
void setMsgMaxAgeMinutes (String msgMaxAgeMinutes)
 
String getMessageBrowserScrollRange ()
 
void setMessageBrowserScrollRange (String messageBrowserScrollRange)
 

Static Public Attributes

static final String TRIM_BY_NUMBER = "messages.trim_by_number"
 
static final String TRIM_BY_AGE = "messages.trim_by_age"
 
static final String REC_LIMIT = "messages.rec_limit"
 
static final String MAX_DAYS = "messages.max_age_days"
 
static final String MAX_HOURS = "messages.max_age_hours"
 
static final String MAX_MINUTES = "messages.max_age_minutes"
 
static final String MESSAGE_BROWSER_SCROLL_RANGE = "messages.browser.scroll.range"
 

Detailed Description

System log configuration object.

Author
Maciej Szewczykowski | macie.nosp@m.j@ba.nosp@m.ltrad.nosp@m..eu
Version
1.7.1
Since
0.7.3

Constructor & Destructor Documentation

◆ LogConfiguration() [1/2]

eu.baltrad.dex.config.model.LogConfiguration.LogConfiguration ( )
inline

Constructor.

◆ LogConfiguration() [2/2]

eu.baltrad.dex.config.model.LogConfiguration.LogConfiguration ( Properties props)
inline

Constructor.

Parameters
propsProperties to read

Member Function Documentation

◆ equals()

boolean eu.baltrad.dex.config.model.LogConfiguration.equals ( Object obj)
inline

Compares current object with another.

Parameters
objObject to compare with
Returns
True if tested parameters are equal

◆ getMsgMaxAgeDays()

String eu.baltrad.dex.config.model.LogConfiguration.getMsgMaxAgeDays ( )
inline
Returns
the msgMaxAgeDays

◆ getMsgMaxAgeHours()

String eu.baltrad.dex.config.model.LogConfiguration.getMsgMaxAgeHours ( )
inline
Returns
the msgMaxAgeHours

◆ getMsgMaxAgeMinutes()

String eu.baltrad.dex.config.model.LogConfiguration.getMsgMaxAgeMinutes ( )
inline
Returns
the msgMaxAgeMinutes

◆ getMsgRecordLimit()

String eu.baltrad.dex.config.model.LogConfiguration.getMsgRecordLimit ( )
inline
Returns
the msgRecordLimit

◆ getMsgTrimByAge()

String eu.baltrad.dex.config.model.LogConfiguration.getMsgTrimByAge ( )
inline
Returns
the msgTrimByAge

◆ getMsgTrimByNumber()

String eu.baltrad.dex.config.model.LogConfiguration.getMsgTrimByNumber ( )
inline
Returns
the msgTrimByNumber

◆ hashCode()

int eu.baltrad.dex.config.model.LogConfiguration.hashCode ( )
inline

Generate hash code.

Returns
Hash code

◆ setMsgMaxAgeDays()

void eu.baltrad.dex.config.model.LogConfiguration.setMsgMaxAgeDays ( String msgMaxAgeDays)
inline
Parameters
msgMaxAgeDaysthe msgMaxAgeDays to set

◆ setMsgMaxAgeHours()

void eu.baltrad.dex.config.model.LogConfiguration.setMsgMaxAgeHours ( String msgMaxAgeHours)
inline
Parameters
msgMaxAgeHoursthe msgMaxAgeHours to set

◆ setMsgMaxAgeMinutes()

void eu.baltrad.dex.config.model.LogConfiguration.setMsgMaxAgeMinutes ( String msgMaxAgeMinutes)
inline
Parameters
msgMaxMinutesthe msgMaxMinutes to set

◆ setMsgRecordLimit()

void eu.baltrad.dex.config.model.LogConfiguration.setMsgRecordLimit ( String msgRecordLimit)
inline
Parameters
msgRecordLimitthe msgRecordLimit to set

◆ setMsgTrimByAge()

void eu.baltrad.dex.config.model.LogConfiguration.setMsgTrimByAge ( String msgTrimByAge)
inline
Parameters
msgTrimByAgethe msgTrimByAge to set

◆ setMsgTrimByNumber()

void eu.baltrad.dex.config.model.LogConfiguration.setMsgTrimByNumber ( String msgTrimByNumber)
inline
Parameters
msgTrimByNumberthe msgTrimByNumber to set

The documentation for this class was generated from the following file: