public class MemberAttribute
extends nl.surfnet.coin.shared.domain.DomainObject
Member of a Team
This saves extra OpenSocial calls when querying lists in Grouper| Modifier and Type | Field and Description |
|---|---|
static String |
ATTRIBUTE_GUEST
Attribute to indicate the current member is a guest user
if corresponding value is true
|
| Constructor and Description |
|---|
MemberAttribute()
Deprecated.
|
MemberAttribute(String memberId,
String attributeName,
String attributeValue)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeName() |
String |
getAttributeValue() |
String |
getMemberId() |
void |
setAttributeName(String attributeName) |
void |
setAttributeValue(String attributeValue) |
void |
setMemberId(String memberId) |
public static final String ATTRIBUTE_GUEST
public MemberAttribute()
MemberAttribute(String, String, String)public String getMemberId()
public void setMemberId(String memberId)
public String getAttributeName()
public void setAttributeName(String attributeName)
public String getAttributeValue()
public void setAttributeValue(String attributeValue)
Copyright © 2009–2015 SURFnet bv, The Netherlands. All rights reserved.