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 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 4 - Systemstatic String
COLUMNNAME_AD_Chart_ID
Column name AD_Chart_IDstatic String
COLUMNNAME_AD_Chart_UU
Column name AD_Chart_UUstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_ChartOrientation
Column name ChartOrientationstatic String
COLUMNNAME_ChartType
Column name ChartTypestatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_DomainLabel
Column name DomainLabelstatic String
COLUMNNAME_EntityType
Column name EntityTypestatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsDisplayLegend
Column name IsDisplayLegendstatic String
COLUMNNAME_IsTimeSeries
Column name IsTimeSeriesstatic String
COLUMNNAME_Name
Column name Namestatic String
COLUMNNAME_RangeLabel
Column name RangeLabelstatic String
COLUMNNAME_TimeScope
Column name TimeScopestatic String
COLUMNNAME_TimeUnit
Column name TimeUnitstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic String
COLUMNNAME_WinHeight
Column name WinHeightstatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=53284static String
Table_Name
TableName=AD_Chart
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Chart_ID()
Get ChartString
getAD_Chart_UU()
Get AD_Chart_UUint
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.String
getChartOrientation()
Get Orientation.String
getChartType()
Get Chart Type.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.String
getDescription()
Get Description.String
getDomainLabel()
Get Domain Label.String
getEntityType()
Get Entity Type.String
getName()
Get Name.String
getRangeLabel()
Get Range Label.int
getTimeScope()
Get Time Scope.String
getTimeUnit()
Get Time Unit.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.int
getWinHeight()
Get Window Heightboolean
isActive()
Get Active.boolean
isDisplayLegend()
Get Display Legend.boolean
isTimeSeries()
Get Time Series.void
setAD_Chart_ID(int AD_Chart_ID)
Set Chartvoid
setAD_Chart_UU(String AD_Chart_UU)
Set AD_Chart_UUvoid
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setChartOrientation(String ChartOrientation)
Set Orientation.void
setChartType(String ChartType)
Set Chart Type.void
setDescription(String Description)
Set Description.void
setDomainLabel(String DomainLabel)
Set Domain Label.void
setEntityType(String EntityType)
Set Entity Type.void
setIsActive(boolean IsActive)
Set Active.void
setIsDisplayLegend(boolean IsDisplayLegend)
Set Display Legend.void
setIsTimeSeries(boolean IsTimeSeries)
Set Time Series.void
setName(String Name)
Set Name.void
setRangeLabel(String RangeLabel)
Set Range Label.void
setTimeScope(int TimeScope)
Set Time Scope.void
setTimeUnit(String TimeUnit)
Set Time Unit.void
setWinHeight(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
-
-