Class StyleImpl

java.lang.Object
com.priint.pubserver.metadata.xml.w2ml.StyleImpl
All Implemented Interfaces:
Style, Serializable

public class StyleImpl extends Object implements Serializable, Style
See Also:
  • Constructor Details

    • StyleImpl

      public StyleImpl()
  • Method Details

    • getName

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

      public void setName(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
    • getBasedOn

      public StyleReferenceImpl getBasedOn()
      Specified by:
      getBasedOn in interface Style
      Returns:
      the basedOn
    • setBasedOn

      public void setBasedOn(StyleReferenceImpl basedOn)
      Specified by:
      setBasedOn in interface Style
      Parameters:
      basedOn - the basedOn to set
    • getNext

      public StyleReferenceImpl getNext()
      Specified by:
      getNext in interface Style
      Returns:
      the next
    • setNext

      public void setNext(StyleReferenceImpl next)
      Specified by:
      setNext in interface Style
      Parameters:
      next - the next to set
    • getCharstyle

      public StyleReferenceImpl getCharstyle()
      Specified by:
      getCharstyle in interface Style
      Returns:
      the charstyle
    • setCharstyle

      public void setCharstyle(StyleReferenceImpl charstyle)
      Specified by:
      setCharstyle in interface Style
      Parameters:
      charstyle - the charstyle to set
    • getProperties

      public StyleProperties getProperties()
      Specified by:
      getProperties in interface Style
      Returns:
      the properties
    • setProperties

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