Class Neo4jNetworkService
java.lang.Object
org.apache.syncope.core.persistence.neo4j.entity.AbstractNode
org.apache.syncope.core.persistence.neo4j.entity.AbstractGeneratedKeyNode
org.apache.syncope.core.persistence.neo4j.entity.keymaster.Neo4jNetworkService
- All Implemented Interfaces:
Serializable,Entity,NetworkServiceEntity
@Node("NetworkService")
public class Neo4jNetworkService
extends AbstractGeneratedKeyNode
implements NetworkServiceEntity
- 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 TypeMethodDescriptiongetType()voidsetAddress(String address) voidsetType(NetworkService.Type type) Methods inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractGeneratedKeyNode
getKey, setKeyMethods inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractNode
checkImplementationType, checkType, equals, hashCode, toString
-
Field Details
-
NODE
- See Also:
-
-
Constructor Details
-
Neo4jNetworkService
public Neo4jNetworkService()
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceNetworkServiceEntity
-
setType
- Specified by:
setTypein interfaceNetworkServiceEntity
-
getAddress
- Specified by:
getAddressin interfaceNetworkServiceEntity
-
setAddress
- Specified by:
setAddressin interfaceNetworkServiceEntity
-