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
@Entity public class JPAAttrReleasePolicy extends AbstractPolicy implements AttrReleasePolicy
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringTABLE-
Fields inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
LOG
-
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
-
-
Constructor Summary
Constructors Constructor Description JPAAttrReleasePolicy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttrReleasePolicyConfgetConf()intgetOrder()booleangetStatus()voidsetConf(AttrReleasePolicyConf conf)voidsetOrder(int order)voidsetStatus(Boolean status)-
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.policy.AbstractPolicy
getName, setName
-
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractGeneratedKeyEntity
getKey, setKey
-
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
checkImplementationType, checkType, equals, hashCode, toString
-
-
-
-
Field Detail
-
TABLE
public static final String TABLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
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
public void setStatus(Boolean status)
- Specified by:
setStatusin interfaceAttrReleasePolicy
-
getConf
public AttrReleasePolicyConf getConf()
- Specified by:
getConfin interfaceAttrReleasePolicy
-
setConf
public void setConf(AttrReleasePolicyConf conf)
- Specified by:
setConfin interfaceAttrReleasePolicy
-
-