Adempiere 3.5.2a

org.compiere.model
Class X_AD_Color

java.lang.Object
  extended by org.compiere.model.PO
      extended by org.compiere.model.X_AD_Color
All Implemented Interfaces:
Serializable, Comparator, I_AD_Color, I_Persistent, Evaluatee
Direct Known Subclasses:
MColor

public class X_AD_Color
extends PO
implements I_AD_Color, I_Persistent

Generated Model for AD_Color

Version:
Release 3.5.2a - $Id$
Author:
Adempiere (generated)
See Also:
Serialized Form

Field Summary
static int COLORTYPE_AD_Reference_ID
          ColorType AD_Reference_ID=243
static String COLORTYPE_Gradient
          Gradient = G
static String COLORTYPE_Line
          Line = L
static String COLORTYPE_NormalFlat
          Normal (Flat) = F
static String COLORTYPE_TexturePicture
          Texture (Picture) = T
static int STARTPOINT_AD_Reference_ID
          StartPoint AD_Reference_ID=248
static String STARTPOINT_East
          East = 3
static String STARTPOINT_North
          North = 1
static String STARTPOINT_NorthEast
          North East = 2
static String STARTPOINT_NorthWest
          North West = 8
static String STARTPOINT_South
          South = 5
static String STARTPOINT_SouthEast
          South East = 4
static String STARTPOINT_SouthWest
          South West = 6
static String STARTPOINT_West
          West = 7
 
Fields inherited from class org.compiere.model.PO
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID
 
Fields inherited from interface org.compiere.model.I_AD_Color
accessLevel, COLUMNNAME_AD_Color_ID, COLUMNNAME_AD_Image_ID, COLUMNNAME_Alpha, COLUMNNAME_Alpha_1, COLUMNNAME_Blue, COLUMNNAME_Blue_1, COLUMNNAME_ColorType, COLUMNNAME_Green, COLUMNNAME_Green_1, COLUMNNAME_ImageAlpha, COLUMNNAME_IsDefault, COLUMNNAME_LineDistance, COLUMNNAME_LineWidth, COLUMNNAME_Name, COLUMNNAME_Red, COLUMNNAME_Red_1, COLUMNNAME_RepeatDistance, COLUMNNAME_StartPoint, Model, Table_ID, Table_Name
 
Constructor Summary
X_AD_Color(Properties ctx, int AD_Color_ID, String trxName)
          Standard Constructor
X_AD_Color(Properties ctx, ResultSet rs, String trxName)
          Load Constructor
 
Method Summary
protected  int get_AccessLevel()
          AccessLevel
 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 .
 KeyNamePair getKeyNamePair()
          Get Record ID/ColumnName
 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.
protected  POInfo initPO(Properties ctx)
          Load Meta Data
 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.
 String toString()
          String representation
 
Methods inherited from class org.compiere.model.PO
afterDelete, afterSave, beforeDelete, beforeSave, compare, copyValues, copyValues, createAttachment, delete_Accounting, delete_Tree, delete, delete, deleteEx, deleteEx, dump, dump, equals, get_ColumnCount, get_ColumnDescription, get_ColumnDisplayType, get_ColumnIndex, get_ColumnLabel, get_ColumnLookup, get_ColumnName, get_DisplayValue, get_HashMap, get_ID, get_IDOld, get_KeyColumns, get_Logger, get_Table_ID, get_TableName, get_Translation, get_TrxName, get_Value, get_Value, get_ValueAsInt, get_ValueAsString, get_ValueDifference, get_ValueDifference, get_ValueE, get_ValueOfColumn, get_ValueOld, get_ValueOld, get_ValueOldAsInt, get_WhereClause, get_xmlDocument, get_xmlString, getAD_Client_ID, getAD_Org_ID, getAllIDs, getAttachment, getAttachment, getAttachmentData, getCreated, getCreatedBy, getCtx, getDoc, getFindParameter, getPdfAttachment, getUpdated, getUpdatedBy, insert_Accounting, insert_Tree, insert_Tree, is_Changed, is_new, is_ValueChanged, is_ValueChanged, isActive, isAttachment, isColumnMandatory, isColumnUpdateable, isMandatoryOK, isPdfAttachment, isReplication, load, load, load, load, loadComplete, loadDefaults, loadSpecial, lock, save, save, saveEx, saveEx, saveNew_getID, saveNewSpecial, saveReplica, saveUpdate, set_ColumnUpdateable, set_CustomColumn, set_TrxName, set_TrxName, set_Value, set_Value, set_ValueE, set_ValueNoCheck, set_ValueNoCheckE, set_ValueOfColumn, set_ValueOfColumn, setAD_Client_ID, setAD_Org_ID, setClientOrg, setClientOrg, setDoc, setDocWorkflowMgr, setIsActive, setReplication, setStandardDefaults, setUpdateable, setUpdatedBy, unlock
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.compiere.model.I_Persistent
save
 

