Adempiere 3.5.2a

org.compiere.model
Interface I_U_WebMenu

All Known Implementing Classes:
X_U_WebMenu

public interface I_U_WebMenu

Generated Interface for U_WebMenu

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 4 - System
static String COLUMNNAME_Category
          Column name Category
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_HasSubMenu
          Column name HasSubMenu
static String COLUMNNAME_Help
          Column name Help
static String COLUMNNAME_ImageLink
          Column name ImageLink
static String COLUMNNAME_MenuLink
          Column name MenuLink
static String COLUMNNAME_Module
          Column name Module
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_ParentMenu_ID
          Column name ParentMenu_ID
static String COLUMNNAME_Position
          Column name Position
static String COLUMNNAME_Sequence
          Column name Sequence
static String COLUMNNAME_U_WebMenu_ID
          Column name U_WebMenu_ID
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=52003
static String Table_Name
          TableName=U_WebMenu
 
Method Summary
 String getCategory()
          Get Category
 String getDescription()
          Get Description.
 String getHelp()
          Get Comment/Help.
 String getImageLink()
          Get Image Link
 String getMenuLink()
          Get Menu Link
 String getModule()
          Get Module
 String getName()
          Get Name.
 int getParentMenu_ID()
          Get Parent Menu
 String getPosition()
          Get Position
 BigDecimal getSequence()
          Get Sequence
 int getU_WebMenu_ID()
          Get Web Menu
 boolean isHasSubMenu()
          Get Has SubMenu
 void setCategory(String Category)
          Set Category
 void setDescription(String Description)
          Set Description.
 void setHasSubMenu(boolean HasSubMenu)
          Set Has SubMenu
 void setHelp(String Help)
          Set Comment/Help.
 void setImageLink(String ImageLink)
          Set Image Link
 void setMenuLink(String MenuLink)
          Set Menu Link
 void setModule(String Module)
          Set Module
 void setName(String Name)
          Set Name.
 void setParentMenu_ID(int ParentMenu_ID)
          Set Parent Menu
 void setPosition(String Position)
          Set Position
 void setSequence(BigDecimal Sequence)
          Set Sequence
 void setU_WebMenu_ID(int U_WebMenu_ID)
          Set Web Menu
 

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


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 4 - System


COLUMNNAME_Category

static final String COLUMNNAME_Category
Column name Category

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_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_U_WebMenu_ID

static final String COLUMNNAME_U_WebMenu_ID
Column name U_WebMenu_ID

See Also:
Constant Field Values
Method Detail

setCategory

void setCategory(String Category)
Set Category


getCategory

String getCategory()
Get Category


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


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


setPosition

void setPosition(String Position)
Set Position


getPosition

String getPosition()
Get Position


setSequence

void setSequence(BigDecimal Sequence)
Set Sequence


getSequence

BigDecimal getSequence()
Get Sequence


setU_WebMenu_ID

void setU_WebMenu_ID(int U_WebMenu_ID)
Set Web Menu


getU_WebMenu_ID

int getU_WebMenu_ID()
Get Web Menu


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.