Class DefaultSkin

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

public class DefaultSkin extends Object implements SkinIF
INTERNAL: The default data carrier for skin.
  • Field Details

  • Constructor Details

    • DefaultSkin

      public DefaultSkin(String id, String title)
  • Method Details

    • getTitle

      public 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(String title)
      Description copied from interface: SkinIF
      INTERNAL: Sets the display title of the skin.
      Specified by:
      setTitle in interface SkinIF
    • getId

      public String getId()
      Description copied from interface: SkinIF
      INTERNAL: Returns the ID of the skin.
      Specified by:
      getId in interface SkinIF
    • setId

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