CVS update: sierra/src/java/org/openprivacy/sierra

From: cvs@openprivacy.org
Date: Wed Jan 10 2001 - 19:33:57 PST


Date: Wednesday January 10, 19101 @ 19:33
Author: burton
CVSWEB Options: -------------------

Main CVSWeb: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi

View this module: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra

-----------------------------------

Update of /usr/local/cvsroot/sierra/src/java/org/openprivacy/sierra
In directory openprivacy.org:/tmp/cvs-serv22890/src/java/org/openprivacy/sierra

Modified Files:
        Reputation.java Value.java
Log Message:
...

*****************************************************************
File: sierra/src/java/org/openprivacy/sierra/Reputation.java

CVSWEB Options: -------------------

CVSWeb: Annotate this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/Reputation.java?annotate=1.3

CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/Reputation.java?rev=1.3&content-type=text/x-cvsweb-markup

CVSWeb: Diff to previous version: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/Reputation.java.diff?r1=1.3&r2=1.2

-----------------------------------

Index: sierra/src/java/org/openprivacy/sierra/Reputation.java
diff -u sierra/src/java/org/openprivacy/sierra/Reputation.java:1.2 sierra/src/java/org/openprivacy/sierra/Reputation.java:1.3
--- sierra/src/java/org/openprivacy/sierra/Reputation.java:1.2 Tue Jan 9 04:16:58 2001
+++ sierra/src/java/org/openprivacy/sierra/Reputation.java Wed Jan 10 19:33:56 2001
@@ -23,7 +23,7 @@
  * Results from a Reputation server request.
  *
  * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
- * @version $Id: Reputation.java,v 1.2 2001/01/09 12:16:58 burton Exp $
+ * @version $Id: Reputation.java,v 1.3 2001/01/11 03:33:56 burton Exp $
  */
 public class Reputation {
 
@@ -47,6 +47,16 @@
         return result;
     }
 
+ public void setValues( Value[] values ) {
+ Vector v = new Vector();
+
+ for (int i = 0; i < values.length; ++i) {
+ v.addElement( values[i] );
+ }
+
+ this.values = v;
+ }
+
     public String getReference() {
         return this.reference;
     }

*****************************************************************
File: sierra/src/java/org/openprivacy/sierra/Value.java

CVSWEB Options: -------------------

CVSWeb: Annotate this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/Value.java?annotate=1.3

CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/Value.java?rev=1.3&content-type=text/x-cvsweb-markup

CVSWeb: Diff to previous version: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/Value.java.diff?r1=1.3&r2=1.2

-----------------------------------

Index: sierra/src/java/org/openprivacy/sierra/Value.java
diff -u sierra/src/java/org/openprivacy/sierra/Value.java:1.2 sierra/src/java/org/openprivacy/sierra/Value.java:1.3
--- sierra/src/java/org/openprivacy/sierra/Value.java:1.2 Tue Jan 9 18:51:47 2001
+++ sierra/src/java/org/openprivacy/sierra/Value.java Wed Jan 10 19:33:56 2001
@@ -6,9 +6,9 @@
  * Foundation; either version 2 of the License, or any later version.
  *
  * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
+ * details.
  *
  * You should have received a copy of the GNU General Public License along with
  * this program; if not, write to the Free Software Foundation, Inc., 59 Temple
@@ -37,4 +37,13 @@
         return this.data;
     }
 
+ public void setName( String name ) {
+ this.name = name;
+ }
+
+ public void setData( String data ) {
+ this.data = data;
+ }
+
+
 }



This archive was generated by hypermail 2b30 : Mon Jan 22 2001 - 15:52:14 PST