Adempiere 3.5.2a

org.compiere.model
Interface I_AD_Color

All Known Implementing Classes:
MColor, X_AD_Color

public interface I_AD_Color

Generated Interface for AD_Color

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 4 - System
static String COLUMNNAME_AD_Color_ID
          Column name AD_Color_ID
static String COLUMNNAME_AD_Image_ID
          Column name AD_Image_ID
static String COLUMNNAME_Alpha
          Column name Alpha
static String COLUMNNAME_Alpha_1
          Column name Alpha_1
static String COLUMNNAME_Blue
          Column name Blue
static String COLUMNNAME_Blue_1
          Column name Blue_1
static String COLUMNNAME_ColorType
          Column name ColorType
static String COLUMNNAME_Green
          Column name Green
static String COLUMNNAME_Green_1
          Column name Green_1
static String COLUMNNAME_ImageAlpha
          Column name ImageAlpha
static String COLUMNNAME_IsDefault
          Column name IsDefault
static String COLUMNNAME_LineDistance
          Column name LineDistance
static String COLUMNNAME_LineWidth
          Column name LineWidth
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_Red
          Column name Red
static String COLUMNNAME_Red_1
          Column name Red_1
static String COLUMNNAME_RepeatDistance
          Column name RepeatDistance
static String COLUMNNAME_StartPoint
          Column name StartPoint
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=457
static String Table_Name
          TableName=AD_Color
 
Method Summary
 int getAD_Color_ID()
          Get System Color.
 int getAD_Image_ID()
          Get Image.
 I_AD_Image getAD_Image()
           
 int getAlpha_1()
          Get 2nd Alpha.
 int getAlpha()
          Get Alpha.
 int getBlue_1()
          Get 2nd Blue.
 int getBlue()
          Get Blue.
 String getColorType()
          Get Color Type.
 int getGreen_1()
          Get 2nd Green.
 int getGreen()
          Get Green.
 BigDecimal getImageAlpha()
          Get Image Alpha .
 int getLineDistance()
          Get Line Distance.
 int getLineWidth()
          Get Line Width.
 String getName()
          Get Name.
 int getRed_1()
          Get 2nd Red.
 int getRed()
          Get Red.
 int getRepeatDistance()
          Get Repeat Distance.
 String getStartPoint()
          Get Start Point.
 boolean isDefault()
          Get Default.
 void setAD_Color_ID(int AD_Color_ID)
          Set System Color.
 void setAD_Image_ID(int AD_Image_ID)
          Set Image.
 void setAlpha_1(int Alpha_1)
          Set 2nd Alpha.
 void setAlpha(int Alpha)
          Set Alpha.
 void setBlue_1(int Blue_1)
          Set 2nd Blue.
 void setBlue(int Blue)
          Set Blue.
 void setColorType(String ColorType)
          Set Color Type.
 void setGreen_1(int Green_1)
          Set 2nd Green.
 void setGreen(int Green)
          Set Green.
 void setImageAlpha(BigDecimal ImageAlpha)
          Set Image Alpha .
 void setIsDefault(boolean IsDefault)
          Set Default.
 void setLineDistance(int LineDistance)
          Set Line Distance.
 void setLineWidth(int LineWidth)
          Set Line Width.
 void setName(String Name)
          Set Name.
 void setRed_1(int Red_1)
          Set 2nd Red.
 void setRed(int Red)
          Set Red.
 void setRepeatDistance(int RepeatDistance)
          Set Repeat Distance.
 void setStartPoint(String StartPoint)
          Set Start Point.
 

Field Detail

Table_Name

static final String Table_Name
TableName=AD_Color

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=457


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 4 - System


COLUMNNAME_AD_Color_ID

static final String COLUMNNAME_AD_Color_ID
Column name AD_Color_ID

See Also:
Constant Field Values

COLUMNNAME_AD_Image_ID

static final String COLUMNNAME_AD_Image_ID
Column name AD_Image_ID

See Also:
Constant Field Values

COLUMNNAME_Alpha

static final String COLUMNNAME_Alpha
Column name Alpha

See Also:
Constant Field Values

COLUMNNAME_Alpha_1

static final String COLUMNNAME_Alpha_1
Column name Alpha_1

See Also:
Constant Field Values

COLUMNNAME_Blue

static final String COLUMNNAME_Blue
Column name Blue

See Also:
Constant Field Values

COLUMNNAME_Blue_1

static final String COLUMNNAME_Blue_1
Column name Blue_1

See Also:
Constant Field Values

COLUMNNAME_ColorType

static final String COLUMNNAME_ColorType
Column name ColorType

See Also:
Constant Field Values

