de.kleopatra.view.presentation
Class DefaultPresentation

java.lang.Object
  extended byde.kleopatra.view.presentation.DefaultPresentation
All Implemented Interfaces:
Presentation

public class DefaultPresentation
extends java.lang.Object
implements Presentation

Default implementation of Presentation.

Version:
$Revision: 1.2 $ - $Date: 2004/09/30 10:18:21 $
Author:
(C) Jeanette Winzenburg, Berlin

Field Summary
protected  java.util.List descriptions
           
protected  java.lang.Object presentationID
           
 
Constructor Summary
DefaultPresentation()
          parameterless constructor of persistence.
DefaultPresentation(java.lang.Object id)
           
 
Method Summary
 void addPresentationDescription(PresentationDescription presentationDescription)
          pre: presentationDescription !
protected  java.util.List createList()
           
protected  java.util.List getDescriptions()
           
 java.util.List getPresentationDescriptions()
           
 java.lang.Object getPresentationID()
           
 java.lang.String getResourceBundleName()
           
 void setPresentationDescriptions(java.util.List presentationDescriptions)
          sets the List of presentationDescriptions.
 void setPresentationID(java.lang.Object presentationID)
          sets the presentationID.
 void setResourceBundleName(java.lang.String bundleName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

descriptions

protected java.util.List descriptions

presentationID

protected java.lang.Object presentationID
Constructor Detail

DefaultPresentation

public DefaultPresentation()
parameterless constructor of persistence.


DefaultPresentation

public DefaultPresentation(java.lang.Object id)
Method Detail

getPresentationID

public java.lang.Object getPresentationID()
Specified by:
getPresentationID in interface Presentation

setPresentationID

public void setPresentationID(java.lang.Object presentationID)
sets the presentationID.

Specified by:
setPresentationID in interface Presentation

getPresentationDescriptions

public java.util.List getPresentationDescriptions()
Specified by:
getPresentationDescriptions in interface Presentation

setResourceBundleName

public void setResourceBundleName(java.lang.String bundleName)
Specified by:
setResourceBundleName in interface Presentation

getResourceBundleName

public java.lang.String getResourceBundleName()
Specified by:
getResourceBundleName in interface Presentation

addPresentationDescription

public void addPresentationDescription(PresentationDescription presentationDescription)
pre: presentationDescription != null.


setPresentationDescriptions

public void setPresentationDescriptions(java.util.List presentationDescriptions)
sets the List of presentationDescriptions.

do not use - public access is a side-effect of default persistence. pre: presentationDescriptions != null.


getDescriptions

protected java.util.List getDescriptions()

createList

protected java.util.List createList()


Copyright © 2003, 2004 SwingEmpire Jeanette Winzenburg. All Rights Reserved.