|
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_PrintColor
org.compiere.model.MPrintColor
public class MPrintColor
AD_PrintColor Print Color Model
| Field Summary | |
|---|---|
static Color |
blackBlue
Black Blue |
static Color |
blackGreen
Black Green |
static Color |
brown
Brown |
static Color |
darkBlue
Dark Blue |
static Color |
darkBrown
Dark Brown |
static Color |
darkGreen
Dark Green |
static Color |
whiteGray
White Gray |
| Fields inherited from class org.compiere.model.X_AD_PrintColor |
|---|
accessLevel, Model, Table_ID, Table_Name, updatedMS |
| 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 | |
|---|---|
MPrintColor(Ctx ctx,
int AD_PrintColor_ID,
String trxName)
Constructor |
|
MPrintColor(Ctx ctx,
ResultSet rs,
String trxName)
Constructor |
|
| Method Summary | |
|---|---|
static MPrintColor |
get(Ctx ctx,
int AD_PrintColor_ID)
Get Color. |
static MPrintColor |
get(Ctx ctx,
String AD_PrintColor_ID)
Get Color |
Color |
getColor()
Get Color |
String |
getRRGGBB()
Get Color as RRGGBB hex string for HTML font tag |
static void |
main(String[] args)
Create Standard Colors |
void |
setColor(Color color)
Set Color |
String |
toString()
String Representation |
| Methods inherited from class org.compiere.model.X_AD_PrintColor |
|---|
get_AccessLevel, getAD_PrintColor_ID, getCode, getKeyNamePair, getName, initPO, isDefault, setAD_PrintColor_ID, setCode, setIsDefault, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final Color darkGreen
public static final Color blackGreen
public static final Color darkBlue
public static final Color blackBlue
public static final Color whiteGray
public static final Color brown
public static final Color darkBrown
| Constructor Detail |
|---|
public MPrintColor(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - ResultSettrxName - transaction
public MPrintColor(Ctx ctx,
int AD_PrintColor_ID,
String trxName)
ctx - contextAD_PrintColor_ID - IDtrxName - transaction| Method Detail |
|---|
public static MPrintColor get(Ctx ctx,
int AD_PrintColor_ID)
ctx - contextAD_PrintColor_ID - id
public static MPrintColor get(Ctx ctx,
String AD_PrintColor_ID)
ctx - contextAD_PrintColor_ID - id
public Color getColor()
public void setColor(Color color)
color - Colorpublic String getRRGGBB()
public String toString()
toString in class X_AD_PrintColorpublic static void main(String[] args)
args - args
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||