Marmot
Public Member Functions
Marmot::Common::Content::Composite Class Reference

A composite content contains other contents. More...

Inheritance diagram for Marmot::Common::Content::Composite:
Marmot::Common::Content::Content

List of all members.

Public Member Functions

def __init__
def isLeaf
 Always return False.
def getClids
 Return lids of children.
def setClids
 Set lids of children.
def __str__

Detailed Description

A composite content contains other contents.


Member Function Documentation

def Marmot::Common::Content::Composite::isLeaf (   self)

Always return False.

Reimplemented from Marmot::Common::Content::Content.

def Marmot::Common::Content::Composite::getClids (   self)

Return lids of children.

Returns:
a list of children's logical ID's.
Remarks:
a copy is returned, modification on the returned list will not affect the object.
def Marmot::Common::Content::Composite::setClids (   self,
  clids 
)

Set lids of children.

Parameters:
clidsnew list of children's ID's
Remarks:
this method saves a copy of the parameter.

The documentation for this class was generated from the following file:
 All Classes Functions