org.qedeq.kernel.se.base.module
Interface SubsectionType

All Known Subinterfaces:
Node, Subsection
All Known Implementing Classes:
NodeVo, SubsectionVo

public interface SubsectionType

Encapsulate for different subsection types.

Author:
Michael Meyling

Method Summary
 Node getNode()
          Get Node, if this is an instance of Node.
 Subsection getSubsection()
          Get subsection, if this is an instance of Subsection.
 

Method Detail

getNode

Node getNode()
Get Node, if this is an instance of Node.

Returns:
Node, maybe null.

getSubsection

Subsection getSubsection()
Get subsection, if this is an instance of Subsection.

Returns:
Subsection, maybe null.


Copyright © 2014. All Rights Reserved.