|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.GrouperAPI
edu.internet2.middleware.grouper.permissions.PermissionEntryBase
public abstract class PermissionEntryBase
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface edu.internet2.middleware.grouper.permissions.PermissionEntry |
---|
PermissionEntry.PermissionType |
Field Summary |
---|
Fields inherited from class edu.internet2.middleware.grouper.GrouperAPI |
---|
COLUMN_HIBERNATE_VERSION_NUMBER, FIELD_DB_VERSION, FIELD_HIBERNATE_VERSION_NUMBER, INITIAL_VERSION_NUMBER |
Fields inherited from interface org.hibernate.classic.Lifecycle |
---|
NO_VETO, VETO |
Constructor Summary | |
---|---|
PermissionEntryBase()
|
Method Summary | |
---|---|
GrouperAPI |
clone()
deep clone the fields in this object |
int |
compareTo(PermissionEntry o)
|
java.lang.String |
getAction()
action on the permission (e.g. read, write, assign (default), etc |
java.lang.String |
getActionId()
action on the permission (e.g. read, write, assign (default), etc |
java.lang.String |
getAssignmentNotes()
notes on the assignment of privilege |
AttributeAssign |
getAttributeAssign()
get attribute assign |
int |
getAttributeAssignActionSetDepth()
depth of action hierarchy, 0 means immediate |
AttributeAssignDelegatable |
getAttributeAssignDelegatable()
get the enum for delegatable, do not return null |
java.lang.String |
getAttributeAssignDelegatableDb()
internal method for hibernate to persist this enum |
java.lang.String |
getAttributeAssignId()
id of the attribute assign row, either to the role, or to the role member pair |
java.lang.String |
getAttributeAssignTypeDb()
|
AttributeDef |
getAttributeDef()
|
java.lang.String |
getAttributeDefId()
id of the attributeDef |
AttributeDefName |
getAttributeDefName()
get attribute def name |
java.lang.String |
getAttributeDefNameDispName()
display name of the attribute def name which is the permission assigned to the role or subject |
java.lang.String |
getAttributeDefNameId()
id of the attribute def name which is the permission |
java.lang.String |
getAttributeDefNameName()
name of the attribute def name which is the permission assigned to the role or subject |
int |
getAttributeDefNameSetDepth()
depth of attributeDefName set hierarchy, 0 means immediate |
java.sql.Timestamp |
getDisabledTime()
if there is a date here, and it is in the past, this assignment is disabled |
java.lang.Long |
getDisabledTimeDb()
if there is a date here, and it is in the past, this assignment is disabled |
java.lang.String |
getDisallowedDb()
if this is a permission, then if this permission assignment is allowed or not |
java.lang.String |
getEnabledDb()
true or false for if this assignment is enabled (e.g. might have expired) |
java.sql.Timestamp |
getEnabledTime()
if there is a date here, and it is in the future, this assignment is disabled until that time |
java.lang.Long |
getEnabledTimeDb()
if there is a date here, and it is in the future, this assignment is disabled until that time |
java.sql.Timestamp |
getEndTime()
The end time for this permission entry. |
java.sql.Timestamp |
getImmediateMshipDisabledTime()
when the underlying membership will be disabled |
java.lang.Long |
getImmediateMshipDisabledTimeDb()
when the underlying membership will be disabled |
java.sql.Timestamp |
getImmediateMshipEnabledTime()
when the underlying membership was enabled |
java.lang.Long |
getImmediateMshipEnabledTimeDb()
when the underlying membership was enabled |
Member |
getMember()
get the member |
java.lang.String |
getMemberId()
id of the member that has the permission |
int |
getMembershipDepth()
depth of memberships, 0 means immediate |
java.lang.String |
getMembershipId()
id of the membership row |
PermissionHeuristics |
getPermissionHeuristics()
cache the weighting of this assignment |
PermissionEntry.PermissionType |
getPermissionType()
type of permission, either assigned to role, or assigned to role and user combined: role_subject |
java.lang.String |
getPermissionTypeDb()
type of permission, either assigned to role, or assigned to role and user combined: role_subject |
Role |
getRole()
owner role |
java.lang.String |
getRoleDisplayName()
display name of the role which the subject is in to have the permission |
java.lang.String |
getRoleId()
id of the role which the subject is in to get the permission |
java.lang.String |
getRoleName()
role which has the permission or which the subject must be in to have the permission |
int |
getRoleSetDepth()
depth of role hierarchy, 0 means immediate, -1 means no role set involved |
java.sql.Timestamp |
getStartTime()
The start time for this permission entry. |
java.lang.String |
getSubjectId()
subject id of the subject which has the permissions |
java.lang.String |
getSubjectSourceId()
source id of the subject which has the permissions |
boolean |
isAllowedOverall()
this will be if this permissions is allowed (not in DB/assignment, but overall). |
boolean |
isDisallowed()
if this is a permission, then if this permission assignment is allowed or not |
boolean |
isEnabled()
true or false for if this assignment is enabled (e.g. might have expired) |
boolean |
isImmediate(PermissionEntry.PermissionType thePermissionType)
|
boolean |
isImmediateMembership()
see if the membership is unassignable directly |
boolean |
isImmediatePermission()
see if the permission is unassignable directly |
void |
setAction(java.lang.String action1)
action on the permission (e.g. read, write, assign (default), etc |
void |
setActionId(java.lang.String actionId1)
action on the permission (e.g. read, write, assign (default), etc |
void |
setAllowedOverall(boolean allowedOverall1)
this will be if this permissions is allowed (not in DB/assignment, but overall). |
void |
setAssignmentNotes(java.lang.String assignmentNotes1)
notes on the assignment of privilege |
void |
setAttributeAssignActionSetDepth(int attributeAssignActionSetDepth1)
depth of action hierarchy, 0 means immediate |
void |
setAttributeAssignDelegatable(AttributeAssignDelegatable attributeAssignDelegatable1)
|
void |
setAttributeAssignDelegatableDb(java.lang.String theAttributeAssignDelegatableDb)
internal method for hibernate to set if delegatable |
void |
setAttributeAssignId(java.lang.String attributeAssignId1)
id of the attribute assign row, either to the role, or to the role member pair |
void |
setAttributeAssignTypeDb(java.lang.String theAttributeAssignTypeDb)
|
void |
setAttributeDefId(java.lang.String attributeDefId1)
id of the attributeDef |
void |
setAttributeDefNameDispName(java.lang.String attributeDefNameDispName1)
display name of the attribute def name which is the permission assigned to the role or subject |
void |
setAttributeDefNameId(java.lang.String attributeDefNameId1)
id of the attribute def name which is the permission |
void |
setAttributeDefNameName(java.lang.String attributeDefNameName1)
name of the attribute def name which is the permission assigned to the role or subject |
void |
setAttributeDefNameSetDepth(int attributeDefNameSetDepth1)
depth of attributeDefName set hierarchy, 0 means immediate |
void |
setDisabledTime(java.sql.Timestamp disabledTimeDb1)
if there is a date here, and it is in the past, this assignment is disabled |
void |
setDisabledTimeDb(java.lang.Long disabledTimeDb1)
if there is a date here, and it is in the past, this assignment is disabled |
void |
setDisallowed(boolean disallowed1)
if this is a permission, then if this permission assignment is allowed or not |
void |
setDisallowedDb(java.lang.String disallowed1)
if this is a permission, then if this permission assignment is allowed or not |
void |
setEnabled(boolean enabled1)
true or false for if this assignment is enabled (e.g. might have expired) |
void |
setEnabledDb(java.lang.String enabled1)
true or false for if this assignment is enabled (e.g. might have expired) |
void |
setEnabledTime(java.sql.Timestamp enabledTimeDb1)
if there is a date here, and it is in the future, this assignment is disabled until that time |
void |
setEnabledTimeDb(java.lang.Long enabledTimeDb1)
if there is a date here, and it is in the future, this assignment is disabled until that time |
void |
setImmediateMshipDisabledTimeDb(java.lang.Long immediateMshipDisabledTimeDb1)
when the underlying membership was enabled |
void |
setImmediateMshipDisabledTimeDb(java.sql.Timestamp immediateMshipDisabledTimeDb1)
when the underlying membership was enabled |
void |
setImmediateMshipEnabledTime(java.sql.Timestamp immediateMshipEnabledTimeDb1)
when the underlying membership was enabled |
void |
setImmediateMshipEnabledTimeDb(java.lang.Long immediateMshipEnabledTimeDb1)
when the underlying membership was enabled |
void |
setMemberId(java.lang.String memberId1)
id of the member that has the permission |
void |
setMembershipDepth(int membershipDepth1)
depth of memberships, 0 means immediate |
void |
setMembershipId(java.lang.String membershipId1)
id of the membership row |
void |
setPermissionHeuristics(PermissionHeuristics permissionHeuristics1)
cache the weighting of this assignment |
void |
setPermissionTypeDb(java.lang.String permissionTypeDb1)
type of permission, either assigned to role, or assigned to role and user combined: role_subject |
void |
setRoleDisplayName(java.lang.String roleDisplayName1)
display name of the role which the subject is in to have the permission |
void |
setRoleId(java.lang.String roleId1)
id of the role which the subject is in to get the permission |
void |
setRoleName(java.lang.String roleName1)
role which has the permission or which the subject must be in to have the permission |
void |
setRoleSetDepth(int roleSetDepth1)
depth of role hierarchy, 0 means immediate, -1 means no role set involved |
void |
setSubjectId(java.lang.String subjectId1)
subject id of the subject which has the permissions |
void |
setSubjectSourceId(java.lang.String subjectSourceId1)
source id of the subject which has the permissions |
Methods inherited from class edu.internet2.middleware.grouper.GrouperAPI |
---|
dbVersion, dbVersionClear, dbVersionDifferentFields, dbVersionIsDifferent, dbVersionReset, fieldValue, getHibernateVersionNumber, onDelete, onLoad, onPostDelete, onPostSave, onPostUpdate, onPreDelete, onPreSave, onPreUpdate, onSave, onUpdate, setHibernateVersionNumber |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface edu.internet2.middleware.grouper.permissions.PermissionEntry |
---|
isActive |
Constructor Detail |
---|
public PermissionEntryBase()
Method Detail |
---|
public PermissionHeuristics getPermissionHeuristics()
PermissionEntry
getPermissionHeuristics
in interface PermissionEntry
PermissionEntry.getPermissionHeuristics()
public void setPermissionHeuristics(PermissionHeuristics permissionHeuristics1)
PermissionEntry
setPermissionHeuristics
in interface PermissionEntry
PermissionEntry.setPermissionHeuristics(edu.internet2.middleware.grouper.permissions.PermissionHeuristics)
public java.lang.String getDisallowedDb()
PermissionEntry
getDisallowedDb
in interface PermissionEntry
PermissionEntry.getDisallowedDb()
public boolean isDisallowed()
PermissionEntry
isDisallowed
in interface PermissionEntry
PermissionEntry.isDisallowed()
public void setDisallowed(boolean disallowed1)
PermissionEntry
setDisallowed
in interface PermissionEntry
disallowed1
- the allowed to setPermissionEntry.setDisallowed(boolean)
public void setDisallowedDb(java.lang.String disallowed1)
PermissionEntry
setDisallowedDb
in interface PermissionEntry
disallowed1
- the allowed to setPermissionEntry.setDisallowedDb(java.lang.String)
public java.lang.String getAssignmentNotes()
PermissionEntry
getAssignmentNotes
in interface PermissionEntry
PermissionEntry.getAssignmentNotes()
public AttributeAssign getAttributeAssign()
PermissionEntry
getAttributeAssign
in interface PermissionEntry
PermissionEntry.getAttributeAssign()
public AttributeAssignDelegatable getAttributeAssignDelegatable()
PermissionEntry
getAttributeAssignDelegatable
in interface PermissionEntry
PermissionEntry.getAttributeAssignDelegatable()
public java.lang.String getAttributeAssignDelegatableDb()
PermissionEntry
getAttributeAssignDelegatableDb
in interface PermissionEntry
PermissionEntry.getAttributeAssignDelegatableDb()
public AttributeDef getAttributeDef()
getAttributeDef
in interface PermissionEntry
PermissionEntry.getAttributeDef()
public AttributeDefName getAttributeDefName()
PermissionEntry
getAttributeDefName
in interface PermissionEntry
PermissionEntry.getAttributeDefName()
public java.lang.String getAttributeDefNameDispName()
PermissionEntry
getAttributeDefNameDispName
in interface PermissionEntry
PermissionEntry.getAttributeDefNameDispName()
public java.sql.Timestamp getDisabledTime()
PermissionEntry
getDisabledTime
in interface PermissionEntry
PermissionEntry.getDisabledTime()
public java.lang.Long getDisabledTimeDb()
PermissionEntry
getDisabledTimeDb
in interface PermissionEntry
PermissionEntry.getDisabledTimeDb()
public java.lang.String getEnabledDb()
PermissionEntry
getEnabledDb
in interface PermissionEntry
PermissionEntry.getEnabledDb()
public java.sql.Timestamp getEnabledTime()
PermissionEntry
getEnabledTime
in interface PermissionEntry
PermissionEntry.getEnabledTime()
public java.lang.Long getEnabledTimeDb()
PermissionEntry
getEnabledTimeDb
in interface PermissionEntry
PermissionEntry.getEnabledTimeDb()
public java.sql.Timestamp getImmediateMshipDisabledTime()
PermissionEntry
getImmediateMshipDisabledTime
in interface PermissionEntry
PermissionEntry.getImmediateMshipDisabledTime()
public java.lang.Long getImmediateMshipDisabledTimeDb()
PermissionEntry
getImmediateMshipDisabledTimeDb
in interface PermissionEntry
PermissionEntry.getImmediateMshipDisabledTimeDb()
public java.sql.Timestamp getImmediateMshipEnabledTime()
PermissionEntry
getImmediateMshipEnabledTime
in interface PermissionEntry
PermissionEntry.getImmediateMshipEnabledTime()
public java.lang.Long getImmediateMshipEnabledTimeDb()
PermissionEntry
getImmediateMshipEnabledTimeDb
in interface PermissionEntry
PermissionEntry.getImmediateMshipEnabledTimeDb()
public Member getMember()
PermissionEntry
getMember
in interface PermissionEntry
PermissionEntry.getMember()
public Role getRole()
PermissionEntry
getRole
in interface PermissionEntry
PermissionEntry.getRole()
public java.lang.String getRoleDisplayName()
PermissionEntry
getRoleDisplayName
in interface PermissionEntry
PermissionEntry.getRoleDisplayName()
public boolean isAllowedOverall()
PermissionEntry
isAllowedOverall
in interface PermissionEntry
PermissionEntry.isAllowedOverall()
public boolean isEnabled()
PermissionEntry
isEnabled
in interface PermissionEntry
PermissionEntry.isEnabled()
public boolean isImmediate(PermissionEntry.PermissionType thePermissionType)
isImmediate
in interface PermissionEntry
PermissionEntry.isImmediate(edu.internet2.middleware.grouper.permissions.PermissionEntry.PermissionType)
public boolean isImmediateMembership()
PermissionEntry
isImmediateMembership
in interface PermissionEntry
PermissionEntry.isImmediateMembership()
public boolean isImmediatePermission()
PermissionEntry
isImmediatePermission
in interface PermissionEntry
PermissionEntry.isImmediatePermission()
public void setAllowedOverall(boolean allowedOverall1)
PermissionEntry
setAllowedOverall
in interface PermissionEntry
PermissionEntry.setAllowedOverall(boolean)
public void setAssignmentNotes(java.lang.String assignmentNotes1)
PermissionEntry
setAssignmentNotes
in interface PermissionEntry
PermissionEntry.setAssignmentNotes(java.lang.String)
public void setAttributeAssignDelegatable(AttributeAssignDelegatable attributeAssignDelegatable1)
setAttributeAssignDelegatable
in interface PermissionEntry
attributeAssignDelegatable1
- the attributeAssignDelegatable to setPermissionEntry.setAttributeAssignDelegatable(edu.internet2.middleware.grouper.attr.assign.AttributeAssignDelegatable)
public void setAttributeAssignDelegatableDb(java.lang.String theAttributeAssignDelegatableDb)
PermissionEntry
setAttributeAssignDelegatableDb
in interface PermissionEntry
PermissionEntry.setAttributeAssignDelegatableDb(java.lang.String)
public void setAttributeDefNameDispName(java.lang.String attributeDefNameDispName1)
PermissionEntry
setAttributeDefNameDispName
in interface PermissionEntry
attributeDefNameDispName1
- the attributeDefNameDispName to setPermissionEntry.setAttributeDefNameDispName(java.lang.String)
public void setDisabledTime(java.sql.Timestamp disabledTimeDb1)
PermissionEntry
setDisabledTime
in interface PermissionEntry
disabledTimeDb1
- the disabledTimeDb to setPermissionEntry.setDisabledTime(java.sql.Timestamp)
public void setDisabledTimeDb(java.lang.Long disabledTimeDb1)
PermissionEntry
setDisabledTimeDb
in interface PermissionEntry
disabledTimeDb1
- the disabledTimeDb to setPermissionEntry.setDisabledTimeDb(java.lang.Long)
public void setEnabled(boolean enabled1)
PermissionEntry
setEnabled
in interface PermissionEntry
enabled1
- the enabled to setPermissionEntry.setEnabled(boolean)
public void setEnabledDb(java.lang.String enabled1)
PermissionEntry
setEnabledDb
in interface PermissionEntry
enabled1
- the enabled to setPermissionEntry.setEnabledDb(java.lang.String)
public void setEnabledTime(java.sql.Timestamp enabledTimeDb1)
PermissionEntry
setEnabledTime
in interface PermissionEntry
enabledTimeDb1
- the enabledTimeDb to setPermissionEntry.setEnabledTime(java.sql.Timestamp)
public void setEnabledTimeDb(java.lang.Long enabledTimeDb1)
PermissionEntry
setEnabledTimeDb
in interface PermissionEntry
enabledTimeDb1
- the enabledTimeDb to setPermissionEntry.setEnabledTimeDb(java.lang.Long)
public void setImmediateMshipDisabledTimeDb(java.lang.Long immediateMshipDisabledTimeDb1)
PermissionEntry
setImmediateMshipDisabledTimeDb
in interface PermissionEntry
PermissionEntry.setImmediateMshipDisabledTimeDb(java.lang.Long)
public void setImmediateMshipDisabledTimeDb(java.sql.Timestamp immediateMshipDisabledTimeDb1)
PermissionEntry
setImmediateMshipDisabledTimeDb
in interface PermissionEntry
PermissionEntry.setImmediateMshipDisabledTimeDb(java.sql.Timestamp)
public void setImmediateMshipEnabledTime(java.sql.Timestamp immediateMshipEnabledTimeDb1)
PermissionEntry
setImmediateMshipEnabledTime
in interface PermissionEntry
PermissionEntry.setImmediateMshipEnabledTime(java.sql.Timestamp)
public void setImmediateMshipEnabledTimeDb(java.lang.Long immediateMshipEnabledTimeDb1)
PermissionEntry
setImmediateMshipEnabledTimeDb
in interface PermissionEntry
PermissionEntry.setImmediateMshipEnabledTimeDb(java.lang.Long)
public void setRoleDisplayName(java.lang.String roleDisplayName1)
PermissionEntry
setRoleDisplayName
in interface PermissionEntry
roleDisplayName1
- the roleDisplayName to setPermissionEntry.setRoleDisplayName(java.lang.String)
public GrouperAPI clone()
GrouperAPI
clone
in interface GrouperCloneable
clone
in class GrouperAPI
GrouperAPI.clone()
public int compareTo(PermissionEntry o)
compareTo
in interface java.lang.Comparable<PermissionEntry>
Comparable.compareTo(java.lang.Object)
public java.sql.Timestamp getEndTime()
PermissionEntry
getEndTime
in interface PermissionEntry
PermissionEntry.getEndTime()
public java.sql.Timestamp getStartTime()
PermissionEntry
getStartTime
in interface PermissionEntry
PermissionEntry.getStartTime()
public int getMembershipDepth()
PermissionEntry
getMembershipDepth
in interface PermissionEntry
PermissionEntry.getMembershipDepth()
public void setMembershipDepth(int membershipDepth1)
PermissionEntry
setMembershipDepth
in interface PermissionEntry
PermissionEntry.setMembershipDepth(int)
public int getRoleSetDepth()
PermissionEntry
getRoleSetDepth
in interface PermissionEntry
PermissionEntry.getRoleSetDepth()
public int getAttributeDefNameSetDepth()
PermissionEntry
getAttributeDefNameSetDepth
in interface PermissionEntry
PermissionEntry.getAttributeDefNameSetDepth()
public void setAttributeDefNameSetDepth(int attributeDefNameSetDepth1)
PermissionEntry
setAttributeDefNameSetDepth
in interface PermissionEntry
PermissionEntry.setAttributeDefNameSetDepth(int)
public int getAttributeAssignActionSetDepth()
PermissionEntry
getAttributeAssignActionSetDepth
in interface PermissionEntry
PermissionEntry.getAttributeAssignActionSetDepth()
public void setAttributeAssignActionSetDepth(int attributeAssignActionSetDepth1)
PermissionEntry
setAttributeAssignActionSetDepth
in interface PermissionEntry
PermissionEntry.setAttributeAssignActionSetDepth(int)
public java.lang.String getRoleName()
PermissionEntry
getRoleName
in interface PermissionEntry
PermissionEntry.getRoleName()
public void setRoleName(java.lang.String roleName1)
PermissionEntry
setRoleName
in interface PermissionEntry
roleName1
- the roleName to setPermissionEntry.setRoleName(java.lang.String)
public java.lang.String getSubjectSourceId()
PermissionEntry
getSubjectSourceId
in interface PermissionEntry
PermissionEntry.getSubjectSourceId()
public void setSubjectSourceId(java.lang.String subjectSourceId1)
PermissionEntry
setSubjectSourceId
in interface PermissionEntry
subjectSourceId1
- the subjectSourceId to setPermissionEntry.setSubjectSourceId(java.lang.String)
public java.lang.String getSubjectId()
PermissionEntry
getSubjectId
in interface PermissionEntry
PermissionEntry.getSubjectId()
public void setSubjectId(java.lang.String subjectId1)
PermissionEntry
setSubjectId
in interface PermissionEntry
subjectId1
- the subjectId to setPermissionEntry.setSubjectId(java.lang.String)
public java.lang.String getAction()
PermissionEntry
getAction
in interface PermissionEntry
PermissionEntry.getAction()
public void setAction(java.lang.String action1)
PermissionEntry
setAction
in interface PermissionEntry
action1
- the action to setPermissionEntry.setAction(java.lang.String)
public java.lang.String getAttributeDefNameName()
PermissionEntry
getAttributeDefNameName
in interface PermissionEntry
PermissionEntry.getAttributeDefNameName()
public void setAttributeDefNameName(java.lang.String attributeDefNameName1)
PermissionEntry
setAttributeDefNameName
in interface PermissionEntry
attributeDefNameName1
- the attributeDefNameName to setPermissionEntry.setAttributeDefNameName(java.lang.String)
public java.lang.String getActionId()
PermissionEntry
getActionId
in interface PermissionEntry
PermissionEntry.getActionId()
public void setActionId(java.lang.String actionId1)
PermissionEntry
setActionId
in interface PermissionEntry
PermissionEntry.setActionId(java.lang.String)
public java.lang.String getRoleId()
PermissionEntry
getRoleId
in interface PermissionEntry
PermissionEntry.getRoleId()
public void setRoleId(java.lang.String roleId1)
PermissionEntry
setRoleId
in interface PermissionEntry
roleId1
- the roleId to setPermissionEntry.setRoleId(java.lang.String)
public java.lang.String getAttributeDefId()
PermissionEntry
getAttributeDefId
in interface PermissionEntry
PermissionEntry.getAttributeDefId()
public void setAttributeDefId(java.lang.String attributeDefId1)
PermissionEntry
setAttributeDefId
in interface PermissionEntry
attributeDefId1
- the attributeDefId to setPermissionEntry.setAttributeDefId(java.lang.String)
public java.lang.String getMemberId()
PermissionEntry
getMemberId
in interface PermissionEntry
PermissionEntry.getMemberId()
public void setMemberId(java.lang.String memberId1)
PermissionEntry
setMemberId
in interface PermissionEntry
memberId1
- the memberId to setPermissionEntry.setMemberId(java.lang.String)
public java.lang.String getAttributeDefNameId()
PermissionEntry
getAttributeDefNameId
in interface PermissionEntry
PermissionEntry.getAttributeDefNameId()
public void setAttributeDefNameId(java.lang.String attributeDefNameId1)
PermissionEntry
setAttributeDefNameId
in interface PermissionEntry
attributeDefNameId1
- the attributeDefNameId to setPermissionEntry.setAttributeDefNameId(java.lang.String)
public java.lang.String getMembershipId()
PermissionEntry
getMembershipId
in interface PermissionEntry
PermissionEntry.getMembershipId()
public void setMembershipId(java.lang.String membershipId1)
PermissionEntry
setMembershipId
in interface PermissionEntry
PermissionEntry.setMembershipId(java.lang.String)
public java.lang.String getAttributeAssignId()
PermissionEntry
getAttributeAssignId
in interface PermissionEntry
PermissionEntry.getAttributeAssignId()
public void setAttributeAssignId(java.lang.String attributeAssignId1)
PermissionEntry
setAttributeAssignId
in interface PermissionEntry
PermissionEntry.setAttributeAssignId(java.lang.String)
public java.lang.String getPermissionTypeDb()
PermissionEntry
getPermissionTypeDb
in interface PermissionEntry
PermissionEntry.getPermissionTypeDb()
public void setPermissionTypeDb(java.lang.String permissionTypeDb1)
PermissionEntry
setPermissionTypeDb
in interface PermissionEntry
PermissionEntry.setPermissionTypeDb(java.lang.String)
public PermissionEntry.PermissionType getPermissionType()
PermissionEntry
getPermissionType
in interface PermissionEntry
PermissionEntry.getPermissionType()
public void setAttributeAssignTypeDb(java.lang.String theAttributeAssignTypeDb)
theAttributeAssignTypeDb
- public java.lang.String getAttributeAssignTypeDb()
public void setRoleSetDepth(int roleSetDepth1)
PermissionEntry
setRoleSetDepth
in interface PermissionEntry
PermissionEntry.setRoleSetDepth(int)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |