ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/conient/uk/org/iscream/cms/conient/datacomponents/StringDataComponent.java
(Generate patch)

Comparing projects/cms/source/conient/uk/org/iscream/cms/conient/datacomponents/StringDataComponent.java (file contents):
Revision 1.12 by ajm, Sun Feb 4 17:59:16 2001 UTC vs.
Revision 1.13 by ajm, Mon Mar 5 16:13:40 2001 UTC

# Line 109 | Line 109 | public class StringDataComponent extends VisibleDataCo
109      public String getPacketAttribute() {
110          return _attribute;
111      }
112 +    
113 +    /**
114 +     * Returns the string showing the packet
115 +     * data that the component is looking after
116 +     *
117 +     * @return the packet reference
118 +     */
119 +    public String getValue() {
120 +        return _cache;
121 +    }
122  
123   //---ATTRIBUTES---
124  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines