Package org.dcom.core.services
Class ComplianceCheckDataItem
java.lang.Object
org.dcom.core.services.ComplianceCheckDataItem
The programmatic implementation and helper serialisation/desieralisation methods of the representation of a result of compliance check
-
Constructor Summary
ConstructorsConstructorDescriptionComplianceCheckDataItem
(String _propertyId, String _id, String _data, String _jobId) -
Method Summary
Modifier and TypeMethodDescriptionstatic List<ComplianceCheckDataItem>
fromJSONCollection
(String json) static List<ComplianceCheckDataItem>
fromXMLCollection
(String json) getData()
getId()
getJobId()
boolean
isJob()
toJSON()
toXML()
-
Constructor Details
-
ComplianceCheckDataItem
-
-
Method Details
-
getId
-
getData
-
getPropertyId
-
isJob
public boolean isJob() -
getJobId
-
toJSON
-
toXML
-
fromJSONCollection
-
fromXMLCollection
-