public class Membership extends Object
| Constructor and Description |
|---|
Membership() |
Membership(String identity,
Collection<String> hierarchy,
Map<String,List<String>> properties) |
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getHierarchy() |
String |
getIdentity() |
Map<String,List<String>> |
getProperties()
Since java.util.Map is an unmappable class, an equivalent mappable class
AdaptedMap is created. |
void |
setHierarchy(Collection<String> hierarchy) |
void |
setIdentity(String identity) |
void |
setProperties(Map<String,List<String>> properties) |
public String getIdentity()
public void setIdentity(String identity)
identity - Identity to setpublic Collection<String> getHierarchy()
public void setHierarchy(Collection<String> hierarchy)
hierarchy - Hierarchy to setpublic Map<String,List<String>> getProperties()
AdaptedMap is created. During marshal/unmarshal operations the instance
of Map is treated as an instance of AdaptedMap.Copyright © 2014. All Rights Reserved.