public class MembershipTO extends RelationshipTO implements AttributableTO
| Modifier and Type | Class and Description |
|---|---|
static class |
MembershipTO.Builder |
| Constructor and Description |
|---|
MembershipTO() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,AttrTO> |
getDerAttrMap() |
Set<AttrTO> |
getDerAttrs() |
String |
getGroupKey() |
String |
getGroupName() |
Map<String,AttrTO> |
getPlainAttrMap() |
Set<AttrTO> |
getPlainAttrs() |
String |
getRightType() |
String |
getType() |
Map<String,AttrTO> |
getVirAttrMap() |
Set<AttrTO> |
getVirAttrs() |
void |
setGroupKey(String groupKey) |
void |
setGroupName(String groupName) |
void |
setRightType(String rightType) |
void |
setType(String relationshipType) |
getRightKey, setRightKeyequals, hashCode, toStringpublic String getType()
getType in class RelationshipTOpublic void setType(String relationshipType)
setType in class RelationshipTOpublic String getRightType()
getRightType in class RelationshipTOpublic void setRightType(String rightType)
setRightType in class RelationshipTOpublic String getGroupKey()
public void setGroupKey(String groupKey)
public String getGroupName()
public void setGroupName(String groupName)
public Set<AttrTO> getPlainAttrs()
getPlainAttrs in interface AttributableTOpublic Map<String,AttrTO> getPlainAttrMap()
getPlainAttrMap in interface AttributableTOpublic Set<AttrTO> getDerAttrs()
getDerAttrs in interface AttributableTOpublic Map<String,AttrTO> getDerAttrMap()
getDerAttrMap in interface AttributableTOpublic Set<AttrTO> getVirAttrs()
getVirAttrs in interface AttributableTOpublic Map<String,AttrTO> getVirAttrMap()
getVirAttrMap in interface AttributableTOCopyright © 2010–2016 The Apache Software Foundation. All rights reserved.