net.nan21.dnet.module.ad.usr.ds.model
Class MenuItemDs

java.lang.Object
  extended by net.nan21.dnet.core.presenter.model.AbstractDsModel<E>
      extended by net.nan21.dnet.core.presenter.model.base.AbstractTypeDs<MenuItem>
          extended by net.nan21.dnet.module.ad.usr.ds.model.MenuItemDs
All Implemented Interfaces:
net.nan21.dnet.core.api.model.IModelWithClientId, net.nan21.dnet.core.api.model.IModelWithId

public class MenuItemDs
extends net.nan21.dnet.core.presenter.model.base.AbstractTypeDs<MenuItem>


Field Summary
static String fBUNDLE
           
static String fFRAME
           
static String fICONURL
           
static String fMENU
           
static String fMENUID
           
static String fMENUITEM
           
static String fMENUITEMID
           
static String fSEPARATORAFTER
           
static String fSEPARATORBEFORE
           
static String fSEQUENCENO
           
static String fTITLE
           
 
Fields inherited from class net.nan21.dnet.core.presenter.model.base.AbstractTypeDs
active, clientId, createdAt, createdBy, description, entityFQN, fACTIVE, fCLIENTID, fCREATEDAT, fCREATEDBY, fDESCRIPTION, fENTITYFQN, fID, fMODIFIEDAT, fMODIFIEDBY, fNAME, fUUID, fVERSION, id, modifiedAt, modifiedBy, name, uuid, version
 
Constructor Summary
MenuItemDs()
           
MenuItemDs(MenuItem e)
           
 
Method Summary
 String getBundle()
           
 String getFrame()
           
 String getIconUrl()
           
 String getMenu()
           
 Long getMenuId()
           
 String getMenuItem()
           
 Long getMenuItemId()
           
 Boolean getSeparatorAfter()
           
 Boolean getSeparatorBefore()
           
 Integer getSequenceNo()
           
 String getTitle()
           
 void setBundle(String bundle)
           
 void setFrame(String frame)
           
 void setIconUrl(String iconUrl)
           
 void setMenu(String menu)
           
 void setMenuId(Long menuId)
           
 void setMenuItem(String menuItem)
           
 void setMenuItemId(Long menuItemId)
           
 void setSeparatorAfter(Boolean separatorAfter)
           
 void setSeparatorBefore(Boolean separatorBefore)
           
 void setSequenceNo(Integer sequenceNo)
           
 void setTitle(String title)
           
 
Methods inherited from class net.nan21.dnet.core.presenter.model.base.AbstractTypeDs
getActive, getClientId, getCreatedAt, getCreatedBy, getDescription, getEntityFQN, getId, getModifiedAt, getModifiedBy, getName, getUuid, getVersion, setActive, setClientId, setCreatedAt, setCreatedBy, setDescription, setEntityFQN, setId, setModifiedAt, setModifiedBy, setName, setUuid, setVersion
 
Methods inherited from class net.nan21.dnet.core.presenter.model.AbstractDsModel
_asLong_, _getEntity_, _setEntity_, get__clientRecordId__, set__clientRecordId__
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fSEQUENCENO

public static final String fSEQUENCENO
See Also:
Constant Field Values

fMENUITEMID

public static final String fMENUITEMID
See Also:
Constant Field Values

fMENUITEM

public static final String fMENUITEM
See Also:
Constant Field Values

fMENUID

public static final String fMENUID
See Also:
Constant Field Values

fMENU

public static final String fMENU
See Also:
Constant Field Values

fTITLE

public static final String fTITLE
See Also:
Constant Field Values

fFRAME

public static final String fFRAME
See Also:
Constant Field Values

fBUNDLE

public static final String fBUNDLE
See Also:
Constant Field Values

fICONURL

public static final String fICONURL
See Also:
Constant Field Values

fSEPARATORBEFORE

public static final String fSEPARATORBEFORE
See Also:
Constant Field Values

fSEPARATORAFTER

public static final String fSEPARATORAFTER
See Also:
Constant Field Values
Constructor Detail

MenuItemDs

public MenuItemDs()

MenuItemDs

public MenuItemDs(MenuItem e)
Method Detail

getSequenceNo

public Integer getSequenceNo()

setSequenceNo

public void setSequenceNo(Integer sequenceNo)

getMenuItemId

public Long getMenuItemId()

setMenuItemId

public void setMenuItemId(Long menuItemId)

getMenuItem

public String getMenuItem()

setMenuItem

public void setMenuItem(String menuItem)

getMenuId

public Long getMenuId()

setMenuId

public void setMenuId(Long menuId)

getMenu

public String getMenu()

setMenu

public void setMenu(String menu)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getFrame

public String getFrame()

setFrame

public void setFrame(String frame)

getBundle

public String getBundle()

setBundle

public void setBundle(String bundle)

getIconUrl

public String getIconUrl()

setIconUrl

public void setIconUrl(String iconUrl)

getSeparatorBefore

public Boolean getSeparatorBefore()

setSeparatorBefore

public void setSeparatorBefore(Boolean separatorBefore)

getSeparatorAfter

public Boolean getSeparatorAfter()

setSeparatorAfter

public void setSeparatorAfter(Boolean separatorAfter)


Copyright © 2012. All Rights Reserved.