diff options
author | Matt Windsor <mattwindsor@btinternet.com> | 2011-03-21 20:40:57 +0000 |
---|---|---|
committer | Matt Windsor <mattwindsor@btinternet.com> | 2011-03-21 20:40:57 +0000 |
commit | 2d073129857a42ab4195cd433c8be152e357033f (patch) | |
tree | 967a4bbd1989df9847539a4c4c28e0ca6a79a453 /doc/uk/org/ury/database/DatabaseItem.html | |
parent | 0645ec66e1618ce4b52e56212c79196dd7c5c608 (diff) |
Documentation refresh; ResourceBundle in ShowUtils; probably some format pokery.
Diffstat (limited to 'doc/uk/org/ury/database/DatabaseItem.html')
-rw-r--r-- | doc/uk/org/ury/database/DatabaseItem.html | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/doc/uk/org/ury/database/DatabaseItem.html b/doc/uk/org/ury/database/DatabaseItem.html index 1f2da1b..434c9f9 100644 --- a/doc/uk/org/ury/database/DatabaseItem.html +++ b/doc/uk/org/ury/database/DatabaseItem.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Mon Mar 21 17:00:03 GMT 2011 --> <TITLE> DatabaseItem </TITLE> -<META NAME="date" CONTENT="2011-03-20"> +<META NAME="date" CONTENT="2011-03-21"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> @@ -104,9 +104,8 @@ java.lang.Object </PRE> <P> -An abstract class presenting a template for objects serving as - a data structure for collections of properties retrieved from - a SQL database. +An abstract class presenting a template for objects serving as a data + structure for collections of properties retrieved from a SQL database. <P> <P> @@ -197,8 +196,7 @@ public <B>DatabaseItem</B>(java.util.Map<<A HREF="../../../../uk/org/ury/data <DD>Construct a new item from an existing list of properties. <P> <DL> -<DT><B>Parameters:</B><DD><CODE>properties</CODE> - The map of properties that the new item will - inherit.</DL> +<DT><B>Parameters:</B><DD><CODE>properties</CODE> - The map of properties that the new item will inherit.</DL> </DL> <!-- ============ METHOD DETAIL ========== --> @@ -237,8 +235,7 @@ public <A HREF="../../../../uk/org/ury/database/DatabaseItem.html" title="type p <DT><B>Parameters:</B><DD><CODE>property</CODE> - The property to query. <DT><B>Returns:</B><DD>The property, if it exists. <DT><B>Throws:</B> -<DD><CODE><A HREF="../../../../uk/org/ury/database/exceptions/MissingPropertyException.html" title="class in uk.org.ury.database.exceptions">MissingPropertyException</A></CODE> - if the property does - not exist.</DL> +<DD><CODE><A HREF="../../../../uk/org/ury/database/exceptions/MissingPropertyException.html" title="class in uk.org.ury.database.exceptions">MissingPropertyException</A></CODE> - if the property does not exist.</DL> </DD> </DL> <HR> |