Class DefaultSkin

  • All Implemented Interfaces:
    SkinIF

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

      • DefaultSkin

        public DefaultSkin​(String id,
                           String title)
    • Method Detail

      • 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