|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.webdocwf.util.loader.generator.IncludeTagAttributes
public class IncludeTagAttributes
IncludeTagAttributes class stores the parameters of include tag for LoaderJob.xml file.
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 |
---|
public IncludeTagAttributes()
Method Detail |
---|
public void setHref(java.lang.String _href)
_href
- is the value of parameter.public java.lang.String getHref()
public void setParse(java.lang.String _parse)
_parse
- is the value of parameter.public java.lang.String getParse()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |