net.nan21.dnet.module.ad.usr.ds.param
Class AccessControlDsParam

java.lang.Object
  extended by net.nan21.dnet.core.presenter.model.EmptyParam
      extended by net.nan21.dnet.module.ad.usr.ds.param.AccessControlDsParam

public class AccessControlDsParam
extends net.nan21.dnet.core.presenter.model.EmptyParam


Field Summary
static String fCOPYFROM
           
static String fCOPYFROMID
           
static String fRESETRULES
           
static String fSKIPASGN
           
static String fSKIPDS
           
static String fWITHROLE
           
static String fWITHROLEID
           
 
Constructor Summary
AccessControlDsParam()
           
 
Method Summary
 String getCopyFrom()
           
 Long getCopyFromId()
           
 Boolean getResetRules()
           
 Boolean getSkipAsgn()
           
 Boolean getSkipDs()
           
 String getWithRole()
           
 Long getWithRoleId()
           
 void setCopyFrom(String copyFrom)
           
 void setCopyFromId(Long copyFromId)
           
 void setResetRules(Boolean resetRules)
           
 void setSkipAsgn(Boolean skipAsgn)
           
 void setSkipDs(Boolean skipDs)
           
 void setWithRole(String withRole)
           
 void setWithRoleId(Long withRoleId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fWITHROLEID

public static final String fWITHROLEID
See Also:
Constant Field Values

fWITHROLE

public static final String fWITHROLE
See Also:
Constant Field Values

fCOPYFROMID

public static final String fCOPYFROMID
See Also:
Constant Field Values

fCOPYFROM

public static final String fCOPYFROM
See Also:
Constant Field Values

fRESETRULES

public static final String fRESETRULES
See Also:
Constant Field Values

fSKIPDS

public static final String fSKIPDS
See Also:
Constant Field Values

fSKIPASGN

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

AccessControlDsParam

public AccessControlDsParam()
Method Detail

getWithRoleId

public Long getWithRoleId()

setWithRoleId

public void setWithRoleId(Long withRoleId)

getWithRole

public String getWithRole()

setWithRole

public void setWithRole(String withRole)

getCopyFromId

public Long getCopyFromId()

setCopyFromId

public void setCopyFromId(Long copyFromId)

getCopyFrom

public String getCopyFrom()

setCopyFrom

public void setCopyFrom(String copyFrom)

getResetRules

public Boolean getResetRules()

setResetRules

public void setResetRules(Boolean resetRules)

getSkipDs

public Boolean getSkipDs()

setSkipDs

public void setSkipDs(Boolean skipDs)

getSkipAsgn

public Boolean getSkipAsgn()

setSkipAsgn

public void setSkipAsgn(Boolean skipAsgn)


Copyright © 2012. All Rights Reserved.