com.stratelia.webactiv.beans.admin
Class SpaceAndChildren

java.lang.Object
  extended by com.stratelia.webactiv.beans.admin.SpaceAndChildren
All Implemented Interfaces:
Serializable

public class SpaceAndChildren
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SpaceAndChildren(SpaceInstLight space)
           
 
Method Summary
 void addComponent(ComponentInstLight component)
           
 void addSubSpace(SpaceInstLight subSpace)
           
 Vector<ComponentInstLight> getComponents()
           
 SpaceInstLight getSpace()
           
 Vector<SpaceInstLight> getSubspaces()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpaceAndChildren

public SpaceAndChildren(SpaceInstLight space)
Method Detail

addSubSpace

public void addSubSpace(SpaceInstLight subSpace)

addComponent

public void addComponent(ComponentInstLight component)

getSubspaces

public Vector<SpaceInstLight> getSubspaces()

getComponents

public Vector<ComponentInstLight> getComponents()

getSpace

public SpaceInstLight getSpace()


Copyright © 2016 Silverpeas. All Rights Reserved.