Package net.anotheria.asg.generator.util
Class IncludeDocumentsBean
- java.lang.Object
-
- net.anotheria.asg.generator.util.IncludeDocumentsBean
-
public class IncludeDocumentsBean extends java.lang.ObjectBean of included document.- Version:
- $Id: $Id
- Author:
- another
-
-
Constructor Summary
Constructors Constructor Description IncludeDocumentsBean(java.lang.String documentName, int insertLine)Constructor for IncludeDocumentsBean.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDocumentName()Getter for the fielddocumentName.intgetInsertLine()Getter for the fieldinsertLine.voidsetDocumentName(java.lang.String documentName)Setter for the fielddocumentName.voidsetInsertLine(int insertLine)Setter for the fieldinsertLine.java.lang.StringtoString()
-
-
-
Method Detail
-
getDocumentName
public java.lang.String getDocumentName()
Getter for the field
documentName.- Returns:
- a
Stringobject.
-
setDocumentName
public void setDocumentName(java.lang.String documentName)
Setter for the field
documentName.- Parameters:
documentName- aStringobject.
-
getInsertLine
public int getInsertLine()
Getter for the field
insertLine.- Returns:
- a int.
-
setInsertLine
public void setInsertLine(int insertLine)
Setter for the field
insertLine.- Parameters:
insertLine- a int.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-