|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--com.jdc.lang.Object
|
+--com.jdc.app.Company
An object that represents a company. The Company class is used primarily
to uniquely identify data stored in the application database.
| Field Summary |
| Fields inherited from class com.jdc.lang.Object |
string |
| Constructor Summary | |
Company()
Constructs a new Company object. |
|
| Method Summary | |
int |
getId()
Returns the company identifier. |
String |
getName()
Returns the company name. |
void |
setId(int id)
Sets the company identifier. |
void |
setName(String name)
Sets the company name. |
String |
toString()
Returns the company name. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Company()
| Method Detail |
public int getId()
public String getName()
public void setId(int id)
public void setName(String name)
public String toString()
toString in class Object
|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||