Class WsPermissionLimit
java.lang.Object
edu.internet2.middleware.grouper.ws.coresoap.WsPermissionLimit
- All Implemented Interfaces:
Comparable<WsPermissionLimit>
represents a limit on a permission. Note this is an attribute assignment
you can link to the attribute assignment by the attribute assign id
-
Constructor Summary
ConstructorsConstructorDescriptionWsPermissionLimit(PermissionLimitBean permissionLimitBean) construct with permission limit bean to set internal fields -
Method Summary
Modifier and TypeMethodDescriptionintcompare and sort so results are reproducible for testsif this is an attribute assign attribute, this is the foreign keyattribute name id in this assignmentattribute name in this assignmentvalue(s) in this assignment if anyvoidsetAttributeAssignId(String ownerAttributeAssignId1) if this is an attribute assign attribute, this is the foreign keyvoidsetAttributeDefNameId(String attributeDefNameId1) attribute name id in this assignmentvoidsetAttributeDefNameName(String attributeDefNameName1) attribute name in this assignmentvoidsetWsAttributeAssignValues(WsAttributeAssignValue[] wsAttributeAssignValues1) value(s) in this assignment if any
-
Constructor Details
-
WsPermissionLimit
construct with permission limit bean to set internal fields- Parameters:
permissionLimitBean-
-
-
Method Details
-
getWsAttributeAssignValues
value(s) in this assignment if any- Returns:
- values
-
setWsAttributeAssignValues
value(s) in this assignment if any- Parameters:
wsAttributeAssignValues1-
-
getAttributeAssignId
if this is an attribute assign attribute, this is the foreign key- Returns:
- attribute assign id
-
getAttributeDefNameId
attribute name id in this assignment- Returns:
- attribute name id in this assignment
-
getAttributeDefNameName
attribute name in this assignment- Returns:
- attribute name in this assignment
-
setAttributeAssignId
if this is an attribute assign attribute, this is the foreign key- Parameters:
ownerAttributeAssignId1-
-
setAttributeDefNameId
attribute name id in this assignment- Parameters:
attributeDefNameId1-
-
setAttributeDefNameName
attribute name in this assignment- Parameters:
attributeDefNameName1-
-
compareTo
compare and sort so results are reproducible for tests- Specified by:
compareToin interfaceComparable<WsPermissionLimit>- See Also:
-