|
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.lang.SerializableObject
|
+--com.jdc.app.Copyright
The application copyright. The Copyright class represents the copyright
message text displayed to the user.
Company,
Serialized Form| Field Summary |
| Fields inherited from class com.jdc.lang.Object |
string |
| Constructor Summary | |
Copyright()
|
|
| Method Summary | |
Copyright |
setCompanyName(String companyName)
Sets the copyright company name. |
Copyright |
setText(String text)
Sets the copyright text. |
Copyright |
setYear(int year)
Sets the copyright year. |
Copyright |
setYear(String year)
Sets the copyright year. |
String |
toHTML()
Returns the copyright message as HTML. |
String |
toString()
Returns the copyright message as a String. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Copyright()
| Method Detail |
public Copyright setCompanyName(String companyName)
public Copyright setText(String text)
public Copyright setYear(int year)
public Copyright setYear(String year)
public String toHTML()
HTML.
public String toString()
String.
toString in class Object
|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||