Class WsAttributeAssign
java.lang.Object
edu.internet2.middleware.grouperClient.ws.beans.WsAttributeAssign
result of attribute assign query represents an assignment in the DB
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionid of action for this assignment (e.g.name of action for this assignment (e.g.type of assignment from enum AttributeAssignActionType e.g.AttributeAssignDelegatable enum (generally only for permissions): TRUE, FALSE, GRANTType of owner, from enum AttributeAssignType, e.g.id of attribute def in this assignmentname of attribute def in this assignmentattribute name id in this assignmentattribute name in this assignmentwhen created: yyyy/MM/dd HH:mm:ss.SSS Note that HH is 0-23if there is a date here, and it is in the past, this assignment is disabled yyyy/MM/dd HH:mm:ss.SSS Note that HH is 0-23T or F for if this assignment is enabled (e.g.if there is a date here, and it is in the future, this assignment is disabled until that time: yyyy/MM/dd HH:mm:ss.SSS Note that HH is 0-23getId()
id of this attribute assignmenttime when this attribute was last modified yyyy/MM/dd HH:mm:ss.SSS Note that HH is 0-23getNotes()
notes about this assignment, free-form textif this is an attribute assign attribute, this is the foreign keyif this is an attribute def attribute, this is the foreign keyif this is an attribute def attribute, this is the name of foreign keyif this is a group attribute, this is the foreign keyif this is a group attribute, this is the name of the foreign keyif this is a member attribute, this is the foreign keyif this is a membership attribute, this is the foreign keyif this is a member attribute, this is the source of the foreign keyif this is a member attribute, this is the subject of the foreign keyif this is a stem attribute, this is the foreign keyif this is a stem attribute, this is the stem of the foreign keyvalue(s) in this assignment if anyvoid
setAttributeAssignActionId
(String attributeAssignActionId1) id of action for this assignment (e.g.void
setAttributeAssignActionName
(String attributeAssignActionName1) name of action for this assignment (e.g.void
setAttributeAssignActionType
(String attributeAssignActionType1) type of assignment from enum AttributeAssignActionType e.g.void
setAttributeAssignDelegatable
(String attributeAssignDelegatable1) AttributeAssignDelegatable enum (generally only for permissions): TRUE, FALSE, GRANTvoid
setAttributeAssignType
(String attributeAssignType1) Type of owner, from enum AttributeAssignType, e.g.void
setAttributeDefId
(String attributeDefId1) id of attribute def in this assignmentvoid
setAttributeDefName
(String attributeDefName1) name of attribute def in this assignmentvoid
setAttributeDefNameId
(String attributeDefNameId1) attribute name id in this assignmentvoid
setAttributeDefNameName
(String attributeDefNameName1) attribute name in this assignmentvoid
setCreatedOn
(String createdOn1) when created: yyyy/MM/dd HH:mm:ss.SSS Note that HH is 0-23void
setDisabledTime
(String disabledTime1) if there is a date here, and it is in the past, this assignment is disabled yyyy/MM/dd HH:mm:ss.SSS Note that HH is 0-23void
setDisallowed
(String disallowed1) void
setEnabled
(String enabled1) T or F for if this assignment is enabled (e.g.void
setEnabledTime
(String enabledTime1) if there is a date here, and it is in the future, this assignment is disabled until that time: yyyy/MM/dd HH:mm:ss.SSS Note that HH is 0-23void
id of this attribute assignmentvoid
setLastUpdated
(String lastUpdated1) time when this attribute was last modified yyyy/MM/dd HH:mm:ss.SSS Note that HH is 0-23void
notes about this assignment, free-form textvoid
setOwnerAttributeAssignId
(String ownerAttributeAssignId1) if this is an attribute assign attribute, this is the foreign keyvoid
setOwnerAttributeDefId
(String ownerAttributeDefId1) if this is an attribute def attribute, this is the foreign keyvoid
setOwnerAttributeDefName
(String ownerAttributeDefName1) if this is an attribute def attribute, this is the name of foreign keyvoid
setOwnerGroupId
(String ownerGroupId1) if this is a group attribute, this is the foreign keyvoid
setOwnerGroupName
(String ownerGroupName1) if this is a group attribute, this is the name of the foreign keyvoid
setOwnerMemberId
(String ownerMemberId1) if this is a member attribute, this is the foreign keyvoid
setOwnerMembershipId
(String ownerMembershipId1) if this is a membership attribute, this is the foreign keyvoid
setOwnerMemberSourceId
(String ownerMemberSourceId1) if this is a member attribute, this is the source of the foreign keyvoid
setOwnerMemberSubjectId
(String ownerMemberSubjectId1) if this is a member attribute, this is the subject of the foreign keyvoid
setOwnerStemId
(String ownerStemId1) if this is a stem attribute, this is the foreign keyvoid
setOwnerStemName
(String ownerStemName1) if this is a stem attribute, this is the stem of the foreign keyvoid
setWsAttributeAssignValues
(WsAttributeAssignValue[] wsAttributeAssignValues1) value(s) in this assignment if any
-
Constructor Details
-
WsAttributeAssign
public WsAttributeAssign()
-
-
Method Details
-
getAttributeAssignDelegatable
AttributeAssignDelegatable enum (generally only for permissions): TRUE, FALSE, GRANT- Returns:
- delegatable
-
setAttributeAssignDelegatable
AttributeAssignDelegatable enum (generally only for permissions): TRUE, FALSE, GRANT- Parameters:
attributeAssignDelegatable1
-
-
getAttributeAssignActionType
type of assignment from enum AttributeAssignActionType e.g. effective, immediate- Returns:
- type of assignment from enum AttributeAssignActionType e.g. effective, immediate
-
setAttributeAssignActionType
type of assignment from enum AttributeAssignActionType e.g. effective, immediate- Parameters:
attributeAssignActionType1
- type of assignment from enum AttributeAssignActionType e.g. effective, immediate
-
getWsAttributeAssignValues
value(s) in this assignment if any- Returns:
- values
-
setWsAttributeAssignValues
value(s) in this assignment if any- Parameters:
wsAttributeAssignValues1
-
-
getAttributeDefId
id of attribute def in this assignment- Returns:
- id of attribute def in this assignment
-
setAttributeDefId
id of attribute def in this assignment- Parameters:
attributeDefId1
-
-
getAttributeDefName
name of attribute def in this assignment- Returns:
- name of attribute def in this assignment
-
setAttributeDefName
name of attribute def in this assignment- Parameters:
attributeDefName1
-
-
getAttributeAssignActionId
id of action for this assignment (e.g. assign). Generally this will be AttributeDef.ACTION_DEFAULT- Returns:
- id of action for this assignment (e.g. assign). Generally this will be AttributeDef.ACTION_DEFAULT
-
setAttributeAssignActionId
id of action for this assignment (e.g. assign). Generally this will be AttributeDef.ACTION_DEFAULT- Parameters:
attributeAssignActionId1
-
-
getAttributeAssignActionName
name of action for this assignment (e.g. assign). Generally this will be AttributeDef.ACTION_DEFAULT- Returns:
- name of action for this assignment (e.g. assign). Generally this will be AttributeDef.ACTION_DEFAULT
-
setAttributeAssignActionName
name of action for this assignment (e.g. assign). Generally this will be AttributeDef.ACTION_DEFAULT- Parameters:
attributeAssignActionName1
-
-
getAttributeAssignType
Type of owner, from enum AttributeAssignType, e.g. group, member, stem, any_mem, imm_mem, attr_def, group_asgn, mem_asgn, stem_asgn, any_mem_asgn, imm_mem_asgn, attr_def_asgn- Returns:
- type
-
setAttributeAssignType
Type of owner, from enum AttributeAssignType, e.g. group, member, stem, any_mem, imm_mem, attr_def, group_asgn, mem_asgn, stem_asgn, any_mem_asgn, imm_mem_asgn, attr_def_asgn- Parameters:
attributeAssignType1
-
-
getAttributeDefNameId
attribute name id in this assignment- Returns:
- attribute name id in this assignment
-
setAttributeDefNameId
attribute name id in this assignment- Parameters:
attributeDefNameId1
-
-
getAttributeDefNameName
attribute name in this assignment- Returns:
- attribute name in this assignment
-
setAttributeDefNameName
attribute name in this assignment- Parameters:
attributeDefNameName1
-
-
getCreatedOn
when created: yyyy/MM/dd HH:mm:ss.SSS Note that HH is 0-23- Returns:
- when created
-
setCreatedOn
when created: yyyy/MM/dd HH:mm:ss.SSS Note that HH is 0-23- Parameters:
createdOn1
-
-
getDisabledTime
if there is a date here, and it is in the past, this assignment is disabled yyyy/MM/dd HH:mm:ss.SSS Note that HH is 0-23- Returns:
- the disabled time
-
setDisabledTime
if there is a date here, and it is in the past, this assignment is disabled yyyy/MM/dd HH:mm:ss.SSS Note that HH is 0-23- Parameters:
disabledTime1
-
-
getEnabled
T or F for if this assignment is enabled (e.g. might have expired)- Returns:
- T or F
-
setEnabled
T or F for if this assignment is enabled (e.g. might have expired)- Parameters:
enabled1
-
-
getEnabledTime
if there is a date here, and it is in the future, this assignment is disabled until that time: yyyy/MM/dd HH:mm:ss.SSS Note that HH is 0-23- Returns:
- enabled time
-
setEnabledTime
if there is a date here, and it is in the future, this assignment is disabled until that time: yyyy/MM/dd HH:mm:ss.SSS Note that HH is 0-23- Parameters:
enabledTime1
-
-
getId
id of this attribute assignment- Returns:
- id
-
setId
id of this attribute assignment- Parameters:
id1
-
-
getLastUpdated
time when this attribute was last modified yyyy/MM/dd HH:mm:ss.SSS Note that HH is 0-23- Returns:
- last updated
-
setLastUpdated
time when this attribute was last modified yyyy/MM/dd HH:mm:ss.SSS Note that HH is 0-23- Parameters:
lastUpdated1
-
-
getNotes
notes about this assignment, free-form text- Returns:
- notes
-
setNotes
notes about this assignment, free-form text- Parameters:
notes1
-
-
getOwnerAttributeAssignId
if this is an attribute assign attribute, this is the foreign key- Returns:
- attribute assign id
-
setOwnerAttributeAssignId
if this is an attribute assign attribute, this is the foreign key- Parameters:
ownerAttributeAssignId1
-
-
getOwnerAttributeDefId
if this is an attribute def attribute, this is the foreign key- Returns:
- owner attribute def id
-
setOwnerAttributeDefId
if this is an attribute def attribute, this is the foreign key- Parameters:
ownerAttributeDefId1
-
-
getOwnerAttributeDefName
if this is an attribute def attribute, this is the name of foreign key- Returns:
- owner attribute def name
-
setOwnerAttributeDefName
if this is an attribute def attribute, this is the name of foreign key- Parameters:
ownerAttributeDefName1
-
-
getOwnerGroupId
if this is a group attribute, this is the foreign key- Returns:
- the owner group id
-
setOwnerGroupId
if this is a group attribute, this is the foreign key- Parameters:
ownerGroupId1
-
-
getOwnerGroupName
if this is a group attribute, this is the name of the foreign key- Returns:
- owner group name
-
setOwnerGroupName
if this is a group attribute, this is the name of the foreign key- Parameters:
ownerGroupName1
-
-
getOwnerMemberId
if this is a member attribute, this is the foreign key- Returns:
- member id
-
setOwnerMemberId
if this is a member attribute, this is the foreign key- Parameters:
ownerMemberId1
-
-
getOwnerMemberSubjectId
if this is a member attribute, this is the subject of the foreign key- Returns:
- owner subject id
-
setOwnerMemberSubjectId
if this is a member attribute, this is the subject of the foreign key- Parameters:
ownerMemberSubjectId1
-
-
getOwnerMemberSourceId
if this is a member attribute, this is the source of the foreign key- Returns:
- owner member source id
-
setOwnerMemberSourceId
if this is a member attribute, this is the source of the foreign key- Parameters:
ownerMemberSourceId1
-
-
getOwnerMembershipId
if this is a membership attribute, this is the foreign key- Returns:
- membership attribute
-
setOwnerMembershipId
if this is a membership attribute, this is the foreign key- Parameters:
ownerMembershipId1
-
-
getOwnerStemId
if this is a stem attribute, this is the foreign key- Returns:
- owner stem id
-
setOwnerStemId
if this is a stem attribute, this is the foreign key- Parameters:
ownerStemId1
-
-
getOwnerStemName
if this is a stem attribute, this is the stem of the foreign key- Returns:
- stem name
-
setOwnerStemName
if this is a stem attribute, this is the stem of the foreign key- Parameters:
ownerStemName1
-
-
getDisallowed
- Returns:
- the disallowed
-
setDisallowed
- Parameters:
disallowed1
- the disallowed to set
-