Field Detail

COLORTYPE_AD_Reference_ID

public static final int COLORTYPE_AD_Reference_ID
ColorType AD_Reference_ID=243

See Also:
Constant Field Values

COLORTYPE_NormalFlat

public static final String COLORTYPE_NormalFlat
Normal (Flat) = F

See Also:
Constant Field Values

COLORTYPE_Gradient

public static final String COLORTYPE_Gradient
Gradient = G

See Also:
Constant Field Values

COLORTYPE_Line

public static final String COLORTYPE_Line
Line = L

See Also:
Constant Field Values

COLORTYPE_TexturePicture

public static final String COLORTYPE_TexturePicture
Texture (Picture) = T

See Also:
Constant Field Values

STARTPOINT_AD_Reference_ID

public static final int STARTPOINT_AD_Reference_ID
StartPoint AD_Reference_ID=248

See Also:
Constant Field Values

STARTPOINT_North

public static final String STARTPOINT_North
North = 1

See Also:
Constant Field Values

STARTPOINT_NorthEast

public static final String STARTPOINT_NorthEast
North East = 2

See Also:
Constant Field Values

STARTPOINT_East

public static final String STARTPOINT_East
East = 3

See Also:
Constant Field Values

STARTPOINT_SouthEast

public static final String STARTPOINT_SouthEast
South East = 4

See Also:
Constant Field Values

STARTPOINT_South

public static final String STARTPOINT_South
South = 5

See Also:
Constant Field Values

STARTPOINT_SouthWest

public static final String STARTPOINT_SouthWest
South West = 6

See Also:
Constant Field Values

STARTPOINT_West

public static final String STARTPOINT_West
West = 7

See Also:
Constant Field Values

STARTPOINT_NorthWest

public static final String STARTPOINT_NorthWest
North West = 8

See Also:
Constant Field Values
Constructor Detail

X_AD_Color

public X_AD_Color(Properties ctx,
                  int AD_Color_ID,
                  String trxName)
Standard Constructor


X_AD_Color

public X_AD_Color(Properties ctx,
                  ResultSet rs,
                  String trxName)
Load Constructor

Method Detail

get_AccessLevel

protected int get_AccessLevel()
AccessLevel

Specified by:
get_AccessLevel in class PO
Returns:
4 - System

initPO

protected POInfo initPO(Properties ctx)
Load Meta Data

Specified by:
initPO in class PO
Parameters:
ctx - context
Returns:
POInfo

toString

public String toString()
Description copied from class: PO
String representation

Overrides:
toString in class PO
Returns:
String representation

setAD_Color_ID

public void setAD_Color_ID(int AD_Color_ID)
Set System Color.

Specified by:
setAD_Color_ID in interface I_AD_Color
Parameters:
AD_Color_ID - Color for backgrounds or indicators

getAD_Color_ID

public int getAD_Color_ID()
Get System Color.

Specified by:
getAD_Color_ID in interface I_AD_Color
Returns:
Color for backgrounds or indicators

getAD_Image

public I_AD_Image getAD_Image()
                       throws Exception
Specified by:
getAD_Image in interface I_AD_Color
Throws:
Exception

setAD_Image_ID

public void setAD_Image_ID(int AD_Image_ID)
Set Image.

Specified by:
setAD_Image_ID in interface I_AD_Color
Parameters:
AD_Image_ID - Image or Icon

getAD_Image_ID

public int getAD_Image_ID()
Get Image.

Specified by:
getAD_Image_ID in interface I_AD_Color
Returns:
Image or Icon

setAlpha

public void setAlpha(int Alpha)
Set Alpha.

Specified by:
setAlpha in interface I_AD_Color
Parameters:
Alpha - Color Alpha value 0-255

getAlpha

public int getAlpha()
Get Alpha.

Specified by:
getAlpha in interface I_AD_Color
Returns:
Color Alpha value 0-255

setAlpha_1

public void setAlpha_1(int Alpha_1)
Set 2nd Alpha.

Specified by:
setAlpha_1 in interface I_AD_Color
Parameters:
Alpha_1 - Alpha value for second color

getAlpha_1

public int getAlpha_1()
Get 2nd Alpha.

Specified by:
getAlpha_1 in interface I_AD_Color
Returns:
Alpha value for second color

setBlue

public void setBlue(int Blue)
Set Blue.

Specified by:
setBlue in interface I_AD_Color
Parameters:
Blue - Color RGB blue value

