|
||||||||||
| 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 |
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 |
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 PermissionEntryPermissionEntry.getPermissionHeuristics()public void setPermissionHeuristics(PermissionHeuristics permissionHeuristics1)
PermissionEntry
setPermissionHeuristics in interface PermissionEntryPermissionEntry.setPermissionHeuristics(edu.internet2.middleware.grouper.permissions.PermissionHeuristics)public java.lang.String getDisallowedDb()
PermissionEntry
getDisallowedDb in interface PermissionEntryPermissionEntry.getDisallowedDb()public boolean isDisallowed()
PermissionEntry
isDisallowed in interface PermissionEntryPermissionEntry.isDisallowed()public void setDisallowed(boolean disallowed1)
PermissionEntry
setDisallowed in interface PermissionEntrydisallowed1 - the allowed to setPermissionEntry.setDisallowed(boolean)public void setDisallowedDb(java.lang.String disallowed1)
PermissionEntry
setDisallowedDb in interface PermissionEntrydisallowed1 - the allowed to setPermissionEntry.setDisallowedDb(java.lang.String)public java.lang.String getAssignmentNotes()
PermissionEntry
getAssignmentNotes in interface PermissionEntryPermissionEntry.getAssignmentNotes()public AttributeAssign getAttributeAssign()
PermissionEntry
getAttributeAssign in interface PermissionEntryPermissionEntry.getAttributeAssign()public AttributeAssignDelegatable getAttributeAssignDelegatable()
PermissionEntry
getAttributeAssignDelegatable in interface PermissionEntryPermissionEntry.getAttributeAssignDelegatable()public java.lang.String getAttributeAssignDelegatableDb()
PermissionEntry
getAttributeAssignDelegatableDb in interface PermissionEntryPermissionEntry.getAttributeAssignDelegatableDb()public AttributeDef getAttributeDef()
getAttributeDef in interface PermissionEntryPermissionEntry.getAttributeDef()public AttributeDefName getAttributeDefName()
PermissionEntry
getAttributeDefName in interface PermissionEntryPermissionEntry.getAttributeDefName()public java.lang.String getAttributeDefNameDispName()
PermissionEntry
getAttributeDefNameDispName in interface PermissionEntryPermissionEntry.getAttributeDefNameDispName()public java.sql.Timestamp getDisabledTime()
PermissionEntry
getDisabledTime in interface PermissionEntryPermissionEntry.getDisabledTime()public java.lang.Long getDisabledTimeDb()
PermissionEntry
getDisabledTimeDb in interface PermissionEntryPermissionEntry.getDisabledTimeDb()public java.lang.String getEnabledDb()
PermissionEntry
getEnabledDb in interface PermissionEntryPermissionEntry.getEnabledDb()public java.sql.Timestamp getEnabledTime()
PermissionEntry
getEnabledTime in interface PermissionEntryPermissionEntry.getEnabledTime()public java.lang.Long getEnabledTimeDb()
PermissionEntry
getEnabledTimeDb in interface PermissionEntryPermissionEntry.getEnabledTimeDb()public java.sql.Timestamp getImmediateMshipDisabledTime()
PermissionEntry
getImmediateMshipDisabledTime in interface PermissionEntryPermissionEntry.getImmediateMshipDisabledTime()public java.lang.Long getImmediateMshipDisabledTimeDb()
PermissionEntry
getImmediateMshipDisabledTimeDb in interface PermissionEntryPermissionEntry.getImmediateMshipDisabledTimeDb()public java.sql.Timestamp getImmediateMshipEnabledTime()
PermissionEntry
getImmediateMshipEnabledTime in interface PermissionEntryPermissionEntry.getImmediateMshipEnabledTime()public java.lang.Long getImmediateMshipEnabledTimeDb()
PermissionEntry
getImmediateMshipEnabledTimeDb in interface PermissionEntryPermissionEntry.getImmediateMshipEnabledTimeDb()public Member getMember()
PermissionEntry
getMember in interface PermissionEntryPermissionEntry.getMember()public Role getRole()
PermissionEntry
getRole in interface PermissionEntryPermissionEntry.getRole()public java.lang.String getRoleDisplayName()
PermissionEntry
getRoleDisplayName in interface PermissionEntryPermissionEntry.getRoleDisplayName()public boolean isAllowedOverall()
PermissionEntry
isAllowedOverall in interface PermissionEntryPermissionEntry.isAllowedOverall()public boolean isEnabled()
PermissionEntry
isEnabled in interface PermissionEntryPermissionEntry.isEnabled()public boolean isImmediate(PermissionEntry.PermissionType thePermissionType)
isImmediate in interface PermissionEntryPermissionEntry.isImmediate(edu.internet2.middleware.grouper.permissions.PermissionEntry.PermissionType)public boolean isImmediateMembership()
PermissionEntry
isImmediateMembership in interface PermissionEntryPermissionEntry.isImmediateMembership()public boolean isImmediatePermission()
PermissionEntry
isImmediatePermission in interface PermissionEntryPermissionEntry.isImmediatePermission()public void setAllowedOverall(boolean allowedOverall1)
PermissionEntry
setAllowedOverall in interface PermissionEntryPermissionEntry.setAllowedOverall(boolean)public void setAssignmentNotes(java.lang.String assignmentNotes1)
PermissionEntry
setAssignmentNotes in interface PermissionEntryPermissionEntry.setAssignmentNotes(java.lang.String)public void setAttributeAssignDelegatable(AttributeAssignDelegatable attributeAssignDelegatable1)
setAttributeAssignDelegatable in interface PermissionEntryattributeAssignDelegatable1 - the attributeAssignDelegatable to setPermissionEntry.setAttributeAssignDelegatable(edu.internet2.middleware.grouper.attr.assign.AttributeAssignDelegatable)public void setAttributeAssignDelegatableDb(java.lang.String theAttributeAssignDelegatableDb)
PermissionEntry
setAttributeAssignDelegatableDb in interface PermissionEntryPermissionEntry.setAttributeAssignDelegatableDb(java.lang.String)public void setAttributeDefNameDispName(java.lang.String attributeDefNameDispName1)
PermissionEntry
setAttributeDefNameDispName in interface PermissionEntryattributeDefNameDispName1 - the attributeDefNameDispName to setPermissionEntry.setAttributeDefNameDispName(java.lang.String)public void setDisabledTime(java.sql.Timestamp disabledTimeDb1)
PermissionEntry
setDisabledTime in interface PermissionEntrydisabledTimeDb1 - the disabledTimeDb to setPermissionEntry.setDisabledTime(java.sql.Timestamp)public void setDisabledTimeDb(java.lang.Long disabledTimeDb1)
PermissionEntry
setDisabledTimeDb in interface PermissionEntrydisabledTimeDb1 - the disabledTimeDb to setPermissionEntry.setDisabledTimeDb(java.lang.Long)public void setEnabled(boolean enabled1)
PermissionEntry
setEnabled in interface PermissionEntryenabled1 - the enabled to setPermissionEntry.setEnabled(boolean)public void setEnabledDb(java.lang.String enabled1)
PermissionEntry
setEnabledDb in interface PermissionEntryenabled1 - the enabled to setPermissionEntry.setEnabledDb(java.lang.String)public void setEnabledTime(java.sql.Timestamp enabledTimeDb1)
PermissionEntry
setEnabledTime in interface PermissionEntryenabledTimeDb1 - the enabledTimeDb to setPermissionEntry.setEnabledTime(java.sql.Timestamp)public void setEnabledTimeDb(java.lang.Long enabledTimeDb1)
PermissionEntry
setEnabledTimeDb in interface PermissionEntryenabledTimeDb1 - the enabledTimeDb to setPermissionEntry.setEnabledTimeDb(java.lang.Long)public void setImmediateMshipDisabledTimeDb(java.lang.Long immediateMshipDisabledTimeDb1)
PermissionEntry
setImmediateMshipDisabledTimeDb in interface PermissionEntryPermissionEntry.setImmediateMshipDisabledTimeDb(java.lang.Long)public void setImmediateMshipDisabledTimeDb(java.sql.Timestamp immediateMshipDisabledTimeDb1)
PermissionEntry
setImmediateMshipDisabledTimeDb in interface PermissionEntryPermissionEntry.setImmediateMshipDisabledTimeDb(java.sql.Timestamp)public void setImmediateMshipEnabledTime(java.sql.Timestamp immediateMshipEnabledTimeDb1)
PermissionEntry
setImmediateMshipEnabledTime in interface PermissionEntryPermissionEntry.setImmediateMshipEnabledTime(java.sql.Timestamp)public void setImmediateMshipEnabledTimeDb(java.lang.Long immediateMshipEnabledTimeDb1)
PermissionEntry
setImmediateMshipEnabledTimeDb in interface PermissionEntryPermissionEntry.setImmediateMshipEnabledTimeDb(java.lang.Long)public void setRoleDisplayName(java.lang.String roleDisplayName1)
PermissionEntry
setRoleDisplayName in interface PermissionEntryroleDisplayName1 - the roleDisplayName to setPermissionEntry.setRoleDisplayName(java.lang.String)public GrouperAPI clone()
GrouperAPI
clone in interface GrouperCloneableclone in class GrouperAPIGrouperAPI.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 PermissionEntryPermissionEntry.getEndTime()public java.sql.Timestamp getStartTime()
PermissionEntry
getStartTime in interface PermissionEntryPermissionEntry.getStartTime()public int getMembershipDepth()
PermissionEntry
getMembershipDepth in interface PermissionEntryPermissionEntry.getMembershipDepth()public void setMembershipDepth(int membershipDepth1)
PermissionEntry
setMembershipDepth in interface PermissionEntryPermissionEntry.setMembershipDepth(int)public int getRoleSetDepth()
PermissionEntry
getRoleSetDepth in interface PermissionEntryPermissionEntry.getRoleSetDepth()public void setRoleSetDepth(int roleSetDepth1)
PermissionEntry
setRoleSetDepth in interface PermissionEntryPermissionEntry.setRoleSetDepth(int)public int getAttributeDefNameSetDepth()
PermissionEntry
getAttributeDefNameSetDepth in interface PermissionEntryPermissionEntry.getAttributeDefNameSetDepth()public void setAttributeDefNameSetDepth(int attributeDefNameSetDepth1)
PermissionEntry
setAttributeDefNameSetDepth in interface PermissionEntryPermissionEntry.setAttributeDefNameSetDepth(int)public int getAttributeAssignActionSetDepth()
PermissionEntry
getAttributeAssignActionSetDepth in interface PermissionEntryPermissionEntry.getAttributeAssignActionSetDepth()public void setAttributeAssignActionSetDepth(int attributeAssignActionSetDepth1)
PermissionEntry
setAttributeAssignActionSetDepth in interface PermissionEntryPermissionEntry.setAttributeAssignActionSetDepth(int)public java.lang.String getRoleName()
PermissionEntry
getRoleName in interface PermissionEntryPermissionEntry.getRoleName()public void setRoleName(java.lang.String roleName1)
PermissionEntry
setRoleName in interface PermissionEntryroleName1 - the roleName to setPermissionEntry.setRoleName(java.lang.String)public java.lang.String getSubjectSourceId()
PermissionEntry
getSubjectSourceId in interface PermissionEntryPermissionEntry.getSubjectSourceId()public void setSubjectSourceId(java.lang.String subjectSourceId1)
PermissionEntry
setSubjectSourceId in interface PermissionEntrysubjectSourceId1 - the subjectSourceId to setPermissionEntry.setSubjectSourceId(java.lang.String)public java.lang.String getSubjectId()
PermissionEntry
getSubjectId in interface PermissionEntryPermissionEntry.getSubjectId()public void setSubjectId(java.lang.String subjectId1)
PermissionEntry
setSubjectId in interface PermissionEntrysubjectId1 - the subjectId to setPermissionEntry.setSubjectId(java.lang.String)public java.lang.String getAction()
PermissionEntry
getAction in interface PermissionEntryPermissionEntry.getAction()public void setAction(java.lang.String action1)
PermissionEntry
setAction in interface PermissionEntryaction1 - the action to setPermissionEntry.setAction(java.lang.String)public java.lang.String getAttributeDefNameName()
PermissionEntry
getAttributeDefNameName in interface PermissionEntryPermissionEntry.getAttributeDefNameName()public void setAttributeDefNameName(java.lang.String attributeDefNameName1)
PermissionEntry
setAttributeDefNameName in interface PermissionEntryattributeDefNameName1 - the attributeDefNameName to setPermissionEntry.setAttributeDefNameName(java.lang.String)public java.lang.String getActionId()
PermissionEntry
getActionId in interface PermissionEntryPermissionEntry.getActionId()public void setActionId(java.lang.String actionId1)
PermissionEntry
setActionId in interface PermissionEntryPermissionEntry.setActionId(java.lang.String)public java.lang.String getRoleId()
PermissionEntry
getRoleId in interface PermissionEntryPermissionEntry.getRoleId()public void setRoleId(java.lang.String roleId1)
PermissionEntry
setRoleId in interface PermissionEntryroleId1 - the roleId to setPermissionEntry.setRoleId(java.lang.String)public java.lang.String getAttributeDefId()
PermissionEntry
getAttributeDefId in interface PermissionEntryPermissionEntry.getAttributeDefId()public void setAttributeDefId(java.lang.String attributeDefId1)
PermissionEntry
setAttributeDefId in interface PermissionEntryattributeDefId1 - the attributeDefId to setPermissionEntry.setAttributeDefId(java.lang.String)public java.lang.String getMemberId()
PermissionEntry
getMemberId in interface PermissionEntryPermissionEntry.getMemberId()public void setMemberId(java.lang.String memberId1)
PermissionEntry
setMemberId in interface PermissionEntrymemberId1 - the memberId to setPermissionEntry.setMemberId(java.lang.String)public java.lang.String getAttributeDefNameId()
PermissionEntry
getAttributeDefNameId in interface PermissionEntryPermissionEntry.getAttributeDefNameId()public void setAttributeDefNameId(java.lang.String attributeDefNameId1)
PermissionEntry
setAttributeDefNameId in interface PermissionEntryattributeDefNameId1 - the attributeDefNameId to setPermissionEntry.setAttributeDefNameId(java.lang.String)public java.lang.String getMembershipId()
PermissionEntry
getMembershipId in interface PermissionEntryPermissionEntry.getMembershipId()public void setMembershipId(java.lang.String membershipId1)
PermissionEntry
setMembershipId in interface PermissionEntryPermissionEntry.setMembershipId(java.lang.String)public java.lang.String getAttributeAssignId()
PermissionEntry
getAttributeAssignId in interface PermissionEntryPermissionEntry.getAttributeAssignId()public void setAttributeAssignId(java.lang.String attributeAssignId1)
PermissionEntry
setAttributeAssignId in interface PermissionEntryPermissionEntry.setAttributeAssignId(java.lang.String)public java.lang.String getPermissionTypeDb()
PermissionEntry
getPermissionTypeDb in interface PermissionEntryPermissionEntry.getPermissionTypeDb()public void setPermissionTypeDb(java.lang.String permissionTypeDb1)
PermissionEntry
setPermissionTypeDb in interface PermissionEntryPermissionEntry.setPermissionTypeDb(java.lang.String)public PermissionEntry.PermissionType getPermissionType()
PermissionEntry
getPermissionType in interface PermissionEntryPermissionEntry.getPermissionType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||