User: ko5tik
Date: 02/07/18 10:13:25
Modified: samples/src/java/test/ejb/jdo Transaction.java
Log:
converted samples to dotted tag format
Revision Changes Path
1.3 +48 -33 xdoclet/samples/src/java/test/ejb/jdo/Transaction.java
Index: Transaction.java
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/samples/src/java/test/ejb/jdo/Transaction.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -r1.2 -r1.3
--- Transaction.java 28 May 2002 22:35:28 -0000 1.2
+++ Transaction.java 18 Jul 2002 17:13:25 -0000 1.3
@@ -5,10 +5,10 @@
/**
* A simple test class to test for generation of Castor's mapping.xml.
*
- * @castor:class id="reference"
+ * @castor.class
+ * id="reference"
* table="tx"
- *
- * @version $Revision: 1.2 $
+ * @version $Revision: 1.3 $
* @author Dmitri Colebatch ([EMAIL PROTECTED])
*/
public class Transaction
@@ -39,75 +39,90 @@
private Date date;
/**
- * @castor:field
- * @castor:field-sql type="integer"
- * @castor:field-xml
+ * @castor.field
+ * @castor.field-sql
+ * type="integer"
+ * @castor.field-xml
*/
public int getReference()
{
return reference;
}
+/**
+ */
public void setReference(int reference)
{
this.reference = reference;
}
/**
- * @castor:field
- * @castor:field-sql type="float"
- * @castor:field-xml
+ * @castor.field
+ * @castor.field-sql
+ * type="float"
+ * @castor.field-xml
*/
public double getAmount()
{
return amount;
}
+/**
+ */
public void setAmount(double amount)
{
this.amount = amount;
}
/**
- * @castor:field
- * @castor:field-sql type="integer"
- * @castor:field-xml
+ * @castor.field
+ * @castor.field-sql
+ * type="integer"
+ * @castor.field-xml
*/
public int getFromAccountId()
{
return fromAccountId;
}
+/**
+ */
public void setFromAccountId(int fromAccountId)
{
this.fromAccountId = fromAccountId;
}
/**
- * @castor:field
- * @castor:field-sql type="integer"
- * @castor:field-xml
+ * @castor.field
+ * @castor.field-sql
+ * type="integer"
+ * @castor.field-xml
*/
public int getToAccountId()
{
return toAccountId;
}
+/**
+ */
public void setToAccountId(int toAccountId)
{
this.toAccountId = toAccountId;
}
/**
- * @castor:field
- * @castor:field-sql type="date"
- * @castor:field-xml
+ * @castor.field
+ * @castor.field-sql
+ * type="date"
+ * @castor.field-xml
*/
public Date getDate()
{
return date;
}
+/**
+ */
public void setDate(Date date)
{
this.date = date;
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel