Class ChangedValue
- java.lang.Object
-
- org.eclipse.lyo.oslc4j.core.model.AbstractResource
-
- com.sodius.oslc.server.audit.model.ChangedValue
-
- All Implemented Interfaces:
IExtendedResource
,IResource
@OslcNamespace("http://www.sodius.com/ns/audit#") @OslcResourceShape(title="Changed Value Shape", describes="http://www.sodius.com/ns/audit#ChangedValue") public class ChangedValue extends AbstractResource
Represents a changed value traced by an audit event.- Since:
- 3.7.0
-
-
Constructor Summary
Constructors Constructor Description ChangedValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFrom()
String
getTitle()
String
getTo()
void
setFrom(String from)
void
setTitle(String title)
void
setTo(String to)
-
Methods inherited from class org.eclipse.lyo.oslc4j.core.model.AbstractResource
addType, getAbout, getExtendedProperties, getTypes, setAbout, setExtendedProperties, setTypes
-
-
-
-
Method Detail
-
getTitle
@OslcDescription("Title (reference: Dublin Core) or often a single line summary of the resource represented as rich text in XHTML content.") @OslcOccurs(ExactlyOne) @OslcPropertyDefinition("http://purl.org/dc/terms/title") @OslcTitle("Title") @OslcValueType(XMLLiteral) public String getTitle()
-
setTitle
public void setTitle(String title)
-
getFrom
@OslcPropertyDefinition("http://www.sodius.com/ns/audit#from") public String getFrom()
-
setFrom
public void setFrom(String from)
-
getTo
@OslcPropertyDefinition("http://www.sodius.com/ns/audit#to") public String getTo()
-
setTo
public void setTo(String to)
-
-