public class WsExternalSubjectAttribute extends Object implements Comparable<WsExternalSubjectAttribute>
| Constructor and Description |
|---|
WsExternalSubjectAttribute()
no arg constructor
|
WsExternalSubjectAttribute(edu.internet2.middleware.grouper.externalSubjects.ExternalSubjectAttribute externalSubjectAttribute)
construct based on externalSubjectAttribute, assign all fields
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(WsExternalSubjectAttribute o2) |
static WsExternalSubjectAttribute[] |
convertExternalSubjectAttributes(Set<edu.internet2.middleware.grouper.externalSubjects.ExternalSubjectAttribute> externalSubjectAttributeSet)
convert a set of groups to results
|
String |
getAttributeSystemName()
Full name of the group (all extensions of parent stems, separated by colons,
and the extention of this group
|
String |
getAttributeValue()
attribute value
|
String |
getUuid()
universally unique identifier of this group
|
void |
setAttributeSystemName(String name1)
Full name of the group (all extensions of parent stems, separated by colons,
and the extention of this group
|
void |
setAttributeValue(String attributeValue1)
attribute value
|
void |
setUuid(String uuid1)
universally unique identifier of this group
|
String |
toString()
make sure this is an explicit toString
|
public WsExternalSubjectAttribute()
public WsExternalSubjectAttribute(edu.internet2.middleware.grouper.externalSubjects.ExternalSubjectAttribute externalSubjectAttribute)
externalSubjectAttribute - public String getAttributeValue()
public void setAttributeValue(String attributeValue1)
attributeValue1 - the attributeValue to setpublic String toString()
public static WsExternalSubjectAttribute[] convertExternalSubjectAttributes(Set<edu.internet2.middleware.grouper.externalSubjects.ExternalSubjectAttribute> externalSubjectAttributeSet)
externalSubjectAttributeSet - includeDetail - true if detail of group should be sentpublic String getAttributeSystemName()
public String getUuid()
public void setAttributeSystemName(String name1)
name1 - the name to setpublic void setUuid(String uuid1)
uuid1 - the uuid to setpublic int compareTo(WsExternalSubjectAttribute o2)
compareTo in interface Comparable<WsExternalSubjectAttribute>Comparable.compareTo(java.lang.Object)Copyright © 2016 Internet2. All rights reserved.