|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.ws.soap.WsAttributeAssign
public class WsAttributeAssign
result of attribute assign query represents an assignment in the DB
Constructor Summary | |
---|---|
WsAttributeAssign()
|
|
WsAttributeAssign(AttributeAssign attributeAssign)
construct with attribute assign to set internal fields |
Method Summary | |
---|---|
int |
compareTo(WsAttributeAssign o2)
compare and sort so results are reproducible for tests |
static WsAttributeAssign[] |
convertAttributeAssigns(Set<AttributeAssign> attributeAssignSet)
convert attribute assigns |
String |
getAttributeAssignActionId()
id of action for this assignment (e.g. |
String |
getAttributeAssignActionName()
name of action for this assignment (e.g. |
String |
getAttributeAssignActionType()
type of assignment from enum AttributeAssignActionType e.g. |
String |
getAttributeAssignDelegatable()
AttributeAssignDelegatable enum (generally only for permissions): TRUE, FALSE, GRANT |
String |
getAttributeAssignType()
Type of owner, from enum AttributeAssignType, e.g. |
String |
getAttributeDefId()
id of attribute def in this assignment |
String |
getAttributeDefName()
name of attribute def in this assignment |
String |
getAttributeDefNameId()
attribute name id in this assignment |
String |
getAttributeDefNameName()
attribute name in this assignment |
String |
getCreatedOn()
when created: yyyy/MM/dd HH:mm:ss.SSS Note that HH is 0-23 |
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 |
String |
getEnabled()
T or F for if this assignment is enabled (e.g. |
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 |
String |
getId()
id of this attribute assignment |
String |
getLastUpdated()
time when this attribute was last modified yyyy/MM/dd HH:mm:ss.SSS Note that HH is 0-23 |
String |
getNotes()
notes about this assignment, free-form text |
String |
getOwnerAttributeAssignId()
if this is an attribute assign attribute, this is the foreign key |
String |
getOwnerAttributeDefId()
if this is an attribute def attribute, this is the foreign key |
String |
getOwnerAttributeDefName()
if this is an attribute def attribute, this is the name of foreign key |
String |
getOwnerGroupId()
if this is a group attribute, this is the foreign key |
String |
getOwnerGroupName()
if this is a group attribute, this is the name of the foreign key |
String |
getOwnerMemberId()
if this is a member attribute, this is the foreign key |
String |
getOwnerMembershipId()
if this is a membership attribute, this is the foreign key |
String |
getOwnerMemberSourceId()
if this is a member attribute, this is the source of the foreign key |
String |
getOwnerMemberSubjectId()
if this is a member attribute, this is the subject of the foreign key |
String |
getOwnerStemId()
if this is a stem attribute, this is the foreign key |
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(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, GRANT |
void |
setAttributeAssignType(String attributeAssignType1)
Type of owner, from enum AttributeAssignType, e.g. |
void |
setAttributeDefId(String attributeDefId1)
id of attribute def in this assignment |
void |
setAttributeDefName(String attributeDefName1)
name of attribute def in this assignment |
void |
setAttributeDefNameId(String attributeDefNameId1)
attribute name id in this assignment |
void |
setAttributeDefNameName(String attributeDefNameName1)
attribute name in this assignment |
void |
setCreatedOn(String createdOn1)
when created: yyyy/MM/dd HH:mm:ss.SSS Note that HH is 0-23 |
void |
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-23 |
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-23 |
void |
setId(String id1)
id of this attribute assignment |
void |
setLastUpdated(String lastUpdated1)
time when this attribute was last modified yyyy/MM/dd HH:mm:ss.SSS Note that HH is 0-23 |
void |
setNotes(String notes1)
notes about this assignment, free-form text |
void |
setOwnerAttributeAssignId(String ownerAttributeAssignId1)
if this is an attribute assign attribute, this is the foreign key |
void |
setOwnerAttributeDefId(String ownerAttributeDefId1)
if this is an attribute def attribute, this is the foreign key |
void |
setOwnerAttributeDefName(String ownerAttributeDefName1)
if this is an attribute def attribute, this is the name of foreign key |
void |
setOwnerGroupId(String ownerGroupId1)
if this is a group attribute, this is the foreign key |
void |
setOwnerGroupName(String ownerGroupName1)
if this is a group attribute, this is the name of the foreign key |
void |
setOwnerMemberId(String ownerMemberId1)
if this is a member attribute, this is the foreign key |
void |
setOwnerMembershipId(String ownerMembershipId1)
if this is a membership attribute, this is the foreign key |
void |
setOwnerMemberSourceId(String ownerMemberSourceId1)
if this is a member attribute, this is the source of the foreign key |
void |
setOwnerMemberSubjectId(String ownerMemberSubjectId1)
if this is a member attribute, this is the subject of the foreign key |
void |
setOwnerStemId(String ownerStemId1)
if this is a stem attribute, this is the foreign key |
void |
setOwnerStemName(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 |
---|
public WsAttributeAssign()
public WsAttributeAssign(AttributeAssign attributeAssign)
attributeAssign
- Method Detail |
---|
public String getAttributeAssignDelegatable()
public void setAttributeAssignDelegatable(String attributeAssignDelegatable1)
attributeAssignDelegatable1
- public String getAttributeAssignActionType()
public void setAttributeAssignActionType(String attributeAssignActionType1)
attributeAssignActionType1
- type of assignment from enum AttributeAssignActionType e.g. effective, immediatepublic WsAttributeAssignValue[] getWsAttributeAssignValues()
public void setWsAttributeAssignValues(WsAttributeAssignValue[] wsAttributeAssignValues1)
wsAttributeAssignValues1
- public String getAttributeDefId()
public void setAttributeDefId(String attributeDefId1)
attributeDefId1
- public String getAttributeDefName()
public void setAttributeDefName(String attributeDefName1)
attributeDefName1
- public int compareTo(WsAttributeAssign o2)
compareTo
in interface Comparable<WsAttributeAssign>
Comparable.compareTo(java.lang.Object)
public String getAttributeAssignActionId()
public void setAttributeAssignActionId(String attributeAssignActionId1)
attributeAssignActionId1
- public String getAttributeAssignActionName()
public void setAttributeAssignActionName(String attributeAssignActionName1)
attributeAssignActionName1
- public String getAttributeAssignType()
public void setAttributeAssignType(String attributeAssignType1)
attributeAssignType1
- public String getAttributeDefNameId()
public void setAttributeDefNameId(String attributeDefNameId1)
attributeDefNameId1
- public String getAttributeDefNameName()
public void setAttributeDefNameName(String attributeDefNameName1)
attributeDefNameName1
- public String getCreatedOn()
public void setCreatedOn(String createdOn1)
createdOn1
- public String getDisabledTime()
public void setDisabledTime(String disabledTime1)
disabledTime1
- public String getEnabled()
public void setEnabled(String enabled1)
enabled1
- public String getEnabledTime()
public void setEnabledTime(String enabledTime1)
enabledTime1
- public String getId()
public void setId(String id1)
id1
- public String getLastUpdated()
public void setLastUpdated(String lastUpdated1)
lastUpdated1
- public String getNotes()
public void setNotes(String notes1)
notes1
- public String getOwnerAttributeAssignId()
public void setOwnerAttributeAssignId(String ownerAttributeAssignId1)
ownerAttributeAssignId1
- public String getOwnerAttributeDefId()
public void setOwnerAttributeDefId(String ownerAttributeDefId1)
ownerAttributeDefId1
- public String getOwnerAttributeDefName()
public void setOwnerAttributeDefName(String ownerAttributeDefName1)
ownerAttributeDefName1
- public String getOwnerGroupId()
public void setOwnerGroupId(String ownerGroupId1)
ownerGroupId1
- public String getOwnerGroupName()
public void setOwnerGroupName(String ownerGroupName1)
ownerGroupName1
- public String getOwnerMemberId()
public void setOwnerMemberId(String ownerMemberId1)
ownerMemberId1
- public String getOwnerMemberSubjectId()
public void setOwnerMemberSubjectId(String ownerMemberSubjectId1)
ownerMemberSubjectId1
- public String getOwnerMemberSourceId()
public void setOwnerMemberSourceId(String ownerMemberSourceId1)
ownerMemberSourceId1
- public String getOwnerMembershipId()
public void setOwnerMembershipId(String ownerMembershipId1)
ownerMembershipId1
- public String getOwnerStemId()
public void setOwnerStemId(String ownerStemId1)
ownerStemId1
- public String getOwnerStemName()
public void setOwnerStemName(String ownerStemName1)
ownerStemName1
- public static WsAttributeAssign[] convertAttributeAssigns(Set<AttributeAssign> attributeAssignSet)
attributeAssignSet
- should be the membership, group, and member objects in a row
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |