Update of /cvsroot/roller/roller/src/org/roller/pojos
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17821/src/org/roller/pojos
Modified Files:
WeblogEntryData.java
Log Message:
Added link property
Index: WeblogEntryData.java
===================================================================
RCS file: /cvsroot/roller/roller/src/org/roller/pojos/WeblogEntryData.java,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** WeblogEntryData.java 15 Feb 2004 05:33:07 -0000 1.22
--- WeblogEntryData.java 22 Feb 2004 22:49:45 -0000 1.23
***************
*** 71,74 ****
--- 71,75 ----
WebsiteData website,
java.lang.String title,
+ java.lang.String link,
java.lang.String text,
java.lang.String anchor,
***************
*** 81,84 ****
--- 82,86 ----
this.mWebsite = website;
this.title = title;
+ this.link = link;
this.text = text;
this.anchor = anchor;
***************
*** 95,98 ****
--- 97,101 ----
this.mWebsite = otherData.mWebsite;
this.title = otherData.title;
+ this.link = otherData.link;
this.text = otherData.text;
this.anchor = otherData.anchor;
***************
*** 101,104 ****
--- 104,108 ----
this.publishEntry = otherData.publishEntry;
this.autoformatEntry = otherData.autoformatEntry;
+ this.link = otherData.link;
}
***************
*** 115,118 ****
--- 119,123 ----
this.mWebsite = other.mWebsite;
this.title = other.title;
+ this.link = other.link;
this.text = other.text;
this.anchor = other.anchor;
***************
*** 294,299 ****
*
* @castor.field set-method="setLink"
! * @castor.field-sql name="link"
! * dirty="check" sql-dirty="check" type="bit"
* @ejb:persistent-field
* @hibernate.property column="link" non-null="false" unique="false"
--- 299,303 ----
*
* @castor.field set-method="setLink"
! * @castor.field-sql name="link" dirty="check" sql-dirty="check"
* @ejb:persistent-field
* @hibernate.property column="link" non-null="false" unique="false"
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
|