Package org.compiere.model
Interface I_AD_ToolBarButton
-
- All Known Implementing Classes:
MToolBarButton,X_AD_ToolBarButton
public interface I_AD_ToolBarButtonGenerated Interface for AD_ToolBarButton- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 4 - Systemstatic StringCOLUMNNAME_ActionColumn name Actionstatic StringCOLUMNNAME_ActionClassNameColumn name ActionClassNamestatic StringCOLUMNNAME_ActionNameColumn name ActionNamestatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_AD_Process_IDColumn name AD_Process_IDstatic StringCOLUMNNAME_AD_Tab_IDColumn name AD_Tab_IDstatic StringCOLUMNNAME_AD_ToolBarButton_IDColumn name AD_ToolBarButton_IDstatic StringCOLUMNNAME_AD_ToolBarButton_UUColumn name AD_ToolBarButton_UUstatic StringCOLUMNNAME_ComponentNameColumn name ComponentNamestatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DisplayLogicColumn name DisplayLogicstatic StringCOLUMNNAME_EntityTypeColumn name EntityTypestatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_IsAddSeparatorColumn name IsAddSeparatorstatic StringCOLUMNNAME_IsAdvancedButtonColumn name IsAdvancedButtonstatic StringCOLUMNNAME_IsCustomizationColumn name IsCustomizationstatic StringCOLUMNNAME_IsShowMoreColumn name IsShowMorestatic StringCOLUMNNAME_KeyStroke_KeyCodeColumn name KeyStroke_KeyCodestatic StringCOLUMNNAME_KeyStroke_ModifiersColumn name KeyStroke_Modifiersstatic StringCOLUMNNAME_NameColumn name Namestatic StringCOLUMNNAME_SeqNoColumn name SeqNostatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic KeyNamePairModelstatic intTable_IDAD_Table_ID=200003static StringTable_NameTableName=AD_ToolBarButton
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAction()Get Action.StringgetActionClassName()Get Service Component Name.StringgetActionName()Get Action Name.intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.I_AD_ProcessgetAD_Process()intgetAD_Process_ID()Get Process.I_AD_TabgetAD_Tab()intgetAD_Tab_ID()Get Tab.intgetAD_ToolBarButton_ID()Get ToolBar ButtonStringgetAD_ToolBarButton_UU()Get AD_ToolBarButton_UUStringgetComponentName()Get Component NameTimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetDisplayLogic()Get Display Logic.StringgetEntityType()Get Entity Type.intgetKeyStroke_KeyCode()Get KeyCode.intgetKeyStroke_Modifiers()Get Keystroke Modifiers.StringgetName()Get Name.intgetSeqNo()Get Sequence.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.booleanisActive()Get Active.booleanisAddSeparator()Get Add SeparatorbooleanisAdvancedButton()Get Advanced Button.booleanisCustomization()Get Customization.booleanisShowMore()Get Group in show morevoidsetAction(String Action)Set Action.voidsetActionClassName(String ActionClassName)Set Service Component Name.voidsetActionName(String ActionName)Set Action Name.voidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetAD_Process_ID(int AD_Process_ID)Set Process.voidsetAD_Tab_ID(int AD_Tab_ID)Set Tab.voidsetAD_ToolBarButton_ID(int AD_ToolBarButton_ID)Set ToolBar ButtonvoidsetAD_ToolBarButton_UU(String AD_ToolBarButton_UU)Set AD_ToolBarButton_UUvoidsetComponentName(String ComponentName)Set Component NamevoidsetDisplayLogic(String DisplayLogic)Set Display Logic.voidsetEntityType(String EntityType)Set Entity Type.voidsetIsActive(boolean IsActive)Set Active.voidsetIsAddSeparator(boolean IsAddSeparator)Set Add SeparatorvoidsetIsAdvancedButton(boolean IsAdvancedButton)Set Advanced Button.voidsetIsCustomization(boolean IsCustomization)Set Customization.voidsetIsShowMore(boolean IsShowMore)Set Group in show morevoidsetKeyStroke_KeyCode(int KeyStroke_KeyCode)Set KeyCode.voidsetKeyStroke_Modifiers(int KeyStroke_Modifiers)Set Keystroke Modifiers.voidsetName(String Name)Set Name.voidsetSeqNo(int SeqNo)Set Sequence.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=AD_ToolBarButton- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=200003- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 4 - System
-
COLUMNNAME_Action
static final String COLUMNNAME_Action
Column name Action- See Also:
- Constant Field Values
-
COLUMNNAME_ActionClassName
static final String COLUMNNAME_ActionClassName
Column name ActionClassName- See Also:
- Constant Field Values
-
COLUMNNAME_ActionName
static final String COLUMNNAME_ActionName
Column name ActionName- 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_AD_Process_ID
static final String COLUMNNAME_AD_Process_ID
Column name AD_Process_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Tab_ID
static final String COLUMNNAME_AD_Tab_ID
Column name AD_Tab_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_ToolBarButton_ID
static final String COLUMNNAME_AD_ToolBarButton_ID
Column name AD_ToolBarButton_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_ToolBarButton_UU
static final String COLUMNNAME_AD_ToolBarButton_UU
Column name AD_ToolBarButton_UU- See Also:
- Constant Field Values
-
COLUMNNAME_ComponentName
static final String COLUMNNAME_ComponentName
Column name ComponentName- 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_DisplayLogic
static final String COLUMNNAME_DisplayLogic
Column name DisplayLogic- 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_IsAddSeparator
static final String COLUMNNAME_IsAddSeparator
Column name IsAddSeparator- See Also:
- Constant Field Values
-
COLUMNNAME_IsAdvancedButton
static final String COLUMNNAME_IsAdvancedButton
Column name IsAdvancedButton- See Also:
- Constant Field Values
-
COLUMNNAME_IsCustomization
static final String COLUMNNAME_IsCustomization
Column name IsCustomization- See Also:
- Constant Field Values
-
COLUMNNAME_IsShowMore
static final String COLUMNNAME_IsShowMore
Column name IsShowMore- See Also:
- Constant Field Values
-
COLUMNNAME_KeyStroke_KeyCode
static final String COLUMNNAME_KeyStroke_KeyCode
Column name KeyStroke_KeyCode- See Also:
- Constant Field Values
-
COLUMNNAME_KeyStroke_Modifiers
static final String COLUMNNAME_KeyStroke_Modifiers
Column name KeyStroke_Modifiers- See Also:
- Constant Field Values
-
COLUMNNAME_Name
static final String COLUMNNAME_Name
Column name Name- See Also:
- Constant Field Values
-
COLUMNNAME_SeqNo
static final String COLUMNNAME_SeqNo
Column name SeqNo- 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
-
-
Method Detail
-
setAction
void setAction(String Action)
Set Action. Indicates the Action to be performed
-
getAction
String getAction()
Get Action. Indicates the Action to be performed
-
setActionClassName
void setActionClassName(String ActionClassName)
Set Service Component Name. The service component name that implements the interface for toolbar actions
-
getActionClassName
String getActionClassName()
Get Service Component Name. The service component name that implements the interface for toolbar actions
-
setActionName
void setActionName(String ActionName)
Set Action Name. Action name on the toolbar
-
getActionName
String getActionName()
Get Action Name. Action name on the toolbar
-
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
-
setAD_Process_ID
void setAD_Process_ID(int AD_Process_ID)
Set Process. Process or Report
-
getAD_Process_ID
int getAD_Process_ID()
Get Process. Process or Report
-
getAD_Process
I_AD_Process getAD_Process() throws RuntimeException
- Throws:
RuntimeException
-
setAD_Tab_ID
void setAD_Tab_ID(int AD_Tab_ID)
Set Tab. Tab within a Window
-
getAD_Tab_ID
int getAD_Tab_ID()
Get Tab. Tab within a Window
-
getAD_Tab
I_AD_Tab getAD_Tab() throws RuntimeException
- Throws:
RuntimeException
-
setAD_ToolBarButton_ID
void setAD_ToolBarButton_ID(int AD_ToolBarButton_ID)
Set ToolBar Button
-
getAD_ToolBarButton_ID
int getAD_ToolBarButton_ID()
Get ToolBar Button
-
setAD_ToolBarButton_UU
void setAD_ToolBarButton_UU(String AD_ToolBarButton_UU)
Set AD_ToolBarButton_UU
-
getAD_ToolBarButton_UU
String getAD_ToolBarButton_UU()
Get AD_ToolBarButton_UU
-
setComponentName
void setComponentName(String ComponentName)
Set Component Name
-
getComponentName
String getComponentName()
Get Component Name
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setDisplayLogic
void setDisplayLogic(String DisplayLogic)
Set Display Logic. If the Field is displayed, the result determines if the field is actually displayed
-
getDisplayLogic
String getDisplayLogic()
Get Display Logic. If the Field is displayed, the result determines if the field is actually displayed
-
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
-
setIsAddSeparator
void setIsAddSeparator(boolean IsAddSeparator)
Set Add Separator
-
isAddSeparator
boolean isAddSeparator()
Get Add Separator
-
setIsAdvancedButton
void setIsAdvancedButton(boolean IsAdvancedButton)
Set Advanced Button. This Button contains advanced Functionality
-
isAdvancedButton
boolean isAdvancedButton()
Get Advanced Button. This Button contains advanced Functionality
-
setIsCustomization
void setIsCustomization(boolean IsCustomization)
Set Customization. The change is a customization of the data dictionary and can be applied after Migration
-
isCustomization
boolean isCustomization()
Get Customization. The change is a customization of the data dictionary and can be applied after Migration
-
setIsShowMore
void setIsShowMore(boolean IsShowMore)
Set Group in show more
-
isShowMore
boolean isShowMore()
Get Group in show more
-
setKeyStroke_KeyCode
void setKeyStroke_KeyCode(int KeyStroke_KeyCode)
Set KeyCode. KeyCode for shortcuts
-
getKeyStroke_KeyCode
int getKeyStroke_KeyCode()
Get KeyCode. KeyCode for shortcuts
-
setKeyStroke_Modifiers
void setKeyStroke_Modifiers(int KeyStroke_Modifiers)
Set Keystroke Modifiers. Keystroke Modifiers for shortcuts
-
getKeyStroke_Modifiers
int getKeyStroke_Modifiers()
Get Keystroke Modifiers. Keystroke Modifiers for shortcuts
-
setName
void setName(String Name)
Set Name. Alphanumeric identifier of the entity
-
getName
String getName()
Get Name. Alphanumeric identifier of the entity
-
setSeqNo
void setSeqNo(int SeqNo)
Set Sequence. Method of ordering records; lowest number comes first
-
getSeqNo
int getSeqNo()
Get Sequence. Method of ordering records; lowest number comes first
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-