Interface Style

All Superinterfaces:
Serializable
All Known Implementing Classes:
StyleImpl

public interface Style extends Serializable
  • Method Details

    • getName

      String getName()
      Returns:
      the name
    • setName

      void setName(String name)
      Parameters:
      name - the name to set
    • getUid

      int getUid()
      Returns:
      the uid
    • setUid

      void setUid(int uid)
      Parameters:
      uid - the uid to set
    • getIsDefault

      int getIsDefault()
      Returns:
      the isDefault
    • setIsDefault

      void setIsDefault(int isDefault)
      Parameters:
      isDefault - the isDefault to set
    • getIsRoot

      int getIsRoot()
      Returns:
      the isRoot
    • setIsRoot

      void setIsRoot(int isRoot)
      Parameters:
      isRoot - the isRoot to set
    • getBasedOn

      StyleReferenceImpl getBasedOn()
      Returns:
      the basedOn
    • setBasedOn

      void setBasedOn(StyleReferenceImpl basedOn)
      Parameters:
      basedOn - the basedOn to set
    • getNext

      Returns:
      the next
    • setNext

      void setNext(StyleReferenceImpl next)
      Parameters:
      next - the next to set
    • getCharstyle

      StyleReferenceImpl getCharstyle()
      Returns:
      the charstyle
    • setCharstyle

      void setCharstyle(StyleReferenceImpl charstyle)
      Parameters:
      charstyle - the charstyle to set
    • getProperties

      StyleProperties getProperties()
      Returns:
      the properties
    • setProperties

      void setProperties(StyleProperties properties)
      Parameters:
      properties - the properties to set