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

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

public class UserTypeDs
extends net.nan21.dnet.core.presenter.model.base.AbstractTypeDs<UserType>


Field Summary
static String fBPACCOUNT
           
static String fEMPLOYEEACCOUNT
           
 
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
UserTypeDs()
           
UserTypeDs(UserType e)
           
 
Method Summary
 Boolean getBpAccount()
           
 Boolean getEmployeeAccount()
           
 void setBpAccount(Boolean bpAccount)
           
 void setEmployeeAccount(Boolean employeeAccount)
           
 
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

fEMPLOYEEACCOUNT

public static final String fEMPLOYEEACCOUNT
See Also:
Constant Field Values

fBPACCOUNT

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

UserTypeDs

public UserTypeDs()

UserTypeDs

public UserTypeDs(UserType e)
Method Detail

getEmployeeAccount

public Boolean getEmployeeAccount()

setEmployeeAccount

public void setEmployeeAccount(Boolean employeeAccount)

getBpAccount

public Boolean getBpAccount()

setBpAccount

public void setBpAccount(Boolean bpAccount)


Copyright © 2012. All Rights Reserved.