Skip to content
Snippets Groups Projects
Commit bc173ac0 authored by Labros Papadopoulos's avatar Labros Papadopoulos
Browse files

Change the entity names to be shorter + add description

parent bb4bc0ae
No related branches found
No related tags found
2 merge requests!11Merging 2024Q2_RC into main, creating 2024Q2 Release,!8Tmf 674 feature
Pipeline #5939 passed
......@@ -6,10 +6,10 @@ import io.swagger.v3.oas.annotations.media.Schema;
import jakarta.validation.Valid;
/**
* TBD
* The event data structure
*/
@Schema(name = "GeographicSiteEventPayload", description = "TBD")
@Schema(name = "GeographicSiteEventPayload", description = "The event data structure")
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.SpringCodegen", date = "2024-04-24T14:24:54.867613034Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
public class GeographicSiteEventPayload {
@JsonProperty("geographicSite")
......
......@@ -11,8 +11,8 @@ import org.etsi.osl.tmf.common.model.BaseRootEntity;
/**
* GeographicSubAddressUnit
*/
@Entity(name = "GeographicSubAddressUnit")
@Table(name = "GeographicSubAddressUnit")
@Entity(name = "GeoSubAddUnit")
@Table(name = "GeoSubAddUnit")
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.SpringCodegen", date = "2024-04-24T14:24:54.867613034Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
public class GeographicSubAddressUnit extends BaseRootEntity {
@JsonProperty("subUnitNumber")
......
......@@ -17,8 +17,8 @@ import org.etsi.osl.tmf.common.model.BaseRootEntity;
* GeographicSubAddressValue
*/
@Entity(name = "GeographicSubAddressValue")
@Table(name = "GeographicSubAddressValue")
@Entity(name = "GeoSubAddVal")
@Table(name = "GeoSubAddVal")
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.SpringCodegen", date = "2024-04-24T14:24:54.867613034Z[Etc/UTC]", comments = "Generator version: 7.6.0-SNAPSHOT")
public class GeographicSubAddressValue extends BaseRootEntity {
@JsonProperty("buildingName")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment