Support.java :  » JBoss » richfaces-ui-3.3.2 » org » docs » richfaces » Java Open Source

Java Open Source » JBoss » richfaces ui 3.3.2 
richfaces ui 3.3.2 » org » docs » richfaces » Support.java
package org.docs.richfaces;

import java.io.File;

public class Support {
  String text = new String();
  String items = new String();
  public String getItems() {
    return items;
  }

  public void setItems(String items) {
    this.items = items;
  }

  public String getText() {
    return text;
  }

  public void setText(String text) {
    this.text = text;
  }
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.