Package org.alfresco.repo.audit.model._3
Class DataGenerator
java.lang.Object
org.alfresco.repo.audit.model._3.DataGenerator
Java class for DataGenerator complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataGenerator">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" use="required" type="{http://www.alfresco.org/repo/audit/model/3.2}NameAttribute" />
<attribute name="registeredName" type="{http://www.alfresco.org/repo/audit/model/3.2}NameAttribute" />
<attribute name="class" type="{http://www.alfresco.org/repo/audit/model/3.2}ClassAttribute" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetClazz()Gets the value of the clazz property.getName()Gets the value of the name property.Gets the value of the registeredName property.voidSets the value of the clazz property.voidSets the value of the name property.voidsetRegisteredName(String value) Sets the value of the registeredName property.
-
Field Details
-
name
-
registeredName
-
clazz
-
-
Constructor Details
-
DataGenerator
public DataGenerator()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getRegisteredName
Gets the value of the registeredName property.- Returns:
- possible object is
String
-
setRegisteredName
Sets the value of the registeredName property.- Parameters:
value- allowed object isString
-
getClazz
Gets the value of the clazz property.- Returns:
- possible object is
String
-
setClazz
Sets the value of the clazz property.- Parameters:
value- allowed object isString
-