Package org.compiere.model
Interface I_U_WebMenu
-
- All Known Implementing Classes:
MWebMenu
,X_U_WebMenu
public interface I_U_WebMenu
Generated Interface for U_WebMenu- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 4 - Systemstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_Category
Column name Categorystatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_HasSubMenu
Column name HasSubMenustatic String
COLUMNNAME_Help
Column name Helpstatic String
COLUMNNAME_ImageLink
Column name ImageLinkstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_MenuLink
Column name MenuLinkstatic String
COLUMNNAME_Module
Column name Modulestatic String
COLUMNNAME_Name
Column name Namestatic String
COLUMNNAME_ParentMenu_ID
Column name ParentMenu_IDstatic String
COLUMNNAME_Position
Column name Positionstatic String
COLUMNNAME_Sequence
Column name Sequencestatic String
COLUMNNAME_U_WebMenu_ID
Column name U_WebMenu_IDstatic String
COLUMNNAME_U_WebMenu_UU
Column name U_WebMenu_UUstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=52003static String
Table_Name
TableName=U_WebMenu
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.String
getCategory()
Get CategoryTimestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.String
getDescription()
Get Description.String
getHelp()
Get Comment/Help.String
getImageLink()
Get Image LinkString
getMenuLink()
Get Menu LinkString
getModule()
Get ModuleString
getName()
Get Name.I_U_WebMenu
getParentMenu()
int
getParentMenu_ID()
Get Parent MenuString
getPosition()
Get PositionBigDecimal
getSequence()
Get Sequenceint
getU_WebMenu_ID()
Get Web MenuString
getU_WebMenu_UU()
Get U_WebMenu_UUTimestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.boolean
isHasSubMenu()
Get Has SubMenuvoid
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setCategory(String Category)
Set Categoryvoid
setDescription(String Description)
Set Description.void
setHasSubMenu(boolean HasSubMenu)
Set Has SubMenuvoid
setHelp(String Help)
Set Comment/Help.void
setImageLink(String ImageLink)
Set Image Linkvoid
setIsActive(boolean IsActive)
Set Active.void
setMenuLink(String MenuLink)
Set Menu Linkvoid
setModule(String Module)
Set Modulevoid
setName(String Name)
Set Name.void
setParentMenu_ID(int ParentMenu_ID)
Set Parent Menuvoid
setPosition(String Position)
Set Positionvoid
setSequence(BigDecimal Sequence)
Set Sequencevoid
setU_WebMenu_ID(int U_WebMenu_ID)
Set Web Menuvoid
setU_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
-
-