Class JPANetworkService
java.lang.Object
org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
org.apache.syncope.core.persistence.jpa.entity.AbstractGeneratedKeyEntity
org.apache.syncope.core.persistence.jpa.entity.keymaster.JPANetworkService
- All Implemented Interfaces:
Serializable,Entity,NetworkServiceEntity
@Entity
public class JPANetworkService
extends AbstractGeneratedKeyEntity
implements NetworkServiceEntity
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
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.jpa.entity.AbstractGeneratedKeyEntity
getKey, setKeyMethods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
checkImplementationType, checkType, equals, hashCode, toString
-
Field Details
-
TABLE
- See Also:
-
-
Constructor Details
-
JPANetworkService
public JPANetworkService()
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceNetworkServiceEntity
-
setType
- Specified by:
setTypein interfaceNetworkServiceEntity
-
getAddress
- Specified by:
getAddressin interfaceNetworkServiceEntity
-
setAddress
- Specified by:
setAddressin interfaceNetworkServiceEntity
-