Interface AuctionHouseNode

All Superinterfaces:
Containable, Identifiable, OsidNode

public interface AuctionHouseNode extends OsidNode

This interface is a container for a partial hierarchy retrieval. The number of hierarchy levels traversable through this interface depend on the number of levels requested in the AuctionHouseHierarchySession .

  • Method Details

    • getAuctionHouse

      AuctionHouse getAuctionHouse()
      Gets the AuctionHouse at this node.
      Returns:
      the auction house represented by this node
      Compliance:
      mandatory - This method must be implemented.
    • getParentAuctionHouseNodes

      AuctionHouseNodeList getParentAuctionHouseNodes()
      Gets the parents of this auction house.
      Returns:
      the parents of this auction house
      Compliance:
      mandatory - This method must be implemented.
    • getChildAuctionHouseNodes

      AuctionHouseNodeList getChildAuctionHouseNodes()
      Gets the children of this auction house.
      Returns:
      the children of this auction house
      Compliance:
      mandatory - This method must be implemented.