Interface NetworkServiceEntity
- All Superinterfaces:
Entity,Serializable
- All Known Implementing Classes:
JPANetworkService,Neo4jNetworkService
-
Field Summary
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX -
Method Summary
Modifier and TypeMethodDescriptiongetType()voidsetAddress(String address) voidsetType(NetworkService.Type type)
-
Method Details
-
getType
NetworkService.Type getType() -
setType
-
getAddress
String getAddress() -
setAddress
-