[richfaces-svn-commits] JBoss Rich Faces SVN: r13929 - trunk/test-applications/richfaces-docs/web/src/main/java/org/docs/tree.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Apr 30 04:19:01 EDT 2009


Author: atsebro
Date: 2009-04-30 04:19:01 -0400 (Thu, 30 Apr 2009)
New Revision: 13929

Modified:
   trunk/test-applications/richfaces-docs/web/src/main/java/org/docs/tree/Shelf.java
Log:


Modified: trunk/test-applications/richfaces-docs/web/src/main/java/org/docs/tree/Shelf.java
===================================================================
--- trunk/test-applications/richfaces-docs/web/src/main/java/org/docs/tree/Shelf.java	2009-04-29 19:28:48 UTC (rev 13928)
+++ trunk/test-applications/richfaces-docs/web/src/main/java/org/docs/tree/Shelf.java	2009-04-30 08:19:01 UTC (rev 13929)
@@ -8,7 +8,21 @@
  *
  */
 public class Shelf {
-	public Shelf() {
+
+	String[] albSet = {"Vacations", "New Year"};
+	String[] imgSet = {"Start", "Middle", "Finish"};
+	
+	public String[] getAlbSet() {
+		return albSet;
 	}
-	
+	public void setAlbSet(String[] albSet) {
+		this.albSet = albSet;
+	}
+	public String[] getImgSet() {
+		return imgSet;
+	}
+	public void setImgSet(String[] imgSet) {
+		this.imgSet = imgSet;
+	}
+
 }




More information about the richfaces-svn-commits mailing list