Package org.compiere.model
Interface I_AD_Chart
-
- All Known Implementing Classes:
MChart,X_AD_Chart
public interface I_AD_ChartGenerated Interface for AD_Chart- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 4 - Systemstatic StringCOLUMNNAME_AD_Chart_IDColumn name AD_Chart_IDstatic StringCOLUMNNAME_AD_Chart_UUColumn name AD_Chart_UUstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_ChartOrientationColumn name ChartOrientationstatic StringCOLUMNNAME_ChartTypeColumn name ChartTypestatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_DomainLabelColumn name DomainLabelstatic StringCOLUMNNAME_EntityTypeColumn name EntityTypestatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_IsDisplayLegendColumn name IsDisplayLegendstatic StringCOLUMNNAME_IsTimeSeriesColumn name IsTimeSeriesstatic StringCOLUMNNAME_NameColumn name Namestatic StringCOLUMNNAME_RangeLabelColumn name RangeLabelstatic StringCOLUMNNAME_TimeScopeColumn name TimeScopestatic StringCOLUMNNAME_TimeUnitColumn name TimeUnitstatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic StringCOLUMNNAME_WinHeightColumn name WinHeightstatic KeyNamePairModelstatic intTable_IDAD_Table_ID=53284static StringTable_NameTableName=AD_Chart
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Chart_ID()Get ChartStringgetAD_Chart_UU()Get AD_Chart_UUintgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.StringgetChartOrientation()Get Orientation.StringgetChartType()Get Chart Type.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetDescription()Get Description.StringgetDomainLabel()Get Domain Label.StringgetEntityType()Get Entity Type.StringgetName()Get Name.StringgetRangeLabel()Get Range Label.intgetTimeScope()Get Time Scope.StringgetTimeUnit()Get Time Unit.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.intgetWinHeight()Get Window HeightbooleanisActive()Get Active.booleanisDisplayLegend()Get Display Legend.booleanisTimeSeries()Get 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.voidsetName(String Name)Set 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 Detail
-
Table_Name
static final String Table_Name
TableName=AD_Chart- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=53284- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 4 - System
-
COLUMNNAME_AD_Chart_ID
static final String COLUMNNAME_AD_Chart_ID
Column name AD_Chart_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Chart_UU
static final String COLUMNNAME_AD_Chart_UU
Column name AD_Chart_UU- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_ChartOrientation
static final String COLUMNNAME_ChartOrientation
Column name ChartOrientation- See Also:
- Constant Field Values
-
COLUMNNAME_ChartType
static final String COLUMNNAME_ChartType
Column name ChartType- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_DomainLabel
static final String COLUMNNAME_DomainLabel
Column name DomainLabel- See Also:
- Constant Field Values
-
COLUMNNAME_EntityType
static final String COLUMNNAME_EntityType
Column name EntityType- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsDisplayLegend
static final String COLUMNNAME_IsDisplayLegend
Column name IsDisplayLegend- See Also:
- Constant Field Values
-
COLUMNNAME_IsTimeSeries
static final String COLUMNNAME_IsTimeSeries
Column name IsTimeSeries- See Also:
- Constant Field Values
-
COLUMNNAME_Name
static final String COLUMNNAME_Name
Column name Name- See Also:
- Constant Field Values
-
COLUMNNAME_RangeLabel
static final String COLUMNNAME_RangeLabel
Column name RangeLabel- See Also:
- Constant Field Values
-
COLUMNNAME_TimeScope
static final String COLUMNNAME_TimeScope
Column name TimeScope- See Also:
- Constant Field Values
-
COLUMNNAME_TimeUnit
static final String COLUMNNAME_TimeUnit
Column name TimeUnit- See Also:
- Constant Field Values
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_WinHeight
static final String COLUMNNAME_WinHeight
Column name WinHeight- See Also:
- Constant Field Values
-
-
Method Detail
-
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
void setAD_Chart_UU(String AD_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 Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
setChartOrientation
void setChartOrientation(String ChartOrientation)
Set Orientation. The orientation of the chart.
-
getChartOrientation
String getChartOrientation()
Get Orientation. The orientation of the chart.
-
setChartType
void setChartType(String ChartType)
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
void setDescription(String Description)
Set Description. Optional short description of the record
-
getDescription
String getDescription()
Get Description. Optional short description of the record
-
setDomainLabel
void setDomainLabel(String DomainLabel)
Set Domain Label. Label for the domain axis.
-
getDomainLabel
String getDomainLabel()
Get Domain Label. Label for the domain axis.
-
setEntityType
void setEntityType(String EntityType)
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
void setName(String Name)
Set Name. Alphanumeric identifier of the entity
-
getName
String getName()
Get Name. Alphanumeric identifier of the entity
-
setRangeLabel
void setRangeLabel(String RangeLabel)
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
void setTimeUnit(String TimeUnit)
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
-
-