|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.PO
org.compiere.model.X_AD_Color
public class X_AD_Color
Generated Model for AD_Color
| Field Summary | |
|---|---|
protected BigDecimal |
accessLevel
|
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 |
protected static KeyNamePair |
Model
|
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 |
static int |
Table_ID
AD_Table_ID=457 |
static String |
Table_Name
TableName=AD_Color |
static long |
updatedMS
Last Updated Timestamp 2008-06-10 15:12:06.0 |
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
X_AD_Color(Ctx ctx,
int AD_Color_ID,
String trxName)
Standard Constructor |
|
X_AD_Color(Ctx 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. |
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(Ctx ctx)
Load Meta Data |
boolean |
isColorTypeValid(String test)
Is test a valid value. |
boolean |
isDefault()
Get Default. |
boolean |
isStartPointValid(String test)
Is test a valid value. |
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()
Info |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final long updatedMS
public static final int Table_ID
public static final String Table_Name
protected static KeyNamePair Model
protected BigDecimal accessLevel
public static final int COLORTYPE_AD_Reference_ID
public static final String COLORTYPE_NormalFlat
public static final String COLORTYPE_Gradient
public static final String COLORTYPE_Line
public static final String COLORTYPE_TexturePicture
public static final int STARTPOINT_AD_Reference_ID
public static final String STARTPOINT_North
public static final String STARTPOINT_NorthEast
public static final String STARTPOINT_East
public static final String STARTPOINT_SouthEast
public static final String STARTPOINT_South
public static final String STARTPOINT_SouthWest
public static final String STARTPOINT_West
public static final String STARTPOINT_NorthWest
| Constructor Detail |
|---|
public X_AD_Color(Ctx ctx,
int AD_Color_ID,
String trxName)
ctx - contextAD_Color_ID - idtrxName - transaction
public X_AD_Color(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Ctx ctx)
initPO in class POctx - context
public String toString()
toString in class POpublic void setAD_Color_ID(int AD_Color_ID)
AD_Color_ID - Color for backgrounds or indicatorspublic int getAD_Color_ID()
public void setAD_Image_ID(int AD_Image_ID)
AD_Image_ID - Image or Iconpublic int getAD_Image_ID()
public void setAlpha(int Alpha)
Alpha - Color Alpha value 0-255public int getAlpha()
public void setAlpha_1(int Alpha_1)
Alpha_1 - Alpha value for second colorpublic int getAlpha_1()
public void setBlue(int Blue)
Blue - Color RGB blue valuepublic int getBlue()
public void setBlue_1(int Blue_1)
Blue_1 - RGB value for second colorpublic int getBlue_1()
public boolean isColorTypeValid(String test)
test - testvalue
public void setColorType(String ColorType)
ColorType - Color presentation for this colorpublic String getColorType()
public void setGreen(int Green)
Green - RGB valuepublic int getGreen()
public void setGreen_1(int Green_1)
Green_1 - RGB value for second colorpublic int getGreen_1()
public void setImageAlpha(BigDecimal ImageAlpha)
ImageAlpha - Image Texture Composite Alphapublic BigDecimal getImageAlpha()
public void setIsDefault(boolean IsDefault)
IsDefault - Default valuepublic boolean isDefault()
public void setLineDistance(int LineDistance)
LineDistance - Distance between linespublic int getLineDistance()
public void setLineWidth(int LineWidth)
LineWidth - Width of the linespublic int getLineWidth()
public void setName(String Name)
Name - Alphanumeric identifier of the entitypublic String getName()
public KeyNamePair getKeyNamePair()
public void setRed(int Red)
Red - RGB valuepublic int getRed()
public void setRed_1(int Red_1)
Red_1 - RGB value for second colorpublic int getRed_1()
public void setRepeatDistance(int RepeatDistance)
RepeatDistance - Distance in points to repeat gradient color - or zeropublic int getRepeatDistance()
public boolean isStartPointValid(String test)
test - testvalue
public void setStartPoint(String StartPoint)
StartPoint - Start point of the gradient colorspublic String getStartPoint()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||