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

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

public class AssignableDs
extends net.nan21.dnet.core.presenter.model.base.AbstractTypeDs<Assignable>


Field Summary
static String fTYPE
           
static String fTYPEID
           
static String fUSERCODE
           
 
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
AssignableDs()
           
AssignableDs(Assignable e)
           
 
Method Summary
 String getType()
           
 Long getTypeId()
           
 String getUserCode()
           
 void setType(String type)
           
 void setTypeId(Long typeId)
           
 void setUserCode(String userCode)
           
 
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

fTYPEID

public static final String fTYPEID
See Also:
Constant Field Values

fTYPE

public static final String fTYPE
See Also:
Constant Field Values

fUSERCODE

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

AssignableDs

public AssignableDs()

AssignableDs

public AssignableDs(Assignable e)
Method Detail

getTypeId

public Long getTypeId()

setTypeId

public void setTypeId(Long typeId)

getType

public String getType()

setType

public void setType(String type)

getUserCode

public String getUserCode()

setUserCode

public void setUserCode(String userCode)


Copyright © 2012. All Rights Reserved.