Class SwatchImpl

java.lang.Object
com.priint.pubserver.metadata.xml.w2ml.SwatchImpl
All Implemented Interfaces:
Swatch, Serializable
Direct Known Subclasses:
UIColorImpl

public class SwatchImpl extends Object implements Serializable, Swatch
See Also:
  • Constructor Details

    • SwatchImpl

      public SwatchImpl()
  • Method Details

    • getName

      public String getName()
      Description copied from interface: Swatch
      Gets name.
      Specified by:
      getName in interface Swatch
      Returns:
      the name
    • setName

      public void setName(String name)
      Description copied from interface: Swatch
      Sets name.
      Specified by:
      setName in interface Swatch
      Parameters:
      name - the name
    • getUid

      public int getUid()
      Description copied from interface: Swatch
      Gets uid.
      Specified by:
      getUid in interface Swatch
      Returns:
      the uid
    • setUid

      public void setUid(int uid)
      Description copied from interface: Swatch
      Sets uid.
      Specified by:
      setUid in interface Swatch
      Parameters:
      uid - the uid
    • getSpace

      public String getSpace()
      Description copied from interface: Swatch
      Gets space.
      Specified by:
      getSpace in interface Swatch
      Returns:
      the space
    • setSpace

      public void setSpace(String space)
      Description copied from interface: Swatch
      Sets space.
      Specified by:
      setSpace in interface Swatch
      Parameters:
      space - the space
    • getIsProcess

      public int getIsProcess()
      Description copied from interface: Swatch
      Gets is process.
      Specified by:
      getIsProcess in interface Swatch
      Returns:
      the is process
    • setIsProcess

      public void setIsProcess(int isProcess)
      Description copied from interface: Swatch
      Sets is process.
      Specified by:
      setIsProcess in interface Swatch
      Parameters:
      isProcess - the is process
    • getIsVisible

      public int getIsVisible()
      Description copied from interface: Swatch
      Gets is visible.
      Specified by:
      getIsVisible in interface Swatch
      Returns:
      the is visible
    • setIsVisible

      public void setIsVisible(int isVisible)
      Description copied from interface: Swatch
      Sets is visible.
      Specified by:
      setIsVisible in interface Swatch
      Parameters:
      isVisible - the is visible
    • getColor1

      public double getColor1()
      Description copied from interface: Swatch
      Gets color 1.
      Specified by:
      getColor1 in interface Swatch
      Returns:
      the color 1
    • setColor1

      public void setColor1(double color1)
      Description copied from interface: Swatch
      Sets color 1.
      Specified by:
      setColor1 in interface Swatch
      Parameters:
      color1 - the color 1
    • getColor2

      public double getColor2()
      Description copied from interface: Swatch
      Gets color 2.
      Specified by:
      getColor2 in interface Swatch
      Returns:
      the color 2
    • setColor2

      public void setColor2(double color2)
      Description copied from interface: Swatch
      Sets color 2.
      Specified by:
      setColor2 in interface Swatch
      Parameters:
      color2 - the color 2
    • getColor3

      public double getColor3()
      Description copied from interface: Swatch
      Gets color 3.
      Specified by:
      getColor3 in interface Swatch
      Returns:
      the color 3
    • setColor3

      public void setColor3(double color3)
      Description copied from interface: Swatch
      Sets color 3.
      Specified by:
      setColor3 in interface Swatch
      Parameters:
      color3 - the color 3
    • getColor4

      public double getColor4()
      Description copied from interface: Swatch
      Gets color 4.
      Specified by:
      getColor4 in interface Swatch
      Returns:
      the color 4
    • setColor4

      public void setColor4(double color4)
      Description copied from interface: Swatch
      Sets color 4.
      Specified by:
      setColor4 in interface Swatch
      Parameters:
      color4 - the color 4