public class PartieParticipantAbsence extends Object implements Serializable
Constructor and Description |
---|
PartieParticipantAbsence() |
PartieParticipantAbsence(Double identParticipant,
Double absence,
Double indDeductAss,
Double idPartie) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Double |
getAbsence() |
Double |
getIdentParticipant() |
Double |
getIdentPartie() |
Double |
getIndDeductAss() |
int |
hashCode() |
static String |
select() |
void |
setAbsence(Double absence) |
void |
setIdentParticipant(Double identParticipant) |
void |
setIdentPartie(Double idPartie) |
void |
setIndDeductAss(Double indDeductAss) |
public static String select()
public Double getIdentParticipant()
public void setIdentParticipant(Double identParticipant)
public Double getAbsence()
public void setAbsence(Double absence)
public Double getIndDeductAss()
public void setIndDeductAss(Double indDeductAss)
public Double getIdentPartie()
public void setIdentPartie(Double idPartie)
Copyright © 2016. All rights reserved.