Partage de codes sources - CodesWall.info
Java
> Addr.java
Titre
Addr.java
Postée le
09-10-2008
Affichée
627
Mini-lien
Description
Addr.java
Etat
Contient des erreurs.
Code d'insertion
Options
Tweet
Téléchargement
public
class
Address
{
String
Street
;
String
City
;
String
Zipcode
;
String
Country
;
public
Address
(
String
Street,
String
City,
String
Zipcode,
String
Country
)
{
this
.
Street
= Street
;
this
.
City
= City
;
this
.
Zipcode
= Zipcode
;
this
.
Country
= Country
;
}
public
String
getStreet
(
)
{
return
Street
;
}
public
void
setStreet
(
String
street
)
{
Street = street
;
}
public
String
getCity
(
)
{
return
City
;
}
public
void
setCity
(
String
city
)
{
City = city
;
}
public
String
getZipcode
(
)
{
return
Zipcode
;
}
public
void
setZipcode
(
String
zipcode
)
{
Zipcode = zipcode
;
}
public
String
getCountry
(
)
{
return
Country
;
}
public
void
setCountry
(
String
country
)
{
Country = country
;
}
}
Postez votre code-source
Informations
Catégorie *
-
Php
javascript
CSS
HTML
Xml
Perl
C
C++
Java
VB.Net
Script Batch
C#.Net
Visual Basic
VBA
Shell
mIRC
Latex
OCaml
pascal
MySQL
MatLab
Fichier .ini
SmallTalk
Autre
Titre *
(50 car. max)
Description *
(200 car. max)
Le code
Fonctionne
Ne fonctionne pas
Je ne sais pas
Source
* : Champs obligatoires
Fermer
Accueil
Poster
Actualités
Règles
Contact
Partenaires
Infos / Aide
Php
(58)
javascript
(35)
CSS
(20)
HTML
(16)
Xml
(17)
Perl
(11)
C
(64)
C++
(51)
Java
(48)
VB.Net
(5)
Script Batch
(8)
C#.Net
(4)
Visual Basic
(6)
VBA
(5)
Shell
(10)
mIRC
(3)
Latex
(6)
OCaml
(4)
pascal
(9)
MySQL
(13)
MatLab
(3)
Fichier .ini
(5)
SmallTalk
(1)
Autre
(17)
\n
Forum informatique