Add OpenXava
This commit is contained in:
24
Generateur/tested/Participant.java
Normal file
24
Generateur/tested/Participant.java
Normal file
@@ -0,0 +1,24 @@
|
||||
@Entity
|
||||
public class Participant {
|
||||
@ManyToOne
|
||||
public Événement événement;
|
||||
|
||||
@Column
|
||||
private Integer participant_ID ;
|
||||
|
||||
@Column
|
||||
private String aprticipant_Nom ;
|
||||
|
||||
@Column
|
||||
private String PArticipant_Type ;
|
||||
|
||||
@Column
|
||||
private Integer getID() {}
|
||||
|
||||
@Column
|
||||
private String getNom() {}
|
||||
|
||||
@Column
|
||||
private String getType() {}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user