Class JPAAttrReleasePolicy
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.policy.AbstractPolicy
org.apache.syncope.core.persistence.jpa.entity.policy.JPAAttrReleasePolicy
- All Implemented Interfaces:
Serializable,Entity,AttrReleasePolicy,Policy
- 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 TypeMethodDescriptiongetConf()intgetOrder()booleanvoidsetConf(AttrReleasePolicyConf conf) voidsetOrder(int order) voidMethods inherited from class org.apache.syncope.core.persistence.jpa.entity.policy.AbstractPolicy
getName, setNameMethods 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
-
JPAAttrReleasePolicy
public JPAAttrReleasePolicy()
-
-
Method Details
-
getOrder
public int getOrder()- Specified by:
getOrderin interfaceAttrReleasePolicy
-
setOrder
public void setOrder(int order) - Specified by:
setOrderin interfaceAttrReleasePolicy
-
getStatus
public boolean getStatus()- Specified by:
getStatusin interfaceAttrReleasePolicy
-
setStatus
- Specified by:
setStatusin interfaceAttrReleasePolicy
-
getConf
- Specified by:
getConfin interfaceAttrReleasePolicy
-
setConf
- Specified by:
setConfin interfaceAttrReleasePolicy
-