getBlue

public int getBlue()
Get Blue.

Specified by:
getBlue in interface I_AD_Color
Returns:
Color RGB blue value

setBlue_1

public void setBlue_1(int Blue_1)
Set 2nd Blue.

Specified by:
setBlue_1 in interface I_AD_Color
Parameters:
Blue_1 - RGB value for second color

getBlue_1

public int getBlue_1()
Get 2nd Blue.

Specified by:
getBlue_1 in interface I_AD_Color
Returns:
RGB value for second color

setColorType

public void setColorType(String ColorType)
Set Color Type.

Specified by:
setColorType in interface I_AD_Color
Parameters:
ColorType - Color presentation for this color

getColorType

public String getColorType()
Get Color Type.

Specified by:
getColorType in interface I_AD_Color
Returns:
Color presentation for this color

setGreen

public void setGreen(int Green)
Set Green.

Specified by:
setGreen in interface I_AD_Color
Parameters:
Green - RGB value

getGreen

public int getGreen()
Get Green.

Specified by:
getGreen in interface I_AD_Color
Returns:
RGB value

setGreen_1

public void setGreen_1(int Green_1)
Set 2nd Green.

Specified by:
setGreen_1 in interface I_AD_Color
Parameters:
Green_1 - RGB value for second color

getGreen_1

public int getGreen_1()
Get 2nd Green.

Specified by:
getGreen_1 in interface I_AD_Color
Returns:
RGB value for second color

setImageAlpha

public void setImageAlpha(BigDecimal ImageAlpha)
Set Image Alpha .

Specified by:
setImageAlpha in interface I_AD_Color
Parameters:
ImageAlpha - Image Texture Composite Alpha

getImageAlpha

public BigDecimal getImageAlpha()
Get Image Alpha .

Specified by:
getImageAlpha in interface I_AD_Color
Returns:
Image Texture Composite Alpha

setIsDefault

public void setIsDefault(boolean IsDefault)
Set Default.

Specified by:
setIsDefault in interface I_AD_Color
Parameters:
IsDefault - Default value

isDefault

public boolean isDefault()
Get Default.

Specified by:
isDefault in interface I_AD_Color
Returns:
Default value

setLineDistance

public void setLineDistance(int LineDistance)
Set Line Distance.

Specified by:
setLineDistance in interface I_AD_Color
Parameters:
LineDistance - Distance between lines

getLineDistance

public int getLineDistance()
Get Line Distance.

Specified by:
getLineDistance in interface I_AD_Color
Returns:
Distance between lines

setLineWidth

public void setLineWidth(int LineWidth)
Set Line Width.

Specified by:
setLineWidth in interface I_AD_Color
Parameters:
LineWidth - Width of the lines

getLineWidth

public int getLineWidth()
Get Line Width.

Specified by:
getLineWidth in interface I_AD_Color
Returns:
Width of the lines

setName

public void setName(String Name)
Set Name.

Specified by:
setName in interface I_AD_Color
Parameters:
Name - Alphanumeric identifier of the entity

getName

public String getName()
Get Name.

Specified by:
getName in interface I_AD_Color
Returns:
Alphanumeric identifier of the entity

getKeyNamePair

public KeyNamePair getKeyNamePair()
Get Record ID/ColumnName

Returns:
ID/ColumnName pair

setRed

public void setRed(int Red)
Set Red.

Specified by:
setRed in interface I_AD_Color
Parameters:
Red - RGB value

getRed

public int getRed()
Get Red.

Specified by:
getRed in interface I_AD_Color
Returns:
RGB value

setRed_1

public void setRed_1(int Red_1)
Set 2nd Red.

Specified by:
setRed_1 in interface I_AD_Color
Parameters:
Red_1 - RGB value for second color

getRed_1

public int getRed_1()
Get 2nd Red.

Specified by:
getRed_1 in interface I_AD_Color
Returns:
RGB value for second color

setRepeatDistance

public void setRepeatDistance(int RepeatDistance)
Set Repeat Distance.

Specified by:
setRepeatDistance in interface I_AD_Color
Parameters:
RepeatDistance - Distance in points to repeat gradient color - or zero

getRepeatDistance

public int getRepeatDistance()
Get Repeat Distance.

Specified by:
getRepeatDistance in interface I_AD_Color
Returns:
Distance in points to repeat gradient color - or zero

setStartPoint

public void setStartPoint(String StartPoint)
Set Start Point.

Specified by:
setStartPoint in interface I_AD_Color
Parameters:
StartPoint - Start point of the gradient colors

getStartPoint

public String getStartPoint()
Get Start Point.

Specified by:
getStartPoint in interface I_AD_Color
Returns:
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.