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

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

public class DsAccessControlDs
extends net.nan21.dnet.core.presenter.model.base.AbstractAuditableDs<DsAccessControl>


Field Summary
static String fACCESSCONTROL
           
static String fACCESSCONTROLID
           
static String fDELETEALLOWED
           
static String fDSNAME
           
static String fEXPORTALLOWED
           
static String fIMPORTALLOWED
           
static String fINSERTALLOWED
           
static String fQUERYALLOWED
           
static String fUPDATEALLOWED
           
 
Fields inherited from class net.nan21.dnet.core.presenter.model.base.AbstractAuditableDs
clientId, createdAt, createdBy, entityFQN, fCLIENTID, fCREATEDAT, fCREATEDBY, fENTITYFQN, fID, fMODIFIEDAT, fMODIFIEDBY, fUUID, fVERSION, id, modifiedAt, modifiedBy, uuid, version
 
Constructor Summary
DsAccessControlDs()
           
DsAccessControlDs(DsAccessControl e)
           
 
Method Summary
 String getAccessControl()
           
 Long getAccessControlId()
           
 Boolean getDeleteAllowed()
           
 String getDsName()
           
 Boolean getExportAllowed()
           
 Boolean getImportAllowed()
           
 Boolean getInsertAllowed()
           
 Boolean getQueryAllowed()
           
 Boolean getUpdateAllowed()
           
 void setAccessControl(String accessControl)
           
 void setAccessControlId(Long accessControlId)
           
 void setDeleteAllowed(Boolean deleteAllowed)
           
 void setDsName(String dsName)
           
 void setExportAllowed(Boolean exportAllowed)
           
 void setImportAllowed(Boolean importAllowed)
           
 void setInsertAllowed(Boolean insertAllowed)
           
 void setQueryAllowed(Boolean queryAllowed)
           
 void setUpdateAllowed(Boolean updateAllowed)
           
 
Methods inherited from class net.nan21.dnet.core.presenter.model.base.AbstractAuditableDs
getClientId, getCreatedAt, getCreatedBy, getEntityFQN, getId, getModifiedAt, getModifiedBy, getUuid, getVersion, setClientId, setCreatedAt, setCreatedBy, setEntityFQN, setId, setModifiedAt, setModifiedBy, 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

fDSNAME

public static final String fDSNAME
See Also:
Constant Field Values

fQUERYALLOWED

public static final String fQUERYALLOWED
See Also:
Constant Field Values

fINSERTALLOWED

public static final String fINSERTALLOWED
See Also:
Constant Field Values

fUPDATEALLOWED

public static final String fUPDATEALLOWED
See Also:
Constant Field Values

fDELETEALLOWED

public static final String fDELETEALLOWED
See Also:
Constant Field Values

fIMPORTALLOWED

public static final String fIMPORTALLOWED
See Also:
Constant Field Values

fEXPORTALLOWED

public static final String fEXPORTALLOWED
See Also:
Constant Field Values

fACCESSCONTROLID

public static final String fACCESSCONTROLID
See Also:
Constant Field Values

fACCESSCONTROL

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

DsAccessControlDs

public DsAccessControlDs()

DsAccessControlDs

public DsAccessControlDs(DsAccessControl e)
Method Detail

getDsName

public String getDsName()

setDsName

public void setDsName(String dsName)

getQueryAllowed

public Boolean getQueryAllowed()

setQueryAllowed

public void setQueryAllowed(Boolean queryAllowed)

getInsertAllowed

public Boolean getInsertAllowed()

setInsertAllowed

public void setInsertAllowed(Boolean insertAllowed)

getUpdateAllowed

public Boolean getUpdateAllowed()

setUpdateAllowed

public void setUpdateAllowed(Boolean updateAllowed)

getDeleteAllowed

public Boolean getDeleteAllowed()

setDeleteAllowed

public void setDeleteAllowed(Boolean deleteAllowed)

getImportAllowed

public Boolean getImportAllowed()

setImportAllowed

public void setImportAllowed(Boolean importAllowed)

getExportAllowed

public Boolean getExportAllowed()

setExportAllowed

public void setExportAllowed(Boolean exportAllowed)

getAccessControlId

public Long getAccessControlId()

setAccessControlId

public void setAccessControlId(Long accessControlId)

getAccessControl

public String getAccessControl()

setAccessControl

public void setAccessControl(String accessControl)


Copyright © 2012. All Rights Reserved.