data.nodes
Class NoStudentSolutionYetNode

java.lang.Object
  extended by data.nodes.NoStudentSolutionYetNode
All Implemented Interfaces:
DataNode

public class NoStudentSolutionYetNode
extends java.lang.Object
implements DataNode

Studis, die keine Lösung hochgeladen haben.

Author:
Thorsten Berger

Constructor Summary
NoStudentSolutionYetNode(java.lang.String student)
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getIcon()
           
 java.lang.String getIdentification()
           
 DataNode[] getSubNodes()
           
 boolean isFolder()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoStudentSolutionYetNode

public NoStudentSolutionYetNode(java.lang.String student)
Method Detail

getSubNodes

public DataNode[] getSubNodes()
Specified by:
getSubNodes in interface DataNode
See Also:
xml.treenodes.DataNode#getSubNodes()

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface DataNode
See Also:
xml.treenodes.DataNode#getDescription()

isFolder

public boolean isFolder()
Specified by:
isFolder in interface DataNode
See Also:
xml.treenodes.DataNode#isFolder()

getIdentification

public java.lang.String getIdentification()
Specified by:
getIdentification in interface DataNode
See Also:
xml.treenodes.DataNode#getIdentification()

getIcon

public java.lang.String getIcon()
Specified by:
getIcon in interface DataNode
See Also:
xml.treenodes.DataNode#getIcon()