COLUMNNAME_Green

static final String COLUMNNAME_Green
Column name Green

See Also:
Constant Field Values

COLUMNNAME_Green_1

static final String COLUMNNAME_Green_1
Column name Green_1

See Also:
Constant Field Values

COLUMNNAME_ImageAlpha

static final String COLUMNNAME_ImageAlpha
Column name ImageAlpha

See Also:
Constant Field Values

COLUMNNAME_IsDefault

static final String COLUMNNAME_IsDefault
Column name IsDefault

See Also:
Constant Field Values

COLUMNNAME_LineDistance

static final String COLUMNNAME_LineDistance
Column name LineDistance

See Also:
Constant Field Values

COLUMNNAME_LineWidth

static final String COLUMNNAME_LineWidth
Column name LineWidth

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_Red

static final String COLUMNNAME_Red
Column name Red

See Also:
Constant Field Values

COLUMNNAME_Red_1

static final String COLUMNNAME_Red_1
Column name Red_1

See Also:
Constant Field Values

COLUMNNAME_RepeatDistance

static final String COLUMNNAME_RepeatDistance
Column name RepeatDistance

See Also:
Constant Field Values

COLUMNNAME_StartPoint

static final String COLUMNNAME_StartPoint
Column name StartPoint

See Also:
Constant Field Values
Method Detail

setAD_Color_ID

void setAD_Color_ID(int AD_Color_ID)
Set System Color. Color for backgrounds or indicators


getAD_Color_ID

int getAD_Color_ID()
Get System Color. Color for backgrounds or indicators


setAD_Image_ID

void setAD_Image_ID(int AD_Image_ID)
Set Image. Image or Icon


getAD_Image_ID

int getAD_Image_ID()
Get Image. Image or Icon


getAD_Image

I_AD_Image getAD_Image()
                       throws Exception
Throws:
Exception

setAlpha

void setAlpha(int Alpha)
Set Alpha. Color Alpha value 0-255


getAlpha

int getAlpha()
Get Alpha. Color Alpha value 0-255


setAlpha_1

void setAlpha_1(int Alpha_1)
Set 2nd Alpha. Alpha value for second color


getAlpha_1

int getAlpha_1()
Get 2nd Alpha. Alpha value for second color


setBlue

void setBlue(int Blue)
Set Blue. Color RGB blue value


getBlue

int getBlue()
Get Blue. Color RGB blue value


setBlue_1

void setBlue_1(int Blue_1)
Set 2nd Blue. RGB value for second color


getBlue_1

int getBlue_1()
Get 2nd Blue. RGB value for second color


setColorType

void setColorType(String ColorType)
Set Color Type. Color presentation for this color


getColorType

String getColorType()
Get Color Type. Color presentation for this color


setGreen

void setGreen(int Green)
Set Green. RGB value


getGreen

int getGreen()
Get Green. RGB value


setGreen_1

void setGreen_1(int Green_1)
Set 2nd Green. RGB value for second color


getGreen_1

int getGreen_1()
Get 2nd Green. RGB value for second color


setImageAlpha

void setImageAlpha(BigDecimal ImageAlpha)
Set Image Alpha . Image Texture Composite Alpha


getImageAlpha

BigDecimal getImageAlpha()
Get Image Alpha . Image Texture Composite Alpha


setIsDefault

void setIsDefault(boolean IsDefault)
Set Default. Default value


isDefault

boolean isDefault()
Get Default. Default value


setLineDistance

void setLineDistance(int LineDistance)
Set Line Distance. Distance between lines


getLineDistance

int getLineDistance()
Get Line Distance. Distance between lines


setLineWidth

void setLineWidth(int LineWidth)
Set Line Width. Width of the lines


getLineWidth

int getLineWidth()
Get Line Width. Width of the lines


setName

void setName(String Name)
Set Name. Alphanumeric identifier of the entity


getName

String getName()
Get Name. Alphanumeric identifier of the entity


setRed

void setRed(int Red)
Set Red. RGB value


getRed

int getRed()
Get Red. RGB value


setRed_1

void setRed_1(int Red_1)
Set 2nd Red. RGB value for second color


getRed_1

int getRed_1()
Get 2nd Red. RGB value for second color


setRepeatDistance

void setRepeatDistance(int RepeatDistance)
Set Repeat Distance. Distance in points to repeat gradient color - or zero


getRepeatDistance

int getRepeatDistance()
Get Repeat Distance. Distance in points to repeat gradient color - or zero


setStartPoint

void setStartPoint(String StartPoint)
Set Start Point. Start point of the gradient colors


getStartPoint

String getStartPoint()
Get Start Point. Start point of the gradient colors


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.