org.alfresco.repo.audit.model._3
Class RecordValue
java.lang.Object
org.alfresco.repo.audit.model._3.KeyedAuditDefinition
org.alfresco.repo.audit.model._3.RecordValue
public class RecordValue
- extends KeyedAuditDefinition
Java class for RecordValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RecordValue">
<complexContent>
<extension base="{http://www.alfresco.org/repo/audit/model/3.2}KeyedAuditDefinition">
<attribute name="dataExtractor" use="required" type="{http://www.alfresco.org/repo/audit/model/3.2}NameAttribute" />
</extension>
</complexContent>
</complexType>
Method Summary |
java.lang.String |
getDataExtractor()
Gets the value of the dataExtractor property. |
void |
setDataExtractor(java.lang.String value)
Sets the value of the dataExtractor property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dataExtractor
protected java.lang.String dataExtractor
RecordValue
public RecordValue()
getDataExtractor
public java.lang.String getDataExtractor()
- Gets the value of the dataExtractor property.
- Returns:
- possible object is
String
setDataExtractor
public void setDataExtractor(java.lang.String value)
- Sets the value of the dataExtractor property.
- Parameters:
value
- allowed object is
String
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.