All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.rcll.domain.ProductionPointsConfig Maven / Gradle / Ivy

There is a newer version: 0.1.19.1
Show newest version
package com.rcll.domain;

import lombok.Builder;
import lombok.Getter;
import lombok.Setter;

@Getter
@Setter
@Builder
public class ProductionPointsConfig {
    private int bufferBaseInRS;
    private int bufferCapInCS;
    private int finishCC0;
    private int finishCC1;
    private int finishCC2;
    private int lastRingC1;
    private int lastRingC2;
    private int lastRingC3;
    private int mountCap;
    private int inTimeDelivery;
    private int lateDelivery;
    private int competitivePoints;
    private int competitiveDeduction;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy