Packageat.fhjoanneum.dmt.umj.core.content.entities.relations
Classpublic class ContentBundle
InheritanceContentBundle Inheritance GenericEntity Inheritance Object

CONTENTBUNDLE ONLY ENTITY: This is a Subclass of GenericEntity and represents one ContentBundle (as defined in its XML representation)



Public Properties
 PropertyDefined By
  contentElementCollection : ContentElementCollection
[read-only]
ContentBundle
 InheritedelementID : String
[read-only]
GenericEntity
  relationCollection : RelationCollection
[read-only]
ContentBundle
Protected Properties
 PropertyDefined By
 Inherited_elementID : String
every tag has an id an you can get it - if nothing was specified in the xml it's a default value.
GenericEntity
Public Methods
 MethodDefined By
  
ContentBundle(linkedID:String)
ContentBundle
  
ContentBundle
  
findRelation(reID:String):Relation
ContentBundle
  
ContentBundle
 Inherited
rewriteElementID(newElementID:String):void
rewrites the id.
GenericEntity
Property Detail
contentElementCollectionproperty
contentElementCollection:ContentElementCollection  [read-only]


Implementation
    public function get contentElementCollection():ContentElementCollection
relationCollectionproperty 
relationCollection:RelationCollection  [read-only]


Implementation
    public function get relationCollection():RelationCollection
Constructor Detail
ContentBundle()Constructor
public function ContentBundle(linkedID:String)



Parameters
linkedID:String
Method Detail
findContentElement()method
public function findContentElement(ceID:String):ContentElement

Parameters

ceID:String

Returns
ContentElement
findRelation()method 
public function findRelation(reID:String):Relation

Parameters

reID:String

Returns
Relation
getXMLNodeRepresentation()method 
public function getXMLNodeRepresentation():String

Returns
String