We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Client identificat per un codi. El client esterà associat amb les peticions que hagi generat. Disposarà d'informació basica del client.
public Client() Pre: - - - Post: Constructor per defecte
public Client(String nom, String cog, int codi) Pre: - - - Post: Crea un client amb un codi i les dades personals
The text was updated successfully, but these errors were encountered:
ROJO!! Ja he fet els canvis de lo dels atributs!
Sorry, something went wrong.
Client.java
No branches or pull requests
Tipus Client
Descripció general
Client identificat per un codi. El client esterà associat amb les peticions que hagi generat. Disposarà d'informació basica del client.
Operacions
CONSTRUCTORS
public Client()
Pre: - - -
Post: Constructor per defecte
public Client(String nom, String cog, int codi)
Pre: - - -
Post: Crea un client amb un codi i les dades personals
CONSULTORS
MODIFICADORS
NOTES
The text was updated successfully, but these errors were encountered: