Class AuditAttribute
- java.lang.Object
-
- org.eclipse.lyo.oslc4j.core.model.AbstractResource
-
- com.sodius.oslc.server.audit.model.AuditAttribute
-
- All Implemented Interfaces:
IExtendedResource
,IResource
@OslcNamespace("http://www.sodius.com/ns/audit#") @OslcResourceShape(title="Audit Attribute Shape", describes="http://www.sodius.com/ns/audit#AuditAttribute") public class AuditAttribute extends AbstractResource
An attribute of an Audit Event.- Since:
- 3.7.0
-
-
Constructor Summary
Constructors Constructor Description AuditAttribute()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getTitle()
String
getValue()
void
setTitle(String title)
void
setValue(String value)
-
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)
-
getValue
@OslcPropertyDefinition("http://www.sodius.com/ns/audit#value") public String getValue()
-
setValue
public void setValue(String value)
-
-