org.webdocwf.util.loader.generator
Class IncludeTagAttributes

java.lang.Object
  extended byorg.webdocwf.util.loader.generator.IncludeTagAttributes

public class IncludeTagAttributes
extends java.lang.Object

IncludeTagAttributes class stores the parameters of include tag for LoaderJob.xml file.

Version:
1.0
Author:
Radoslav Dutina

Constructor Summary
IncludeTagAttributes()
           
 
Method Summary
 java.lang.String getHref()
          This method read value of href parameter.
 java.lang.String getParse()
          This method read value of parse parameter.
 void setHref(java.lang.String _href)
          This method sets value of href parameter.
 void setParse(java.lang.String _parse)
          This method sets value of parse parameter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IncludeTagAttributes

public IncludeTagAttributes()
Method Detail

setHref

public void setHref(java.lang.String _href)
This method sets value of href parameter.

Parameters:
_href - is the value of parameter.

getHref

public java.lang.String getHref()
This method read value of href parameter.

Returns:
value of parameter.

setParse

public void setParse(java.lang.String _parse)
This method sets value of parse parameter.

Parameters:
_parse - is the value of parameter.

getParse

public java.lang.String getParse()
This method read value of parse parameter.

Returns:
value of parameter.


Copyright © 2002-2007 Together - the Workgroup. All Rights Reserved.