Package org.compiere.model
Interface I_U_WebMenu
-
- All Known Implementing Classes:
MWebMenu,X_U_WebMenu
public interface I_U_WebMenuGenerated Interface for U_WebMenu- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 4 - Systemstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_CategoryColumn name Categorystatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_HasSubMenuColumn name HasSubMenustatic StringCOLUMNNAME_HelpColumn name Helpstatic StringCOLUMNNAME_ImageLinkColumn name ImageLinkstatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_MenuLinkColumn name MenuLinkstatic StringCOLUMNNAME_ModuleColumn name Modulestatic StringCOLUMNNAME_NameColumn name Namestatic StringCOLUMNNAME_ParentMenu_IDColumn name ParentMenu_IDstatic StringCOLUMNNAME_PositionColumn name Positionstatic StringCOLUMNNAME_SequenceColumn name Sequencestatic StringCOLUMNNAME_U_WebMenu_IDColumn name U_WebMenu_IDstatic StringCOLUMNNAME_U_WebMenu_UUColumn name U_WebMenu_UUstatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic KeyNamePairModelstatic intTable_IDAD_Table_ID=52003static StringTable_NameTableName=U_WebMenu
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.StringgetCategory()Get CategoryTimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetDescription()Get Description.StringgetHelp()Get Comment/Help.StringgetImageLink()Get Image LinkStringgetMenuLink()Get Menu LinkStringgetModule()Get ModuleStringgetName()Get Name.I_U_WebMenugetParentMenu()intgetParentMenu_ID()Get Parent MenuStringgetPosition()Get PositionBigDecimalgetSequence()Get SequenceintgetU_WebMenu_ID()Get Web MenuStringgetU_WebMenu_UU()Get U_WebMenu_UUTimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.booleanisActive()Get Active.booleanisHasSubMenu()Get Has SubMenuvoidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetCategory(String Category)Set CategoryvoidsetDescription(String Description)Set Description.voidsetHasSubMenu(boolean HasSubMenu)Set Has SubMenuvoidsetHelp(String Help)Set Comment/Help.voidsetImageLink(String ImageLink)Set Image LinkvoidsetIsActive(boolean IsActive)Set Active.voidsetMenuLink(String MenuLink)Set Menu LinkvoidsetModule(String Module)Set ModulevoidsetName(String Name)Set Name.voidsetParentMenu_ID(int ParentMenu_ID)Set Parent MenuvoidsetPosition(String Position)Set PositionvoidsetSequence(BigDecimal Sequence)Set SequencevoidsetU_WebMenu_ID(int U_WebMenu_ID)Set Web MenuvoidsetU_WebMenu_UU(String U_WebMenu_UU)Set U_WebMenu_UU
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=U_WebMenu- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=52003- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 4 - System
-
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_Category
static final String COLUMNNAME_Category
Column name Category- 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_HasSubMenu
static final String COLUMNNAME_HasSubMenu
Column name HasSubMenu- See Also:
- Constant Field Values
-
COLUMNNAME_Help
static final String COLUMNNAME_Help
Column name Help- See Also:
- Constant Field Values
-
COLUMNNAME_ImageLink
static final String COLUMNNAME_ImageLink
Column name ImageLink- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_MenuLink
static final String COLUMNNAME_MenuLink
Column name MenuLink- See Also:
- Constant Field Values
-
COLUMNNAME_Module
static final String COLUMNNAME_Module
Column name Module- See Also:
- Constant Field Values
-
COLUMNNAME_Name
static final String COLUMNNAME_Name
Column name Name- See Also:
- Constant Field Values
-
COLUMNNAME_ParentMenu_ID
static final String COLUMNNAME_ParentMenu_ID
Column name ParentMenu_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Position
static final String COLUMNNAME_Position
Column name Position- See Also:
- Constant Field Values
-
COLUMNNAME_Sequence
static final String COLUMNNAME_Sequence
Column name Sequence- 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_U_WebMenu_ID
static final String COLUMNNAME_U_WebMenu_ID
Column name U_WebMenu_ID- See Also:
- Constant Field Values
-
COLUMNNAME_U_WebMenu_UU
static final String COLUMNNAME_U_WebMenu_UU
Column name U_WebMenu_UU- See Also:
- Constant Field Values
-
-
Method Detail
-
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
-
setCategory
void setCategory(String Category)
Set Category
-
getCategory
String getCategory()
Get Category
-
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
-
setHasSubMenu
void setHasSubMenu(boolean HasSubMenu)
Set Has SubMenu
-
isHasSubMenu
boolean isHasSubMenu()
Get Has SubMenu
-
setHelp
void setHelp(String Help)
Set Comment/Help. Comment or Hint
-
getHelp
String getHelp()
Get Comment/Help. Comment or Hint
-
setImageLink
void setImageLink(String ImageLink)
Set Image Link
-
getImageLink
String getImageLink()
Get Image Link
-
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
-
setMenuLink
void setMenuLink(String MenuLink)
Set Menu Link
-
getMenuLink
String getMenuLink()
Get Menu Link
-
setModule
void setModule(String Module)
Set Module
-
getModule
String getModule()
Get Module
-
setName
void setName(String Name)
Set Name. Alphanumeric identifier of the entity
-
getName
String getName()
Get Name. Alphanumeric identifier of the entity
-
setParentMenu_ID
void setParentMenu_ID(int ParentMenu_ID)
Set Parent Menu
-
getParentMenu_ID
int getParentMenu_ID()
Get Parent Menu
-
getParentMenu
I_U_WebMenu getParentMenu() throws RuntimeException
- Throws:
RuntimeException
-
setPosition
void setPosition(String Position)
Set Position
-
getPosition
String getPosition()
Get Position
-
setSequence
void setSequence(BigDecimal Sequence)
Set Sequence
-
getSequence
BigDecimal getSequence()
Get Sequence
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
setU_WebMenu_ID
void setU_WebMenu_ID(int U_WebMenu_ID)
Set Web Menu
-
getU_WebMenu_ID
int getU_WebMenu_ID()
Get Web Menu
-
setU_WebMenu_UU
void setU_WebMenu_UU(String U_WebMenu_UU)
Set U_WebMenu_UU
-
getU_WebMenu_UU
String getU_WebMenu_UU()
Get U_WebMenu_UU
-
-