openamf/src/java/org/openamf/test Foo.java,NONE,1.1
Sean Sullivan <[email protected]> Thu, 01 Apr 2004 04:25:41 +0000
| Newsgroups | gmane.comp.java.openamf.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/openamf/openamf/src/java/org/openamf/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15320/src/java/org/openamf/test
Added Files:
Foo.java
Log Message:
--- NEW FILE: Foo.java ---
/*
*
*
*/
package org.openamf.test;
import java.util.Date;
/**
*
* @author Sean C. Sullivan
*
*
*
*/
public class Foo
{
private String name;
private Date d;
private int i;
public Foo()
{
name = "James";
d = new java.util.Date();
i = 592;
}
public String getName()
{
return name;
}
public Date getDateValue()
{
return d;
}
public int getIntValue()
{
return i;
}
}
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click