|
Oracle© Fusion Middleware Extensibility Framework (REX) for Oracle Enterprise Repository 11g Release 1 (11.1.1) E16598-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.flashline.registry.openapi.entity.PolicyAssertionResult
public class PolicyAssertionResult
A policy assertion result represents the outcome of a single assertion. The possible values for the result are pass, fail or unknown. Unknown is used when a test has not taken place, otherwise pass or fail are generally used.
| Constructor Summary | |
|---|---|
PolicyAssertionResult() |
|
PolicyAssertionResult(long ID, long assertionID, long assetID, java.util.Calendar evaluationDate, java.lang.String evaluationInformation, java.lang.String evaluationValue) |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj) |
long |
getAssertionID()Gets the assertionID value for this PolicyAssertionResult. |
long |
getAssetID()Gets the assetID value for this PolicyAssertionResult. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)Get Custom Deserializer |
java.util.Calendar |
getEvaluationDate()Gets the evaluationDate value for this PolicyAssertionResult. |
java.lang.String |
getEvaluationInformation()Gets the evaluationInformation value for this PolicyAssertionResult. |
java.lang.String |
getEvaluationValue()Gets the evaluationValue value for this PolicyAssertionResult. |
long |
getID()Gets the ID value for this PolicyAssertionResult. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()Return type metadata object |
int |
hashCode() |
void |
setAssertionID(long assertionID)Sets the assertionID value for this PolicyAssertionResult. |
void |
setAssetID(long assetID)Sets the assetID value for this PolicyAssertionResult. |
void |
setEvaluationDate(java.util.Calendar evaluationDate)Sets the evaluationDate value for this PolicyAssertionResult. |
void |
setEvaluationInformation(java.lang.String evaluationInformation)Sets the evaluationInformation value for this PolicyAssertionResult. |
void |
setEvaluationValue(java.lang.String evaluationValue)Sets the evaluationValue value for this PolicyAssertionResult. |
void |
setID(long ID)Sets the ID value for this PolicyAssertionResult. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PolicyAssertionResult()
public PolicyAssertionResult(long ID,
long assertionID,
long assetID,
java.util.Calendar evaluationDate,
java.lang.String evaluationInformation,
java.lang.String evaluationValue)
| Method Detail |
|---|
public long getID()
public void setID(long ID)
ID -public long getAssertionID()
public void setAssertionID(long assertionID)
assertionID -public long getAssetID()
public void setAssetID(long assetID)
assetID -public java.util.Calendar getEvaluationDate()
public void setEvaluationDate(java.util.Calendar evaluationDate)
evaluationDate -public java.lang.String getEvaluationInformation()
public void setEvaluationInformation(java.lang.String evaluationInformation)
evaluationInformation -public java.lang.String getEvaluationValue()
public void setEvaluationValue(java.lang.String evaluationValue)
evaluationValue -public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
Oracle© Fusion Middleware Extensibility Framework (REX) for Oracle Enterprise Repository 11g Release 1 (11.1.1) E16598-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||