Skip to content

Commit 48be72d

Browse files
committed
Update JAVA-Classes - BO4E v202401.4.0-wd
1 parent 881ce4a commit 48be72d

36 files changed

Lines changed: 129 additions & 129 deletions

bo4e/bo/Angebot.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*/
2929
@JsonInclude(JsonInclude.Include.NON_NULL)
3030
public class Angebot extends Geschaeftsobjekt {
31-
private final Typ typ = Typ.ANGEBOT;
31+
private final Typ _typ = Typ.ANGEBOT;
3232
private String anfragereferenz;
3333
private OffsetDateTime angebotsdatum;
3434
private Geschaeftspartner angebotsgeber;
@@ -57,8 +57,8 @@ private Angebot(AngebotBuilder builder) {
5757
this.varianten = builder.varianten;
5858
}
5959

60-
public Typ getTyp() {
61-
return typ;
60+
public Typ get_typ() {
61+
return _typ;
6262
}
6363

6464
/**

bo4e/bo/Ausschreibung.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*/
2828
@JsonInclude(JsonInclude.Include.NON_NULL)
2929
public class Ausschreibung extends Geschaeftsobjekt {
30-
private final Typ typ = Typ.AUSSCHREIBUNG;
30+
private final Typ _typ = Typ.AUSSCHREIBUNG;
3131
private Zeitraum abgabefrist;
3232
private Geschaeftspartner ausschreibender;
3333
private Ausschreibungsportal ausschreibungportal;
@@ -58,8 +58,8 @@ private Ausschreibung(AusschreibungBuilder builder) {
5858
this.webseite = builder.webseite;
5959
}
6060

61-
public Typ getTyp() {
62-
return typ;
61+
public Typ get_typ() {
62+
return _typ;
6363
}
6464

6565
public Zeitraum getAbgabefrist() {

bo4e/bo/Buendelvertrag.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*/
2929
@JsonInclude(JsonInclude.Include.NON_NULL)
3030
public class Buendelvertrag extends Geschaeftsobjekt {
31-
private final Typ typ = Typ.BUENDELVERTRAG;
31+
private final Typ _typ = Typ.BUENDELVERTRAG;
3232
private String beschreibung;
3333
private List<Vertrag> einzelvertraege;
3434
private Sparte sparte;
@@ -63,8 +63,8 @@ private Buendelvertrag(BuendelvertragBuilder builder) {
6363
this.vertragsstatus = builder.vertragsstatus;
6464
}
6565

66-
public Typ getTyp() {
67-
return typ;
66+
public Typ get_typ() {
67+
return _typ;
6868
}
6969

7070
/**

bo4e/bo/Energiemenge.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*/
2222
@JsonInclude(JsonInclude.Include.NON_NULL)
2323
public class Energiemenge extends Geschaeftsobjekt {
24-
private final Typ typ = Typ.ENERGIEMENGE;
24+
private final Typ _typ = Typ.ENERGIEMENGE;
2525
private List<Verbrauch> energieverbrauch;
2626
private String lokationsId;
2727
private Lokationstyp lokationstyp;
@@ -36,8 +36,8 @@ private Energiemenge(EnergiemengeBuilder builder) {
3636
this.lokationstyp = builder.lokationstyp;
3737
}
3838

39-
public Typ getTyp() {
40-
return typ;
39+
public Typ get_typ() {
40+
return _typ;
4141
}
4242

4343
/**

bo4e/bo/Fremdkosten.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*/
2727
@JsonInclude(JsonInclude.Include.NON_NULL)
2828
public class Fremdkosten extends Geschaeftsobjekt {
29-
private final Typ typ = Typ.FREMDKOSTEN;
29+
private final Typ _typ = Typ.FREMDKOSTEN;
3030
private Zeitraum gueltigkeit;
3131
private List<Fremdkostenblock> kostenbloecke;
3232
private Betrag summeKosten;
@@ -41,8 +41,8 @@ private Fremdkosten(FremdkostenBuilder builder) {
4141
this.summeKosten = builder.summeKosten;
4242
}
4343

44-
public Typ getTyp() {
45-
return typ;
44+
public Typ get_typ() {
45+
return _typ;
4646
}
4747

4848
/**

bo4e/bo/Geraet.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*/
2222
@JsonInclude(JsonInclude.Include.NON_NULL)
2323
public class Geraet extends Geschaeftsobjekt {
24-
private final Typ typ = Typ.GERAET;
24+
private final Typ _typ = Typ.GERAET;
2525
private String bezeichnung;
2626
private Geraeteklasse geraeteklasse;
2727
private String geraetenummer;
@@ -38,8 +38,8 @@ private Geraet(GeraetBuilder builder) {
3838
this.geraetetyp = builder.geraetetyp;
3939
}
4040

41-
public Typ getTyp() {
42-
return typ;
41+
public Typ get_typ() {
42+
return _typ;
4343
}
4444

4545
/**

bo4e/bo/Geschaeftsobjekt.java

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,42 +21,42 @@
2121
*/
2222
@JsonInclude(JsonInclude.Include.NON_NULL)
2323
public abstract class Geschaeftsobjekt {
24-
private String id;
25-
private final Typ typ = Typ.GESCHAEFTSOBJEKT;
26-
private final String boVersion = "202401.4.0";
24+
private String _id;
25+
private final Typ _typ = Typ.GESCHAEFTSOBJEKT;
26+
private final String _version = "202401.4.0";
2727
private List<ZusatzAttribut> zusatzAttribute;
2828

2929
protected Geschaeftsobjekt(GeschaeftsobjektBuilder builder) {
30-
this.id = builder.id;
30+
this._id = builder._id;
3131
this.zusatzAttribute = builder.zusatzAttribute;
3232
}
3333

3434
/**
3535
* Hier können IDs anderer Systeme hinterlegt werden (z.B. eine SAP-GP-Nummer oder eine GUID)
3636
*/
37-
public String getId() {
38-
return id;
37+
public String get_id() {
38+
return _id;
3939
}
4040

4141
/**
4242
* Hier können IDs anderer Systeme hinterlegt werden (z.B. eine SAP-GP-Nummer oder eine GUID)
4343
*/
44-
public void setId(String value) {
45-
this.id = value;
44+
public void set_id(String value) {
45+
this._id = value;
4646
}
4747

4848
/**
4949
* Typ des Geschaeftsobjekts
5050
*/
51-
public Typ getTyp() {
52-
return typ;
51+
public Typ get_typ() {
52+
return _typ;
5353
}
5454

5555
/**
5656
* Version der BO-Struktur aka "fachliche Versionierung"
5757
*/
58-
public String getBoVersion() {
59-
return boVersion;
58+
public String get_version() {
59+
return _version;
6060
}
6161

6262
public List<ZusatzAttribut> getZusatzAttribute() {
@@ -68,14 +68,14 @@ public void setZusatzAttribute(List<ZusatzAttribut> value) {
6868
}
6969

7070
public abstract static class GeschaeftsobjektBuilder {
71-
private String id;
71+
private String _id;
7272
private List<ZusatzAttribut> zusatzAttribute;
7373

7474
/**
7575
* Hier können IDs anderer Systeme hinterlegt werden (z.B. eine SAP-GP-Nummer oder eine GUID)
7676
*/
77-
public GeschaeftsobjektBuilder setId(String value) {
78-
this.id = value;
77+
public GeschaeftsobjektBuilder set_id(String value) {
78+
this._id = value;
7979
return this;
8080
}
8181

bo4e/bo/Geschaeftspartner.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
*/
3030
@JsonInclude(JsonInclude.Include.NON_NULL)
3131
public class Geschaeftspartner extends Geschaeftsobjekt {
32-
private final Typ typ = Typ.GESCHAEFTSPARTNER;
32+
private final Typ _typ = Typ.GESCHAEFTSPARTNER;
3333
private Adresse adresse;
3434
private String amtsgericht;
3535
private Anrede anrede;
@@ -70,8 +70,8 @@ private Geschaeftspartner(GeschaeftspartnerBuilder builder) {
7070
this.website = builder.website;
7171
}
7272

73-
public Typ getTyp() {
74-
return typ;
73+
public Typ get_typ() {
74+
return _typ;
7575
}
7676

7777
/**

bo4e/bo/Kosten.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*/
2626
@JsonInclude(JsonInclude.Include.NON_NULL)
2727
public class Kosten extends Geschaeftsobjekt {
28-
private final Typ typ = Typ.KOSTEN;
28+
private final Typ _typ = Typ.KOSTEN;
2929
private Zeitraum gueltigkeit;
3030
private List<Kostenblock> kostenbloecke;
3131
private Kostenklasse kostenklasse;
@@ -42,8 +42,8 @@ private Kosten(KostenBuilder builder) {
4242
this.summeKosten = builder.summeKosten;
4343
}
4444

45-
public Typ getTyp() {
46-
return typ;
45+
public Typ get_typ() {
46+
return _typ;
4747
}
4848

4949
/**

bo4e/bo/Lastgang.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*/
2727
@JsonInclude(JsonInclude.Include.NON_NULL)
2828
public class Lastgang extends Geschaeftsobjekt {
29-
private final Typ typ = Typ.LASTGANG;
29+
private final Typ _typ = Typ.LASTGANG;
3030
private Marktlokation marktlokation;
3131
private Mengeneinheit messgroesse;
3232
private Messlokation messlokation;
@@ -51,8 +51,8 @@ private Lastgang(LastgangBuilder builder) {
5151
this.zeitIntervallLaenge = builder.zeitIntervallLaenge;
5252
}
5353

54-
public Typ getTyp() {
55-
return typ;
54+
public Typ get_typ() {
55+
return _typ;
5656
}
5757

5858
/**

0 commit comments

Comments
 (0)