Author: oberhack
Date: Sat Aug 14 08:01:06 2004
New Revision: 36393

Modified:
   
avalon/trunk/central/laboratory/studio/eclipse/core/src/org/apache/metro/studio/eclipse/core/templateengine/ResourceTemplate.java
Log:


Modified: 
avalon/trunk/central/laboratory/studio/eclipse/core/src/org/apache/metro/studio/eclipse/core/templateengine/ResourceTemplate.java
==============================================================================
--- 
avalon/trunk/central/laboratory/studio/eclipse/core/src/org/apache/metro/studio/eclipse/core/templateengine/ResourceTemplate.java
   (original)
+++ 
avalon/trunk/central/laboratory/studio/eclipse/core/src/org/apache/metro/studio/eclipse/core/templateengine/ResourceTemplate.java
   Sat Aug 14 08:01:06 2004
@@ -36,6 +36,7 @@
 

     private String directoryType;

     private String templateId;

+    private String description;

     private List wizardPages = new ArrayList();

     private List resources = new ArrayList();

     private List libraries = new ArrayList();

@@ -123,4 +124,19 @@
     {

         resources.add(resource);

     }

+    /**

+     * @return Returns the description.

+     */

+    public String getDescription()

+    {

+        return description;

+    }

+    /**

+     * @param description The description to set.

+     */

+    public void setDescription(String description)

+    {

+        this.description = description;

+    }

+

 }


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to