net.ontopia.topicmaps.nav2.impl.framework
Class DefaultSkin

java.lang.Object
  extended by net.ontopia.topicmaps.nav2.impl.framework.DefaultSkin
All Implemented Interfaces:
SkinIF

public class DefaultSkin
extends java.lang.Object
implements SkinIF

INTERNAL: The default data carrier for skin.


Field Summary
protected  java.lang.String id
           
protected  java.lang.String title
           
 
Constructor Summary
DefaultSkin(java.lang.String id, java.lang.String title)
           
 
Method Summary
 java.lang.String getId()
          INTERNAL: Returns the ID of the skin.
 java.lang.String getTitle()
          INTERNAL: Returns the display title of the skin.
 void setId(java.lang.String id)
          INTERNAL: Sets the ID of the skin.
 void setTitle(java.lang.String title)
          INTERNAL: Sets the display title of the skin.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

title

protected java.lang.String title

id

protected java.lang.String id
Constructor Detail

DefaultSkin

public DefaultSkin(java.lang.String id,
                   java.lang.String title)
Method Detail

getTitle

public java.lang.String getTitle()
Description copied from interface: SkinIF
INTERNAL: Returns the display title of the skin.

Specified by:
getTitle in interface SkinIF

setTitle

public void setTitle(java.lang.String title)
Description copied from interface: SkinIF
INTERNAL: Sets the display title of the skin.

Specified by:
setTitle in interface SkinIF

getId

public java.lang.String getId()
Description copied from interface: SkinIF
INTERNAL: Returns the ID of the skin.

Specified by:
getId in interface SkinIF

setId

public void setId(java.lang.String id)
Description copied from interface: SkinIF
INTERNAL: Sets the ID of the skin.

Specified by:
setId in interface SkinIF


Copyright © 2000-2012 Ontopia.