|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Peticio.Estat | |
---|---|
edu.uoc.tcfj2ee_gatd.model.peticions.entitats |
Uses of Peticio.Estat in edu.uoc.tcfj2ee_gatd.model.peticions.entitats |
---|
Methods in edu.uoc.tcfj2ee_gatd.model.peticions.entitats that return Peticio.Estat | |
---|---|
Peticio.Estat |
Peticio.getEstat()
Accessor de lectura de l'atribut estat |
static Peticio.Estat |
Peticio.Estat.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Peticio.Estat[] |
Peticio.Estat.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in edu.uoc.tcfj2ee_gatd.model.peticions.entitats with parameters of type Peticio.Estat | |
---|---|
void |
Peticio.setEstat(Peticio.Estat estat)
Accessor d'escriptura a l'atribut estat |
Constructors in edu.uoc.tcfj2ee_gatd.model.peticions.entitats with parameters of type Peticio.Estat | |
---|---|
Peticio(java.util.Date dataAlta,
java.util.Date dataBaixa,
Client client,
Adreça adreça,
Contacte contacte,
java.lang.String descripcio,
Tecnic tecnic,
Peticio.Estat estat,
float temps)
Constructor amb tots els atributs |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |