Class StyleImpl

  • All Implemented Interfaces:
    Style, java.io.Serializable

    public class StyleImpl
    extends java.lang.Object
    implements java.io.Serializable, Style
    See Also:
    Serialized Form
    • Constructor Detail

      • StyleImpl

        public StyleImpl()
    • Method Detail

      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface Style
        Returns:
        the name
      • setName

        public void setName​(java.lang.String name)
        Specified by:
        setName in interface Style
        Parameters:
        name - the name to set
      • getUid

        public int getUid()
        Specified by:
        getUid in interface Style
        Returns:
        the uid
      • setUid

        public void setUid​(int uid)
        Specified by:
        setUid in interface Style
        Parameters:
        uid - the uid to set
      • getIsDefault

        public int getIsDefault()
        Specified by:
        getIsDefault in interface Style
        Returns:
        the isDefault
      • setIsDefault

        public void setIsDefault​(int isDefault)
        Specified by:
        setIsDefault in interface Style
        Parameters:
        isDefault - the isDefault to set
      • getIsRoot

        public int getIsRoot()
        Specified by:
        getIsRoot in interface Style
        Returns:
        the isRoot
      • setIsRoot

        public void setIsRoot​(int isRoot)
        Specified by:
        setIsRoot in interface Style
        Parameters:
        isRoot - the isRoot to set
      • setProperties

        public void setProperties​(StyleProperties properties)
        Specified by:
        setProperties in interface Style
        Parameters:
        properties - the properties to set