Class UMembershipType
java.lang.Object
org.apache.syncope.core.persistence.common.entity.UMembershipType
- All Implemented Interfaces:
Serializable,Entity,ProvidedKeyEntity,RelationshipType
- See Also:
-
Field Summary
FieldsFields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UMembershipTypegetKey()voidsetDescription(String description) voidvoidsetLeftEndAnyType(AnyType anyType) voidsetRightEndAnyType(AnyType anyType)
-
Field Details
-
KEY
- See Also:
-
-
Constructor Details
-
UMembershipType
public UMembershipType()
-
-
Method Details
-
getInstance
-
getKey
-
setKey
- Specified by:
setKeyin interfaceProvidedKeyEntity
-
getDescription
- Specified by:
getDescriptionin interfaceRelationshipType
-
setDescription
- Specified by:
setDescriptionin interfaceRelationshipType
-
getLeftEndAnyType
- Specified by:
getLeftEndAnyTypein interfaceRelationshipType
-
setLeftEndAnyType
- Specified by:
setLeftEndAnyTypein interfaceRelationshipType
-
getRightEndAnyType
- Specified by:
getRightEndAnyTypein interfaceRelationshipType
-
setRightEndAnyType
- Specified by:
setRightEndAnyTypein interfaceRelationshipType
-