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
Constructors -
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 anyvoidsetAttributeAssignActionId(String attributeAssignActionId1) id of action for this assignment (e.g.voidsetAttributeAssignActionName(String attributeAssignActionName1) name of action for this assignment (e.g.voidsetAttributeAssignActionType(String attributeAssignActionType1) type of assignment from enum AttributeAssignActionType e.g.voidsetAttributeAssignDelegatable(String attributeAssignDelegatable1) AttributeAssignDelegatable enum (generally only for permissions): TRUE, FALSE, GRANTvoidsetAttributeAssignType(String attributeAssignType1) Type of owner, from enum AttributeAssignType, e.g.voidsetAttributeDefId(String attributeDefId1) id of attribute def in this assignmentvoidsetAttributeDefName(String attributeDefName1) name of attribute def in this assignmentvoidsetAttributeDefNameId(String attributeDefNameId1) attribute name id in this assignmentvoidsetAttributeDefNameName(String attributeDefNameName1) attribute name in this assignmentvoidsetCreatedOn(String createdOn1) when created: yyyy/MM/dd HH:mm:ss.SSS Note that HH is 0-23voidsetDisabledTime(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-23voidsetDisallowed(String disallowed1) voidsetEnabled(String enabled1) T or F for if this assignment is enabled (e.g.voidsetEnabledTime(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-23voidid of this attribute assignmentvoidsetLastUpdated(String lastUpdated1) time when this attribute was last modified yyyy/MM/dd HH:mm:ss.SSS Note that HH is 0-23voidnotes about this assignment, free-form textvoidsetOwnerAttributeAssignId(String ownerAttributeAssignId1) if this is an attribute assign attribute, this is the foreign keyvoidsetOwnerAttributeDefId(String ownerAttributeDefId1) if this is an attribute def attribute, this is the foreign keyvoidsetOwnerAttributeDefName(String ownerAttributeDefName1) if this is an attribute def attribute, this is the name of foreign keyvoidsetOwnerGroupId(String ownerGroupId1) if this is a group attribute, this is the foreign keyvoidsetOwnerGroupName(String ownerGroupName1) if this is a group attribute, this is the name of the foreign keyvoidsetOwnerMemberId(String ownerMemberId1) if this is a member attribute, this is the foreign keyvoidsetOwnerMembershipId(String ownerMembershipId1) if this is a membership attribute, this is the foreign keyvoidsetOwnerMemberSourceId(String ownerMemberSourceId1) if this is a member attribute, this is the source of the foreign keyvoidsetOwnerMemberSubjectId(String ownerMemberSubjectId1) if this is a member attribute, this is the subject of the foreign keyvoidsetOwnerStemId(String ownerStemId1) if this is a stem attribute, this is the foreign keyvoidsetOwnerStemName(String ownerStemName1) if this is a stem attribute, this is the stem of the foreign keyvoidsetWsAttributeAssignValues(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
-