Package org.compiere.model
Interface I_AD_Chart
- All Known Implementing Classes:
MChart,X_AD_Chart
public interface I_AD_Chart
Generated Interface for AD_Chart
- Version:
- Release 13
- Author:
- iDempiere (generated)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BigDecimalAccessLevel = 6 - System - Clientstatic final StringColumn name AD_Chart_IDstatic final StringColumn name AD_Chart_UUstatic final StringColumn name AD_Client_IDstatic final StringColumn name AD_Org_IDstatic final StringColumn name ChartOrientationstatic final StringColumn name ChartTypestatic final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name Descriptionstatic final StringColumn name DomainLabelstatic final StringColumn name EntityTypestatic final StringColumn name IsActivestatic final StringColumn name IsDisplayLegendstatic final StringColumn name IsTimeSeriesstatic final StringColumn name Namestatic final StringColumn name RangeLabelstatic final StringColumn name TimeScopestatic final StringColumn name TimeUnitstatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final StringColumn name WinHeightstatic final KeyNamePairstatic final intAD_Table_ID=53284static final StringTableName=AD_Chart -
Method Summary
Modifier and TypeMethodDescriptionintGet ChartGet AD_Chart_UUintGet Tenant.intGet Organization.Get Orientation.Get Chart Type.Get Created.intGet Created By.Get Description.Get Domain Label.Get Entity Type.getName()Get Name.Get Range Label.intGet Time Scope.Get Time Unit.Get Updated.intGet Updated By.intGet Window HeightbooleanisActive()Get Active.booleanGet Display Legend.booleanGet Time Series.voidsetAD_Chart_ID(int AD_Chart_ID) Set ChartvoidsetAD_Chart_UU(String AD_Chart_UU) Set AD_Chart_UUvoidsetAD_Org_ID(int AD_Org_ID) Set Organization.voidsetChartOrientation(String ChartOrientation) Set Orientation.voidsetChartType(String ChartType) Set Chart Type.voidsetDescription(String Description) Set Description.voidsetDomainLabel(String DomainLabel) Set Domain Label.voidsetEntityType(String EntityType) Set Entity Type.voidsetIsActive(boolean IsActive) Set Active.voidsetIsDisplayLegend(boolean IsDisplayLegend) Set Display Legend.voidsetIsTimeSeries(boolean IsTimeSeries) Set Time Series.voidSet Name.voidsetRangeLabel(String RangeLabel) Set Range Label.voidsetTimeScope(int TimeScope) Set Time Scope.voidsetTimeUnit(String TimeUnit) Set Time Unit.voidsetWinHeight(int WinHeight) Set Window Height
-
Field Details
-
Table_Name
TableName=AD_Chart- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=53284- See Also:
-
Model
-
accessLevel
AccessLevel = 6 - System - Client -
COLUMNNAME_AD_Chart_ID
Column name AD_Chart_ID- See Also:
-
COLUMNNAME_AD_Chart_UU
Column name AD_Chart_UU- See Also:
-
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_ChartOrientation
Column name ChartOrientation- See Also:
-
COLUMNNAME_ChartType
Column name ChartType- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_Description
Column name Description- See Also:
-
COLUMNNAME_DomainLabel
Column name DomainLabel- See Also:
-
COLUMNNAME_EntityType
Column name EntityType- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsDisplayLegend
Column name IsDisplayLegend- See Also:
-
COLUMNNAME_IsTimeSeries
Column name IsTimeSeries- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_RangeLabel
Column name RangeLabel- See Also:
-
COLUMNNAME_TimeScope
Column name TimeScope- See Also:
-
COLUMNNAME_TimeUnit
Column name TimeUnit- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
COLUMNNAME_WinHeight
Column name WinHeight- See Also:
-
-
Method Details
-
setAD_Chart_ID
void setAD_Chart_ID(int AD_Chart_ID) Set Chart -
getAD_Chart_ID
int getAD_Chart_ID()Get Chart -
setAD_Chart_UU
Set AD_Chart_UU -
getAD_Chart_UU
String getAD_Chart_UU()Get AD_Chart_UU -
getAD_Client_ID
int getAD_Client_ID()Get Tenant. Tenant for this installation. -
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 -
setChartOrientation
Set Orientation. The orientation of the chart. -
getChartOrientation
String getChartOrientation()Get Orientation. The orientation of the chart. -
setChartType
Set Chart Type. Type of chart to render -
getChartType
String getChartType()Get Chart Type. Type of chart to render -
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setDescription
Set Description. Optional short description of the record -
getDescription
String getDescription()Get Description. Optional short description of the record -
setDomainLabel
Set Domain Label. Label for the domain axis. -
getDomainLabel
String getDomainLabel()Get Domain Label. Label for the domain axis. -
setEntityType
Set Entity Type. Dictionary Entity Type; Determines ownership and synchronization -
getEntityType
String getEntityType()Get Entity Type. Dictionary Entity Type; Determines ownership and synchronization -
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 -
setIsDisplayLegend
void setIsDisplayLegend(boolean IsDisplayLegend) Set Display Legend. Display chart legend -
isDisplayLegend
boolean isDisplayLegend()Get Display Legend. Display chart legend -
setIsTimeSeries
void setIsTimeSeries(boolean IsTimeSeries) Set Time Series. The domain data for the chart is organised by time. -
isTimeSeries
boolean isTimeSeries()Get Time Series. The domain data for the chart is organised by time. -
setName
Set Name. Alphanumeric identifier of the entity -
getName
String getName()Get Name. Alphanumeric identifier of the entity -
setRangeLabel
Set Range Label. Label for the range axis. -
getRangeLabel
String getRangeLabel()Get Range Label. Label for the range axis. -
setTimeScope
void setTimeScope(int TimeScope) Set Time Scope. The number of time units to include the chart result. -
getTimeScope
int getTimeScope()Get Time Scope. The number of time units to include the chart result. -
setTimeUnit
Set Time Unit. The unit of time for grouping chart data. -
getTimeUnit
String getTimeUnit()Get Time Unit. The unit of time for grouping chart data. -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records -
setWinHeight
void setWinHeight(int WinHeight) Set Window Height -
getWinHeight
int getWinHeight()Get Window Height
-