Class Neo4jRelationshipType
java.lang.Object
org.apache.syncope.core.persistence.neo4j.entity.AbstractNode
org.apache.syncope.core.persistence.neo4j.entity.AbstractProvidedKeyNode
org.apache.syncope.core.persistence.neo4j.entity.Neo4jRelationshipType
- All Implemented Interfaces:
Serializable,Entity,ProvidedKeyEntity,RelationshipType
@Node("RelationshipType")
@RelationshipTypeCheck
public class Neo4jRelationshipType
extends AbstractProvidedKeyNode
implements RelationshipType
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractNode
LOGFields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDescription(String description) voidsetLeftEndAnyType(AnyType anyType) voidsetRightEndAnyType(AnyType anyType) Methods inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractProvidedKeyNode
getKey, setKeyMethods inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractNode
checkImplementationType, checkType, equals, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.syncope.core.persistence.api.entity.ProvidedKeyEntity
setKey
-
Field Details
-
NODE
- See Also:
-
LEFT_END_ANYTYPE
- See Also:
-
RIGHT_END_ANYTYPE
- See Also:
-
-
Constructor Details
-
Neo4jRelationshipType
public Neo4jRelationshipType()
-
-
Method Details
-
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
-