JRubik v0.6

es.aeat.eett.plugins.infoRubik.layout
Class LeafReportImp

java.lang.Object
  extended byes.aeat.eett.plugins.infoRubik.layout.LeafReportImp
All Implemented Interfaces:
LeafReport

public class LeafReportImp
extends java.lang.Object
implements LeafReport

Author:
f00992 TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Field Summary
private  org.jdom.Element eLayout
           
private  java.lang.String idLeaf
           
 
Fields inherited from interface es.aeat.eett.plugins.infoRubik.layout.LeafReport
CAPTION_JOB, H_DIV, LAYOUT, NAME_JOB, V_DIV
 
Constructor Summary
LeafReportImp(org.jdom.Element layout)
           
 
Method Summary
 java.lang.String getIDLeaf()
           
 java.util.List getJobsElements()
           
 java.util.List getJobsNames()
           
 org.jdom.Element getRootElement()
           
 boolean isFull()
           
 void removeAll(Report report)
           
 void removeChildren()
          remove conten;
 void setRootElement(org.jdom.Element layout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eLayout

private org.jdom.Element eLayout

idLeaf

private java.lang.String idLeaf
Constructor Detail

LeafReportImp

public LeafReportImp(org.jdom.Element layout)
Method Detail

getIDLeaf

public java.lang.String getIDLeaf()
Specified by:
getIDLeaf in interface LeafReport
Returns:
String

isFull

public boolean isFull()
Specified by:
isFull in interface LeafReport

removeChildren

public void removeChildren()
remove conten;

Specified by:
removeChildren in interface LeafReport

getRootElement

public org.jdom.Element getRootElement()
Specified by:
getRootElement in interface LeafReport
Returns:
Returns the eLayout.

setRootElement

public void setRootElement(org.jdom.Element layout)
Specified by:
setRootElement in interface LeafReport
Parameters:
layout - The eLayout to set.

getJobsNames

public java.util.List getJobsNames()
Specified by:
getJobsNames in interface LeafReport
Returns:
Returns the jobsNames.

getJobsElements

public java.util.List getJobsElements()
Specified by:
getJobsElements in interface LeafReport
Returns:
Returns the jobsElements.

removeAll

public void removeAll(Report report)
Specified by:
removeAll in interface LeafReport

JRubik v0.6

JRubik v0.6