public class GenerateValue extends KeyedAuditDefinition
Java class for GenerateValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GenerateValue"> <complexContent> <extension base="{http://www.alfresco.org/repo/audit/model/3.2}KeyedAuditDefinition"> <attribute name="dataGenerator" use="required" type="{http://www.alfresco.org/repo/audit/model/3.2}NameAttribute" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
dataGenerator |
key
Constructor and Description |
---|
GenerateValue() |
Modifier and Type | Method and Description |
---|---|
String |
getDataGenerator()
Gets the value of the dataGenerator property.
|
void |
setDataGenerator(String value)
Sets the value of the dataGenerator property.
|
getKey, setKey
protected String dataGenerator
Copyright © 2005–2017 Alfresco Software. All rights reserved.