Class SwatchImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.w2ml.SwatchImpl
-
- All Implemented Interfaces:
Swatch,java.io.Serializable
- Direct Known Subclasses:
UIColorImpl
public class SwatchImpl extends java.lang.Object implements java.io.Serializable, Swatch
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SwatchImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetColor1()Gets color 1.doublegetColor2()Gets color 2.doublegetColor3()Gets color 3.doublegetColor4()Gets color 4.intgetIsProcess()Gets is process.intgetIsVisible()Gets is visible.java.lang.StringgetName()Gets name.java.lang.StringgetSpace()Gets space.intgetUid()Gets uid.voidsetColor1(double color1)Sets color 1.voidsetColor2(double color2)Sets color 2.voidsetColor3(double color3)Sets color 3.voidsetColor4(double color4)Sets color 4.voidsetIsProcess(int isProcess)Sets is process.voidsetIsVisible(int isVisible)Sets is visible.voidsetName(java.lang.String name)Sets name.voidsetSpace(java.lang.String space)Sets space.voidsetUid(int uid)Sets uid.
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Description copied from interface:SwatchGets name.
-
setName
public void setName(java.lang.String name)
Description copied from interface:SwatchSets name.
-
getUid
public int getUid()
Description copied from interface:SwatchGets uid.
-
setUid
public void setUid(int uid)
Description copied from interface:SwatchSets uid.
-
getSpace
public java.lang.String getSpace()
Description copied from interface:SwatchGets space.
-
setSpace
public void setSpace(java.lang.String space)
Description copied from interface:SwatchSets space.
-
getIsProcess
public int getIsProcess()
Description copied from interface:SwatchGets is process.- Specified by:
getIsProcessin interfaceSwatch- Returns:
- the is process
-
setIsProcess
public void setIsProcess(int isProcess)
Description copied from interface:SwatchSets is process.- Specified by:
setIsProcessin interfaceSwatch- Parameters:
isProcess- the is process
-
getIsVisible
public int getIsVisible()
Description copied from interface:SwatchGets is visible.- Specified by:
getIsVisiblein interfaceSwatch- Returns:
- the is visible
-
setIsVisible
public void setIsVisible(int isVisible)
Description copied from interface:SwatchSets is visible.- Specified by:
setIsVisiblein interfaceSwatch- Parameters:
isVisible- the is visible
-
getColor1
public double getColor1()
Description copied from interface:SwatchGets color 1.
-
setColor1
public void setColor1(double color1)
Description copied from interface:SwatchSets color 1.
-
getColor2
public double getColor2()
Description copied from interface:SwatchGets color 2.
-
setColor2
public void setColor2(double color2)
Description copied from interface:SwatchSets color 2.
-
getColor3
public double getColor3()
Description copied from interface:SwatchGets color 3.
-
setColor3
public void setColor3(double color3)
Description copied from interface:SwatchSets color 3.
-
getColor4
public double getColor4()
Description copied from interface:SwatchGets color 4.
-
-