* {@inheritDoc}
*/
@Override
protected void setIntegerValue( int value, LastReqContainer lastReqContainer )
{
LastReqType lrType = LastReqType.getTypeByValue( value );
LastReq lastReq = lastReqContainer.getLastReq();
lastReq.createNewLR();
lastReq.setCurrentLrType( lrType );
}