Package org.alfresco.repo.audit.model._3
Class GenerateValue
java.lang.Object
org.alfresco.repo.audit.model._3.KeyedAuditDefinition
org.alfresco.repo.audit.model._3.GenerateValue
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>
-
Field Summary
FieldsFields inherited from class org.alfresco.repo.audit.model._3.KeyedAuditDefinition
key -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dataGenerator property.voidsetDataGenerator(String value) Sets the value of the dataGenerator property.Methods inherited from class org.alfresco.repo.audit.model._3.KeyedAuditDefinition
getKey, setKey
-
Field Details
-
dataGenerator
-
-
Constructor Details
-
GenerateValue
public GenerateValue()
-
-
Method Details