Package org.compiere.model
Class X_U_WebMenu
java.lang.Object
org.compiere.model.PO
org.compiere.model.X_U_WebMenu
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparator<Object>
,I_Persistent
,I_U_WebMenu
,Evaluatee
- Direct Known Subclasses:
MWebMenu
Generated Model for U_WebMenu
- Version:
- Release 11 - $Id$
- Author:
- iDempiere (generated)
- See Also:
-
Field Summary
Fields inherited from class org.compiere.model.PO
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, LOCAL_TRX_PREFIX, log, p_ctx, p_info, UUID_NEW_RECORD, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID
Fields inherited from interface org.compiere.model.I_U_WebMenu
accessLevel, COLUMNNAME_AD_Client_ID, COLUMNNAME_AD_Org_ID, COLUMNNAME_Category, COLUMNNAME_Created, COLUMNNAME_CreatedBy, COLUMNNAME_Description, COLUMNNAME_HasSubMenu, COLUMNNAME_Help, COLUMNNAME_ImageLink, COLUMNNAME_IsActive, COLUMNNAME_MenuLink, COLUMNNAME_Module, COLUMNNAME_Name, COLUMNNAME_ParentMenu_ID, COLUMNNAME_Position, COLUMNNAME_Sequence, COLUMNNAME_U_WebMenu_ID, COLUMNNAME_U_WebMenu_UU, COLUMNNAME_Updated, COLUMNNAME_UpdatedBy, Model, Table_ID, Table_Name
-
Constructor Summary
ConstructorDescriptionX_U_WebMenu
(Properties ctx, int U_WebMenu_ID, String trxName) Standard ConstructorX_U_WebMenu
(Properties ctx, int U_WebMenu_ID, String trxName, String... virtualColumns) Standard ConstructorX_U_WebMenu
(Properties ctx, String U_WebMenu_UU, String trxName) Standard ConstructorX_U_WebMenu
(Properties ctx, String U_WebMenu_UU, String trxName, String... virtualColumns) Standard ConstructorX_U_WebMenu
(Properties ctx, ResultSet rs, String trxName) Load Constructor -
Method Summary
Modifier and TypeMethodDescriptionprotected int
AccessLevelGet Category.Get Description.getHelp()
Get Comment/Help.Get Image Link.Get Menu Link.Get Module.getName()
Get Name.int
Get Parent Menu.Get Position.Get Sequence.int
Get Web Menu.Get U_WebMenu_UU.protected POInfo
initPO
(Properties ctx) Load Meta Databoolean
Get Has SubMenu.void
setCategory
(String Category) Set Category.void
setDescription
(String Description) Set Description.void
setHasSubMenu
(boolean HasSubMenu) Set Has SubMenu.void
Set Comment/Help.void
setImageLink
(String ImageLink) Set Image Link.void
setMenuLink
(String MenuLink) Set Menu Link.void
Set Module.void
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.void
setU_WebMenu_UU
(String U_WebMenu_UU) Set U_WebMenu_UU.toString()
String representationMethods inherited from class org.compiere.model.PO
afterDelete, afterSave, beforeDelete, beforeSave, buildInsertSQL, checkImmutable, clearCrossTenantSafe, clone, columnExists, columnExists, compare, copyPO, copyValues, copyValues, createAttachment, delete, delete, delete_Accounting, delete_Tree, deleteEx, deleteEx, dump, dump, equals, get_Attribute, get_Attributes, get_ColumnCount, get_ColumnDescription, get_ColumnDisplayType, get_ColumnIndex, get_ColumnLabel, get_ColumnLookup, get_ColumnName, get_DisplayValue, get_HashMap, get_ID, get_IDOld, get_KeyColumns, get_Logger, get_OptimisticLockingColumns, get_Table_ID, get_TableName, get_Translation, get_Translation, get_Translation, get_Translation, get_Translation, get_TrxName, get_UUID, get_Value, get_Value, get_ValueAsBoolean, get_ValueAsInt, get_ValueAsInt, get_ValueAsString, get_ValueAsString, get_ValueDifference, get_ValueDifference, get_ValueE, get_ValueOfColumn, get_ValueOld, get_ValueOld, get_ValueOldAsInt, get_WhereClause, get_WhereClause, get_xmlDocument, get_xmlString, getAD_Client_ID, getAD_Org_ID, getAllIDs, getAttachment, getAttachment, getAttachmentData, getCreated, getCreatedBy, getCtx, getDoc, getFindParameter, getPdfAttachment, getUpdated, getUpdatedBy, getUUIDColumnName, getUUIDColumnName, hashCode, insert_Accounting, insert_Tree, insert_Tree, is_Changed, is_Immutable, is_new, is_UseOptimisticLocking, is_ValueChanged, is_ValueChanged, isActive, isAttachment, isColumnMandatory, isColumnUpdateable, isMandatoryOK, isPdfAttachment, isReplication, load, load, load, load, loadByUU, loadComplete, loadDefaults, loadPO, loadSpecial, lock, makeImmutable, postDelete, retrieveIdOfParentValue, retrieveIdOfParentValue, save, save, saveCrossTenantSafe, saveCrossTenantSafeEx, saveCrossTenantSafeEx, saveEx, saveEx, saveNew_afterSetID, saveNew_getID, saveNewSpecial, saveReplica, saveUpdate, set_Attribute, set_ColumnUpdateable, set_CustomColumn, set_CustomColumnReturningBoolean, set_OptimisticLockingColumns, set_TrxName, set_TrxName, set_UseOptimisticLocking, set_Value, set_Value, set_Value, set_Value, set_ValueE, set_ValueNoCheck, set_ValueNoCheckE, set_ValueOfColumn, set_ValueOfColumn, set_ValueOfColumnReturningBoolean, set_ValueOfColumnReturningBoolean, setAD_Client_ID, setAD_Org_ID, setClientOrg, setClientOrg, setCrossTenantSafe, setDoc, setDocWorkflowMgr, setIsActive, setProcessedOn, setReplication, setStandardDefaults, setUpdateable, setUpdatedBy, toInsertSQL, unlock, update_Tree, validForeignKeys
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Comparator
reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
Methods inherited from interface org.compiere.model.I_Persistent
save
Methods inherited from interface org.compiere.model.I_U_WebMenu
getAD_Client_ID, getAD_Org_ID, getCreated, getCreatedBy, getUpdated, getUpdatedBy, isActive, setAD_Org_ID, setIsActive
-
Constructor Details
-
X_U_WebMenu
Standard Constructor -
X_U_WebMenu
Standard Constructor -
X_U_WebMenu
Standard Constructor -
X_U_WebMenu
Standard Constructor -
X_U_WebMenu
Load Constructor
-
-
Method Details
-
get_AccessLevel
protected int get_AccessLevel()AccessLevel- Specified by:
get_AccessLevel
in classPO
- Returns:
- 4 - System
-
initPO
Load Meta Data -
toString
Description copied from class:PO
String representation -
setCategory
Set Category.- Specified by:
setCategory
in interfaceI_U_WebMenu
- Parameters:
Category
- Category
-
getCategory
Get Category.- Specified by:
getCategory
in interfaceI_U_WebMenu
- Returns:
- Category
-
setDescription
Set Description.- Specified by:
setDescription
in interfaceI_U_WebMenu
- Parameters:
Description
- Optional short description of the record
-
getDescription
Get Description.- Specified by:
getDescription
in interfaceI_U_WebMenu
- Returns:
- Optional short description of the record
-
setHasSubMenu
public void setHasSubMenu(boolean HasSubMenu) Set Has SubMenu.- Specified by:
setHasSubMenu
in interfaceI_U_WebMenu
- Parameters:
HasSubMenu
- Has SubMenu
-
isHasSubMenu
public boolean isHasSubMenu()Get Has SubMenu.- Specified by:
isHasSubMenu
in interfaceI_U_WebMenu
- Returns:
- Has SubMenu
-
setHelp
Set Comment/Help.- Specified by:
setHelp
in interfaceI_U_WebMenu
- Parameters:
Help
- Comment or Hint
-
getHelp
Get Comment/Help.- Specified by:
getHelp
in interfaceI_U_WebMenu
- Returns:
- Comment or Hint
-
setImageLink
Set Image Link.- Specified by:
setImageLink
in interfaceI_U_WebMenu
- Parameters:
ImageLink
- Image Link
-
getImageLink
Get Image Link.- Specified by:
getImageLink
in interfaceI_U_WebMenu
- Returns:
- Image Link
-
setMenuLink
Set Menu Link.- Specified by:
setMenuLink
in interfaceI_U_WebMenu
- Parameters:
MenuLink
- Menu Link
-
getMenuLink
Get Menu Link.- Specified by:
getMenuLink
in interfaceI_U_WebMenu
- Returns:
- Menu Link
-
setModule
Set Module.- Specified by:
setModule
in interfaceI_U_WebMenu
- Parameters:
Module
- Module
-
getModule
Get Module.- Specified by:
getModule
in interfaceI_U_WebMenu
- Returns:
- Module
-
setName
Set Name.- Specified by:
setName
in interfaceI_U_WebMenu
- Parameters:
Name
- Alphanumeric identifier of the entity
-
getName
Get Name.- Specified by:
getName
in interfaceI_U_WebMenu
- Returns:
- Alphanumeric identifier of the entity
-
getParentMenu
- Specified by:
getParentMenu
in interfaceI_U_WebMenu
- Throws:
RuntimeException
-
setParentMenu_ID
public void setParentMenu_ID(int ParentMenu_ID) Set Parent Menu.- Specified by:
setParentMenu_ID
in interfaceI_U_WebMenu
- Parameters:
ParentMenu_ID
- Parent Menu
-
getParentMenu_ID
public int getParentMenu_ID()Get Parent Menu.- Specified by:
getParentMenu_ID
in interfaceI_U_WebMenu
- Returns:
- Parent Menu
-
setPosition
Set Position.- Specified by:
setPosition
in interfaceI_U_WebMenu
- Parameters:
Position
- Position
-
getPosition
Get Position.- Specified by:
getPosition
in interfaceI_U_WebMenu
- Returns:
- Position
-
setSequence
Set Sequence.- Specified by:
setSequence
in interfaceI_U_WebMenu
- Parameters:
Sequence
- Sequence
-
getSequence
Get Sequence.- Specified by:
getSequence
in interfaceI_U_WebMenu
- Returns:
- Sequence
-
setU_WebMenu_ID
public void setU_WebMenu_ID(int U_WebMenu_ID) Set Web Menu.- Specified by:
setU_WebMenu_ID
in interfaceI_U_WebMenu
- Parameters:
U_WebMenu_ID
- Web Menu
-
getU_WebMenu_ID
public int getU_WebMenu_ID()Get Web Menu.- Specified by:
getU_WebMenu_ID
in interfaceI_U_WebMenu
- Returns:
- Web Menu
-
setU_WebMenu_UU
Set U_WebMenu_UU.- Specified by:
setU_WebMenu_UU
in interfaceI_U_WebMenu
- Parameters:
U_WebMenu_UU
- U_WebMenu_UU
-
getU_WebMenu_UU
Get U_WebMenu_UU.- Specified by:
getU_WebMenu_UU
in interfaceI_U_WebMenu
- Returns:
- U_WebMenu_UU
-