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 java.lang.String |
dataGenerator |
key| Constructor and Description |
|---|
GenerateValue() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDataGenerator()
Gets the value of the dataGenerator property.
|
void |
setDataGenerator(java.lang.String value)
Sets the value of the dataGenerator property.
|
getKey, setKeypublic java.lang.String getDataGenerator()
Stringpublic void setDataGenerator(java.lang.String value)
value - allowed object is
StringCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.