Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ApplicationGommette
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Boris OUYA
ApplicationGommette
Commits
285dd37e
Commit
285dd37e
authored
3 years ago
by
THEWORLD210202
Browse files
Options
Downloads
Patches
Plain Diff
Correction erreur GommetteAttribEntity
parent
a13c1695
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bin/default/src/com/uca/entity/GommetteAttribEntity.class
+0
-0
0 additions, 0 deletions
bin/default/src/com/uca/entity/GommetteAttribEntity.class
src/com/uca/entity/GommetteAttribEntity.java
+36
-17
36 additions, 17 deletions
src/com/uca/entity/GommetteAttribEntity.java
with
36 additions
and
17 deletions
bin/default/src/com/uca/entity/GommetteAttribEntity.class
+
0
−
0
View file @
285dd37e
No preview for this file type
This diff is collapsed.
Click to expand it.
src/com/uca/entity/GommetteAttribEntity.java
+
36
−
17
View file @
285dd37e
import
java.sql.Timestamp
;
public
class
GommetteAttribEntity
{
private
int
id
;
private
int
idEleve
;
...
...
@@ -10,32 +9,52 @@ public class GommetteAttribEntity {
private
Date
dateAttribution
;
private
String
raisonAttribution
;
public
int
getId
()
{
return
id
;
}
public
int
getId
(){
return
id
;}
public
void
seId
(
int
nId
){
id
=
nId
;}
public
void
seId
(
int
nId
)
{
id
=
nId
;
}
public
int
getIdEleve
(){
return
idEleve
;}
public
void
setIdEleve
(
int
nIdEleve
){
idEleve
=
nIdEleve
;}
public
int
getIdEleve
()
{
return
idEleve
;
}
public
int
getIdProf
(){
return
idProf
;}
public
void
setIdProf
(
int
nIdProf
){
idProf
=
nIdProf
;}
public
void
setIdEleve
(
int
nIdEleve
)
{
idEleve
=
nIdEleve
;
}
public
int
getIdProf
()
{
return
idProf
;
}
public
int
getIdGommette
(){
return
idGommette
;}
public
void
setIdGommette
(
int
nIdGommette
){
idGommette
=
nIdGommette
;}
public
void
setIdProf
(
int
nIdProf
)
{
idProf
=
nIdProf
;
}
public
int
getIdGommette
()
{
return
idGommette
;
}
public
int
g
etIdGommette
(
){
return
i
dGommette
;}
public
void
setIdGommette
(
int
nIdGommette
){
idGommette
=
nIdGommette
;
}
public
void
s
etIdGommette
(
int
nI
dGommette
)
{
idGommette
=
nIdGommette
;
}
public
Date
getDateAttribution
(){
return
dateAttribution
;}
public
void
setDateAttribution
(
Date
nDateAttribution
){
dateAttribution
=
nDateAttribution
;}
public
Date
getDateAttribution
()
{
return
dateAttribution
;
}
public
void
setDateAttribution
(
Date
nDateAttribution
)
{
dateAttribution
=
nDateAttribution
;
}
public
String
getRaisonAttribution
(){
return
raisonAttribution
;}
public
void
setRaisonAttribution
(
String
nRaisonAttribution
){
raisonAttribution
=
nRaisonAttribution
;}
public
String
getRaisonAttribution
()
{
return
raisonAttribution
;
}
public
void
setRaisonAttribution
(
String
nRaisonAttribution
)
{
raisonAttribution
=
nRaisonAttribution
;
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment