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 String
TABLE
-
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 AttrReleasePolicyConf
getConf()
int
getOrder()
boolean
getStatus()
void
setConf(AttrReleasePolicyConf conf)
void
setOrder(int order)
void
setStatus(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:
getOrder
in interfaceAttrReleasePolicy
-
setOrder
public void setOrder(int order)
- Specified by:
setOrder
in interfaceAttrReleasePolicy
-
getStatus
public boolean getStatus()
- Specified by:
getStatus
in interfaceAttrReleasePolicy
-
setStatus
public void setStatus(Boolean status)
- Specified by:
setStatus
in interfaceAttrReleasePolicy
-
getConf
public AttrReleasePolicyConf getConf()
- Specified by:
getConf
in interfaceAttrReleasePolicy
-
setConf
public void setConf(AttrReleasePolicyConf conf)
- Specified by:
setConf
in interfaceAttrReleasePolicy
-
-