Class SwatchImpl
java.lang.Object
com.priint.pubserver.metadata.xml.w2ml.SwatchImpl
- All Implemented Interfaces:
Swatch,Serializable
- Direct Known Subclasses:
UIColorImpl
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleGets color 1.doubleGets color 2.doubleGets color 3.doubleGets color 4.intGets is process.intGets is visible.getName()Gets name.getSpace()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.voidSets name.voidSets space.voidsetUid(int uid) Sets uid.
-
Constructor Details
-
SwatchImpl
public SwatchImpl()
-
-
Method Details
-
getName
Description copied from interface:SwatchGets name. -
setName
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
Description copied from interface:SwatchGets space. -
setSpace
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. -
setColor4
public void setColor4(double color4) Description copied from interface:SwatchSets color 4.
-