net.nan21.dnet.module.ad.usr.asgn
Class MenuItemRolesAsgn

java.lang.Object
  extended by net.nan21.dnet.core.presenter.model.AbstractAsgnModel<Role>
      extended by net.nan21.dnet.module.ad.usr.asgn.MenuItemRolesAsgn

public class MenuItemRolesAsgn
extends net.nan21.dnet.core.presenter.model.AbstractAsgnModel<Role>


Field Summary
static String fDESCRIPTION
           
static String fID
           
static String fNAME
           
 
Fields inherited from class net.nan21.dnet.core.presenter.model.AbstractAsgnModel
clientId
 
Constructor Summary
MenuItemRolesAsgn()
           
MenuItemRolesAsgn(Role e)
           
 
Method Summary
 String getDescription()
           
 Long getId()
           
 String getName()
           
 void setDescription(String description)
           
 void setId(Long id)
           
 void setName(String name)
           
 
Methods inherited from class net.nan21.dnet.core.presenter.model.AbstractAsgnModel
_getEntity_, _setEntity_, getClientId, setClientId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fID

public static final String fID
See Also:
Constant Field Values

fNAME

public static final String fNAME
See Also:
Constant Field Values

fDESCRIPTION

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

MenuItemRolesAsgn

public MenuItemRolesAsgn()

MenuItemRolesAsgn

public MenuItemRolesAsgn(Role e)
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getName

public String getName()

setName

public void setName(String name)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)


Copyright © 2012. All Rights Reserved.