olr.content
Class ContentModel

java.lang.Object
  extended byolr.content.ContentModel

public final class ContentModel
extends java.lang.Object

Version:
$Id: ContentModel.java,v 1.11 2004/08/04 12:11:19 roku Exp $

Field Summary
protected  java.lang.String aboutURI
           
protected  java.util.List attributes
           
 
Constructor Summary
ContentModel(java.lang.String aboutURI, OlrStatementPool statementPool, ToolbarSession toolbarSession)
          Initializes an instance of this class.
 
Method Summary
 void addProperty(java.lang.String property)
           
 java.lang.String getAboutURI()
           
 java.util.List getAvailableProperties()
           
 java.util.List getContentAttributes()
           
 java.lang.String getTitle()
           
 java.lang.String getType()
           
 void removeAttribute(int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

aboutURI

protected java.lang.String aboutURI

attributes

protected java.util.List attributes
Constructor Detail

ContentModel

public ContentModel(java.lang.String aboutURI,
                    OlrStatementPool statementPool,
                    ToolbarSession toolbarSession)
Initializes an instance of this class.

Parameters:
aboutURI -
statementPool -
toolbarSession -
Method Detail

getAboutURI

public java.lang.String getAboutURI()

getTitle

public java.lang.String getTitle()

getType

public java.lang.String getType()

getAvailableProperties

public java.util.List getAvailableProperties()

getContentAttributes

public final java.util.List getContentAttributes()

addProperty

public void addProperty(java.lang.String property)

removeAttribute

public void removeAttribute(int index)


Copyright © 2001-2004 University of Hannover. All Rights Reserved.