Subversion Repositories SmartDukaan

Rev

Rev 33511 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 33511 Rev 33516
Line 23... Line 23...
23
    @Column(name = "endDate")
23
    @Column(name = "endDate")
24
    private LocalDateTime endDate;
24
    private LocalDateTime endDate;
25
 
25
 
26
    public BrandFee() {
26
    public BrandFee() {
27
    }
27
    }
28
 
-
 
29
    public BrandFee(double studio, double arcade, double plaza, LocalDateTime startDate, LocalDateTime endDate) {
28
    public BrandFee(double studio, double arcade, double plaza, LocalDateTime startDate, LocalDateTime endDate) {
30
        this.studio = studio;
29
        this.studio = studio;
31
        this.arcade = arcade;
30
        this.arcade = arcade;
32
        this.plaza = plaza;
31
        this.plaza = plaza;
33
        this.startDate = startDate;
32
        this.startDate = startDate;