• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

wistefan / tmforum-api / #62

19 Oct 2023 01:12PM UTC coverage: 68.167% (+0.5%) from 67.631%
#62

push

web-flow
Account management api implementation (#34)

* Creating the directories

* Adding pom

* now adding pom, error on last commit

* Account complete implementation, no testing

* Solving problems with git config

* Adding some left out classes and some tests

* Adding FinancialAccount Integration Test and solving some errors on the main classes

* adding Integration Test and solved errors for Party, Bill, Settlement and Financial Account, and BillFormat

* Adding final integration tests and adapting api to query format

* Fixing Event Subscription

* Cleaning the code from comments

---------

Co-authored-by: MVazquez <marcosvazquezcampos@MacBook-Air-de-Marcos.local>

475 of 475 new or added lines in 32 files covered. (100.0%)

3150 of 4621 relevant lines covered (68.17%)

0.68 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

94.74
/account/src/main/java/org/fiware/tmforum/account/domain/BillingCycleSpecificationRefOrValue.java
1
package org.fiware.tmforum.account.domain;
2

3
import io.github.wistefan.mapping.annotations.AttributeGetter;
4
import io.github.wistefan.mapping.annotations.AttributeSetter;
5
import io.github.wistefan.mapping.annotations.AttributeType;
6
import lombok.Data;
7
import lombok.EqualsAndHashCode;
8
import lombok.Getter;
9
import lombok.Setter;
10
import org.fiware.tmforum.common.domain.TimePeriod;
11
import org.fiware.tmforum.common.domain.Entity;
12

13
import java.net.URI;
14
import java.util.List;
15

16
@EqualsAndHashCode(callSuper = true)
×
17
@Data
1✔
18
public class BillingCycleSpecificationRefOrValue extends Entity {
19

20
    private URI id;
1✔
21
    private URI href;
1✔
22
    private Integer billingDateShift;
1✔
23
    private String billingPeriod;
1✔
24
    private Integer chargeDateOffset;
1✔
25
    private Integer creditDateOffset;
1✔
26
    private Integer dateShift;
1✔
27
    private String description;
1✔
28
    private String frequency;
1✔
29
    private Boolean isRef;
1✔
30
    private Integer mailingDateOffset;
1✔
31
    private String name;
1✔
32
    private Integer paymentDueDateOffset;
1✔
33
    private TimePeriod validFor;
1✔
34
    private String atBaseType;
1✔
35
    private URI atSchemaLocation;
1✔
36
    private String atReferredType;
1✔
37

38
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc