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

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

public class RolesOfUserAsgn
extends net.nan21.dnet.core.presenter.model.AbstractAsgnModel<User>


Field Summary
static String fCODE
           
static String fID
           
static String fNAME
           
 
Fields inherited from class net.nan21.dnet.core.presenter.model.AbstractAsgnModel
clientId
 
Constructor Summary
RolesOfUserAsgn()
           
RolesOfUserAsgn(User e)
           
 
Method Summary
 String getCode()
           
 Long getId()
           
 String getName()
           
 void setCode(String code)
           
 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

fCODE

public static final String fCODE
See Also:
Constant Field Values

fNAME

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

RolesOfUserAsgn

public RolesOfUserAsgn()

RolesOfUserAsgn

public RolesOfUserAsgn(User e)
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getCode

public String getCode()

setCode

public void setCode(String code)

getName

public String getName()

setName

public void setName(String name)


Copyright © 2012. All Rights Reserved.