Class PolicyAgreementState
java.lang.Object
pl.edu.icm.unity.engine.api.policyAgreement.PolicyAgreementState
-
Field Summary
Modifier and TypeFieldDescriptionfinal pl.edu.icm.unity.base.policy_agreement.PolicyAgreementAcceptanceStatus
final Date
final long
final int
-
Constructor Summary
ConstructorDescriptionPolicyAgreementState
(Long policyDocumentId, Integer policyDocumentRevision, pl.edu.icm.unity.base.policy_agreement.PolicyAgreementAcceptanceStatus acceptanceStatus, Date decisionTs) -
Method Summary
-
Field Details
-
policyDocumentId
public final long policyDocumentId -
policyDocumentRevision
public final int policyDocumentRevision -
acceptanceStatus
public final pl.edu.icm.unity.base.policy_agreement.PolicyAgreementAcceptanceStatus acceptanceStatus -
decisionTs
-
-
Constructor Details
-
PolicyAgreementState
-
-
Method Details
-
toJson
- Throws:
pl.edu.icm.unity.base.exceptions.EngineException
-
fromJson
public static PolicyAgreementState fromJson(String jsonConfig) throws pl.edu.icm.unity.base.exceptions.EngineException - Throws:
pl.edu.icm.unity.base.exceptions.EngineException
-
equals
-
hashCode
public int hashCode()
-