Package 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 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 4 - Systemstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Color_IDstatic final String
Column name AD_Color_UUstatic final String
Column name AD_Image_IDstatic final String
Column name AD_Org_IDstatic final String
Column name Alphastatic final String
Column name Alpha_1static final String
Column name Bluestatic final String
Column name Blue_1static final String
Column name ColorTypestatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name Greenstatic final String
Column name Green_1static final String
Column name ImageAlphastatic final String
Column name IsActivestatic final String
Column name IsDefaultstatic final String
Column name LineDistancestatic final String
Column name LineWidthstatic final String
Column name Namestatic final String
Column name Redstatic final String
Column name Red_1static final String
Column name RepeatDistancestatic final String
Column name StartPointstatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=457static final String
TableName=AD_Color -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get System Color.Get AD_Color_UUint
Get Image.int
Get Organization.int
getAlpha()
Get Alpha.int
Get 2nd Alpha.int
getBlue()
Get Blue.int
Get 2nd Blue.Get Color Type.Get Created.int
Get Created By.int
getGreen()
Get Green.int
Get 2nd Green.Get Image Alpha.int
Get Line Distance.int
Get Line Width.getName()
Get Name.int
getRed()
Get Red.int
getRed_1()
Get 2nd Red.int
Get Repeat Distance.Get Start Point.Get Updated.int
Get Updated By.boolean
isActive()
Get Active.boolean
Get Default.void
setAD_Color_ID
(int AD_Color_ID) Set System Color.void
setAD_Color_UU
(String AD_Color_UU) Set AD_Color_UUvoid
setAD_Image_ID
(int AD_Image_ID) Set Image.void
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setAlpha
(int Alpha) Set Alpha.void
setAlpha_1
(int Alpha_1) Set 2nd Alpha.void
setBlue
(int Blue) Set Blue.void
setBlue_1
(int Blue_1) Set 2nd Blue.void
setColorType
(String ColorType) Set Color Type.void
setGreen
(int Green) Set Green.void
setGreen_1
(int Green_1) Set 2nd Green.void
setImageAlpha
(BigDecimal ImageAlpha) Set Image Alpha.void
setIsActive
(boolean IsActive) Set Active.void
setIsDefault
(boolean IsDefault) Set Default.void
setLineDistance
(int LineDistance) Set Line Distance.void
setLineWidth
(int LineWidth) Set Line Width.void
Set Name.void
setRed
(int Red) Set Red.void
setRed_1
(int Red_1) Set 2nd Red.void
setRepeatDistance
(int RepeatDistance) Set Repeat Distance.void
setStartPoint
(String StartPoint) Set Start Point.
-
Field Details
-
Table_Name
TableName=AD_Color- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=457- See Also:
-
Model
-
accessLevel
AccessLevel = 4 - System -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Color_ID
Column name AD_Color_ID- See Also:
-
COLUMNNAME_AD_Color_UU
Column name AD_Color_UU- See Also:
-
COLUMNNAME_AD_Image_ID
Column name AD_Image_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_Alpha
Column name Alpha- See Also:
-
COLUMNNAME_Alpha_1
Column name Alpha_1- See Also:
-
COLUMNNAME_Blue
Column name Blue- See Also:
-
COLUMNNAME_Blue_1
Column name Blue_1- See Also:
-
COLUMNNAME_ColorType
Column name ColorType- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_Green
Column name Green- See Also:
-
COLUMNNAME_Green_1
Column name Green_1- See Also:
-
COLUMNNAME_ImageAlpha
Column name ImageAlpha- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsDefault
Column name IsDefault- See Also:
-
COLUMNNAME_LineDistance
Column name LineDistance- See Also:
-
COLUMNNAME_LineWidth
Column name LineWidth- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_Red
Column name Red- See Also:
-
COLUMNNAME_Red_1
Column name Red_1- See Also:
-
COLUMNNAME_RepeatDistance
Column name RepeatDistance- See Also:
-
COLUMNNAME_StartPoint
Column name StartPoint- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
-
Method Details
-
getAD_Client_ID
int getAD_Client_ID()Get Tenant. Tenant for this installation. -
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_Color_UU
Set AD_Color_UU -
getAD_Color_UU
String getAD_Color_UU()Get AD_Color_UU -
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
- Throws:
RuntimeException
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID) Set Organization. Organizational entity within tenant -
getAD_Org_ID
int getAD_Org_ID()Get Organization. Organizational entity within tenant -
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
Set Color Type. Color presentation for this color -
getColorType
String getColorType()Get Color Type. Color presentation for this color -
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
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
Set Image Alpha. Image Texture Composite Alpha -
getImageAlpha
BigDecimal getImageAlpha()Get Image Alpha. Image Texture Composite Alpha -
setIsActive
void setIsActive(boolean IsActive) Set Active. The record is active in the system -
isActive
boolean isActive()Get Active. The record is active in the system -
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
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
Set Start Point. Start point of the gradient colors -
getStartPoint
String getStartPoint()Get Start Point. Start point of the gradient colors -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records
-