Packageat.fhjoanneum.dmt.umj.core.content.entities.relations
Classpublic class Relation
InheritanceRelation Inheritance GenericEntity Inheritance Object

CONTENTBUNDLE ONLY ENTITY: This is a Subclass of GenericEntity and represents one Relation to another ContentBundle (as defined in its XML representation) It can also hold its own ContentElement visual representation to print this relation.



Public Properties
 PropertyDefined By
  contentBundleReference : ContentBundle
Relation
  contentElement : ContentElement
[read-only]
Relation
 InheritedelementID : String
[read-only]
GenericEntity
  importInformations : String
Relation
  parsedRelationToContentBundle : String
[read-only]
Relation
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
  
Relation(linkedID:String, relationToContentBundle:String, ce:ContentElement)
Relation
  
Relation
 Inherited
rewriteElementID(newElementID:String):void
rewrites the id.
GenericEntity
Property Detail
contentBundleReferenceproperty
contentBundleReference:ContentBundle


Implementation
    public function get contentBundleReference():ContentBundle
    public function set contentBundleReference(value:ContentBundle):void
contentElementproperty 
contentElement:ContentElement  [read-only]


Implementation
    public function get contentElement():ContentElement
importInformationsproperty 
public var importInformations:String

parsedRelationToContentBundleproperty 
parsedRelationToContentBundle:String  [read-only]


Implementation
    public function get parsedRelationToContentBundle():String
Constructor Detail
Relation()Constructor
public function Relation(linkedID:String, relationToContentBundle:String, ce:ContentElement)



Parameters
linkedID:String
 
relationToContentBundle:String
 
ce:ContentElement
Method Detail
getXMLNodeRepresentation()method
public function getXMLNodeRepresentation():String

Returns
String