edu.internet2.middleware.grouperClient.ws.beans
Class WsAttributeAssign

java.lang.Object
  extended by edu.internet2.middleware.grouperClient.ws.beans.WsAttributeAssign

public class WsAttributeAssign
extends java.lang.Object

result of attribute assign query represents an assignment in the DB


Constructor Summary
WsAttributeAssign()
           
 
Method Summary
 java.lang.String getAttributeAssignActionId()
          id of action for this assignment (e.g.
 java.lang.String getAttributeAssignActionName()
          name of action for this assignment (e.g.
 java.lang.String getAttributeAssignActionType()
          type of assignment from enum AttributeAssignActionType e.g.
 java.lang.String getAttributeAssignDelegatable()
          AttributeAssignDelegatable enum (generally only for permissions): TRUE, FALSE, GRANT
 java.lang.String getAttributeAssignType()
          Type of owner, from enum AttributeAssignType, e.g.
 java.lang.String getAttributeDefId()
          id of attribute def in this assignment
 java.lang.String getAttributeDefName()
          name of attribute def in this assignment
 java.lang.String getAttributeDefNameId()
          attribute name id in this assignment
 java.lang.String getAttributeDefNameName()
          attribute name in this assignment
 java.lang.String getCreatedOn()
          when created: yyyy/MM/dd HH:mm:ss.SSS Note that HH is 0-23
 java.lang.String 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
 java.lang.String getDisallowed()
           
 java.lang.String getEnabled()
          T or F for if this assignment is enabled (e.g.
 java.lang.String 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
 java.lang.String getId()
          id of this attribute assignment
 java.lang.String getLastUpdated()
          time when this attribute was last modified yyyy/MM/dd HH:mm:ss.SSS Note that HH is 0-23
 java.lang.String getNotes()
          notes about this assignment, free-form text
 java.lang.String getOwnerAttributeAssignId()
          if this is an attribute assign attribute, this is the foreign key
 java.lang.String getOwnerAttributeDefId()
          if this is an attribute def attribute, this is the foreign key
 java.lang.String getOwnerAttributeDefName()
          if this is an attribute def attribute, this is the name of foreign key
 java.lang.String getOwnerGroupId()
          if this is a group attribute, this is the foreign key
 java.lang.String getOwnerGroupName()
          if this is a group attribute, this is the name of the foreign key
 java.lang.String getOwnerMemberId()
          if this is a member attribute, this is the foreign key
 java.lang.String getOwnerMembershipId()
          if this is a membership attribute, this is the foreign key
 java.lang.String getOwnerMemberSourceId()
          if this is a member attribute, this is the source of the foreign key
 java.lang.String getOwnerMemberSubjectId()
          if this is a member attribute, this is the subject of the foreign key
 java.lang.String getOwnerStemId()
          if this is a stem attribute, this is the foreign key
 java.lang.String getOwnerStemName()
          if this is a stem attribute, this is the stem of the foreign key
 WsAttributeAssignValue[] getWsAttributeAssignValues()
          value(s) in this assignment if any
 void setAttributeAssignActionId(java.lang.String attributeAssignActionId1)
          id of action for this assignment (e.g.
 void setAttributeAssignActionName(java.lang.String attributeAssignActionName1)
          name of action for this assignment (e.g.
 void setAttributeAssignActionType(java.lang.String attributeAssignActionType1)
          type of assignment from enum AttributeAssignActionType e.g.
 void setAttributeAssignDelegatable(java.lang.String attributeAssignDelegatable1)
          AttributeAssignDelegatable enum (generally only for permissions): TRUE, FALSE, GRANT
 void setAttributeAssignType(java.lang.String attributeAssignType1)
          Type of owner, from enum AttributeAssignType, e.g.
 void setAttributeDefId(java.lang.String attributeDefId1)
          id of attribute def in this assignment
 void setAttributeDefName(java.lang.String attributeDefName1)
          name of attribute def in this assignment
 void setAttributeDefNameId(java.lang.String attributeDefNameId1)
          attribute name id in this assignment
 void setAttributeDefNameName(java.lang.String attributeDefNameName1)
          attribute name in this assignment
 void setCreatedOn(java.lang.String createdOn1)
          when created: yyyy/MM/dd HH:mm:ss.SSS Note that HH is 0-23
 void setDisabledTime(java.lang.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-23
 void setDisallowed(java.lang.String disallowed1)
           
 void setEnabled(java.lang.String enabled1)
          T or F for if this assignment is enabled (e.g.
 void setEnabledTime(java.lang.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-23
 void setId(java.lang.String id1)
          id of this attribute assignment
 void setLastUpdated(java.lang.String lastUpdated1)
          time when this attribute was last modified yyyy/MM/dd HH:mm:ss.SSS Note that HH is 0-23
 void setNotes(java.lang.String notes1)
          notes about this assignment, free-form text
 void setOwnerAttributeAssignId(java.lang.String ownerAttributeAssignId1)
          if this is an attribute assign attribute, this is the foreign key
 void setOwnerAttributeDefId(java.lang.String ownerAttributeDefId1)
          if this is an attribute def attribute, this is the foreign key
 void setOwnerAttributeDefName(java.lang.String ownerAttributeDefName1)
          if this is an attribute def attribute, this is the name of foreign key
 void setOwnerGroupId(java.lang.String ownerGroupId1)
          if this is a group attribute, this is the foreign key
 void setOwnerGroupName(java.lang.String ownerGroupName1)
          if this is a group attribute, this is the name of the foreign key
 void setOwnerMemberId(java.lang.String ownerMemberId1)
          if this is a member attribute, this is the foreign key
 void setOwnerMembershipId(java.lang.String ownerMembershipId1)
          if this is a membership attribute, this is the foreign key
 void setOwnerMemberSourceId(java.lang.String ownerMemberSourceId1)
          if this is a member attribute, this is the source of the foreign key
 void setOwnerMemberSubjectId(java.lang.String ownerMemberSubjectId1)
          if this is a member attribute, this is the subject of the foreign key
 void setOwnerStemId(java.lang.String ownerStemId1)
          if this is a stem attribute, this is the foreign key
 void setOwnerStemName(java.lang.String ownerStemName1)
          if this is a stem attribute, this is the stem of the foreign key
 void setWsAttributeAssignValues(WsAttributeAssignValue[] wsAttributeAssignValues1)
          value(s) in this assignment if any
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsAttributeAssign

public WsAttributeAssign()
Method Detail

getAttributeAssignDelegatable

public java.lang.String getAttributeAssignDelegatable()
AttributeAssignDelegatable enum (generally only for permissions): TRUE, FALSE, GRANT

Returns:
delegatable

setAttributeAssignDelegatable

public void setAttributeAssignDelegatable(java.lang.String attributeAssignDelegatable1)
AttributeAssignDelegatable enum (generally only for permissions): TRUE, FALSE, GRANT

Parameters:
attributeAssignDelegatable1 -

getAttributeAssignActionType

public java.lang.String getAttributeAssignActionType()
type of assignment from enum AttributeAssignActionType e.g. effective, immediate

Returns:
type of assignment from enum AttributeAssignActionType e.g. effective, immediate

setAttributeAssignActionType

public void setAttributeAssignActionType(java.lang.String attributeAssignActionType1)
type of assignment from enum AttributeAssignActionType e.g. effective, immediate

Parameters:
attributeAssignActionType1 - type of assignment from enum AttributeAssignActionType e.g. effective, immediate

getWsAttributeAssignValues

public WsAttributeAssignValue[] getWsAttributeAssignValues()
value(s) in this assignment if any

Returns:
values

setWsAttributeAssignValues

public void setWsAttributeAssignValues(WsAttributeAssignValue[] wsAttributeAssignValues1)
value(s) in this assignment if any

Parameters:
wsAttributeAssignValues1 -

getAttributeDefId

public java.lang.String getAttributeDefId()
id of attribute def in this assignment

Returns:
id of attribute def in this assignment

setAttributeDefId

public void setAttributeDefId(java.lang.String attributeDefId1)
id of attribute def in this assignment

Parameters:
attributeDefId1 -

getAttributeDefName

public java.lang.String getAttributeDefName()
name of attribute def in this assignment

Returns:
name of attribute def in this assignment

setAttributeDefName

public void setAttributeDefName(java.lang.String attributeDefName1)
name of attribute def in this assignment

Parameters:
attributeDefName1 -

getAttributeAssignActionId

public java.lang.String 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

public void setAttributeAssignActionId(java.lang.String attributeAssignActionId1)
id of action for this assignment (e.g. assign). Generally this will be AttributeDef.ACTION_DEFAULT

Parameters:
attributeAssignActionId1 -

getAttributeAssignActionName

public java.lang.String 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

public void setAttributeAssignActionName(java.lang.String attributeAssignActionName1)
name of action for this assignment (e.g. assign). Generally this will be AttributeDef.ACTION_DEFAULT

Parameters:
attributeAssignActionName1 -

getAttributeAssignType

public java.lang.String 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

public void setAttributeAssignType(java.lang.String attributeAssignType1)
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

public java.lang.String getAttributeDefNameId()
attribute name id in this assignment

Returns:
attribute name id in this assignment

setAttributeDefNameId

public void setAttributeDefNameId(java.lang.String attributeDefNameId1)
attribute name id in this assignment

Parameters:
attributeDefNameId1 -

getAttributeDefNameName

public java.lang.String getAttributeDefNameName()
attribute name in this assignment

Returns:
attribute name in this assignment

setAttributeDefNameName

public void setAttributeDefNameName(java.lang.String attributeDefNameName1)
attribute name in this assignment

Parameters:
attributeDefNameName1 -

getCreatedOn

public java.lang.String getCreatedOn()
when created: yyyy/MM/dd HH:mm:ss.SSS Note that HH is 0-23

Returns:
when created

setCreatedOn

public void setCreatedOn(java.lang.String createdOn1)
when created: yyyy/MM/dd HH:mm:ss.SSS Note that HH is 0-23

Parameters:
createdOn1 -

getDisabledTime

public java.lang.String 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

public void setDisabledTime(java.lang.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-23

Parameters:
disabledTime1 -

getEnabled

public java.lang.String getEnabled()
T or F for if this assignment is enabled (e.g. might have expired)

Returns:
T or F

setEnabled

public void setEnabled(java.lang.String enabled1)
T or F for if this assignment is enabled (e.g. might have expired)

Parameters:
enabled1 -

getEnabledTime

public java.lang.String 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

public void setEnabledTime(java.lang.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-23

Parameters:
enabledTime1 -

getId

public java.lang.String getId()
id of this attribute assignment

Returns:
id

setId

public void setId(java.lang.String id1)
id of this attribute assignment

Parameters:
id1 -

getLastUpdated

public java.lang.String 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

public void setLastUpdated(java.lang.String lastUpdated1)
time when this attribute was last modified yyyy/MM/dd HH:mm:ss.SSS Note that HH is 0-23

Parameters:
lastUpdated1 -

getNotes

public java.lang.String getNotes()
notes about this assignment, free-form text

Returns:
notes

setNotes

public void setNotes(java.lang.String notes1)
notes about this assignment, free-form text

Parameters:
notes1 -

getOwnerAttributeAssignId

public java.lang.String getOwnerAttributeAssignId()
if this is an attribute assign attribute, this is the foreign key

Returns:
attribute assign id

setOwnerAttributeAssignId

public void setOwnerAttributeAssignId(java.lang.String ownerAttributeAssignId1)
if this is an attribute assign attribute, this is the foreign key

Parameters:
ownerAttributeAssignId1 -

getOwnerAttributeDefId

public java.lang.String getOwnerAttributeDefId()
if this is an attribute def attribute, this is the foreign key

Returns:
owner attribute def id

setOwnerAttributeDefId

public void setOwnerAttributeDefId(java.lang.String ownerAttributeDefId1)
if this is an attribute def attribute, this is the foreign key

Parameters:
ownerAttributeDefId1 -

getOwnerAttributeDefName

public java.lang.String getOwnerAttributeDefName()
if this is an attribute def attribute, this is the name of foreign key

Returns:
owner attribute def name

setOwnerAttributeDefName

public void setOwnerAttributeDefName(java.lang.String ownerAttributeDefName1)
if this is an attribute def attribute, this is the name of foreign key

Parameters:
ownerAttributeDefName1 -

getOwnerGroupId

public java.lang.String getOwnerGroupId()
if this is a group attribute, this is the foreign key

Returns:
the owner group id

setOwnerGroupId

public void setOwnerGroupId(java.lang.String ownerGroupId1)
if this is a group attribute, this is the foreign key

Parameters:
ownerGroupId1 -

getOwnerGroupName

public java.lang.String getOwnerGroupName()
if this is a group attribute, this is the name of the foreign key

Returns:
owner group name

setOwnerGroupName

public void setOwnerGroupName(java.lang.String ownerGroupName1)
if this is a group attribute, this is the name of the foreign key

Parameters:
ownerGroupName1 -

getOwnerMemberId

public java.lang.String getOwnerMemberId()
if this is a member attribute, this is the foreign key

Returns:
member id

setOwnerMemberId

public void setOwnerMemberId(java.lang.String ownerMemberId1)
if this is a member attribute, this is the foreign key

Parameters:
ownerMemberId1 -

getOwnerMemberSubjectId

public java.lang.String getOwnerMemberSubjectId()
if this is a member attribute, this is the subject of the foreign key

Returns:
owner subject id

setOwnerMemberSubjectId

public void setOwnerMemberSubjectId(java.lang.String ownerMemberSubjectId1)
if this is a member attribute, this is the subject of the foreign key

Parameters:
ownerMemberSubjectId1 -

getOwnerMemberSourceId

public java.lang.String getOwnerMemberSourceId()
if this is a member attribute, this is the source of the foreign key

Returns:
owner member source id

setOwnerMemberSourceId

public void setOwnerMemberSourceId(java.lang.String ownerMemberSourceId1)
if this is a member attribute, this is the source of the foreign key

Parameters:
ownerMemberSourceId1 -

getOwnerMembershipId

public java.lang.String getOwnerMembershipId()
if this is a membership attribute, this is the foreign key

Returns:
membership attribute

setOwnerMembershipId

public void setOwnerMembershipId(java.lang.String ownerMembershipId1)
if this is a membership attribute, this is the foreign key

Parameters:
ownerMembershipId1 -

getOwnerStemId

public java.lang.String getOwnerStemId()
if this is a stem attribute, this is the foreign key

Returns:
owner stem id

setOwnerStemId

public void setOwnerStemId(java.lang.String ownerStemId1)
if this is a stem attribute, this is the foreign key

Parameters:
ownerStemId1 -

getOwnerStemName

public java.lang.String getOwnerStemName()
if this is a stem attribute, this is the stem of the foreign key

Returns:
stem name

setOwnerStemName

public void setOwnerStemName(java.lang.String ownerStemName1)
if this is a stem attribute, this is the stem of the foreign key

Parameters:
ownerStemName1 -

getDisallowed

public java.lang.String getDisallowed()
Returns:
the disallowed

setDisallowed

public void setDisallowed(java.lang.String disallowed1)
Parameters:
disallowed1 - the disallowed to set