com.wm.app.tn.profile
Class DLSInfo

java.lang.Object
  extended by com.wm.app.tn.util.TNFixedData
      extended by com.wm.app.tn.profile.DLSInfo
All Implemented Interfaces:
com.wm.data.IData, java.lang.Cloneable

public class DLSInfo
extends TNFixedData


Nested Class Summary
 
Nested classes/interfaces inherited from class com.wm.app.tn.util.TNFixedData
TNFixedData.TreeCursor
 
Constructor Summary
DLSInfo()
           
 
Method Summary
static com.wm.data.IData create()
           
 java.lang.String getDescription()
           
 com.wm.data.IData getDLSPartnerCriteria()
           
 com.wm.data.IData getDLSProfGrpCriteria()
           
 java.util.Vector<java.util.ArrayList> getDLSRoles()
           
 java.lang.String getDLSRuleID()
           
 java.lang.String getName()
           
 boolean isAllowAll()
           
 boolean isAllowAllProcRules()
           
 boolean isAllowAny()
           
 boolean isAllowSelf()
           
 boolean isExcludeDocTypes()
           
 boolean isExcludePartners()
           
 boolean isExcludeProcRules()
           
 void setAllowAll(boolean self)
           
 void setAllowAllProcRules(boolean self)
           
 void setAllowAny(boolean self)
           
 void setAllowSelf(boolean self)
           
 void setDescription(java.lang.String name)
           
 void setDLSPartnerCriteria(com.wm.data.IData profile)
           
 void setDLSProfGrpCriteria(com.wm.data.IData profile)
           
 void setDLSRoles(java.util.Vector<java.util.ArrayList> roles)
           
 void setDLSRuleID(java.lang.String ruleID)
           
 void setExcludeDocTypes(boolean excludeDocTypes)
           
 void setExcludePartners(boolean excludePartners)
           
 void setExcludeProcRules(boolean excludeProcRules)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class com.wm.app.tn.util.TNFixedData
clone, dataSize, get, get, getCursor, getHashCursor, getIndexCursor, getKey, getSharedCursor, getTreeCursor, indexOf, merge, set, set, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DLSInfo

public DLSInfo()
Method Detail

isAllowAny

public boolean isAllowAny()

setAllowAny

public void setAllowAny(boolean self)

isAllowAll

public boolean isAllowAll()

setAllowAll

public void setAllowAll(boolean self)

isAllowAllProcRules

public boolean isAllowAllProcRules()

setAllowAllProcRules

public void setAllowAllProcRules(boolean self)

isAllowSelf

public boolean isAllowSelf()

setAllowSelf

public void setAllowSelf(boolean self)

setExcludePartners

public void setExcludePartners(boolean excludePartners)

isExcludePartners

public boolean isExcludePartners()

setExcludeProcRules

public void setExcludeProcRules(boolean excludeProcRules)

isExcludeProcRules

public boolean isExcludeProcRules()

setExcludeDocTypes

public void setExcludeDocTypes(boolean excludeDocTypes)

isExcludeDocTypes

public boolean isExcludeDocTypes()

getDLSRuleID

public java.lang.String getDLSRuleID()

setDLSRuleID

public void setDLSRuleID(java.lang.String ruleID)

getDLSRoles

public java.util.Vector<java.util.ArrayList> getDLSRoles()

setDLSRoles

public void setDLSRoles(java.util.Vector<java.util.ArrayList> roles)

setDLSProfGrpCriteria

public void setDLSProfGrpCriteria(com.wm.data.IData profile)

getDLSProfGrpCriteria

public com.wm.data.IData getDLSProfGrpCriteria()

setDLSPartnerCriteria

public void setDLSPartnerCriteria(com.wm.data.IData profile)

getDLSPartnerCriteria

public com.wm.data.IData getDLSPartnerCriteria()

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String name)

create

public static com.wm.data.IData create()