Package org.alfresco.repo.audit.model._3
Class DataGenerator
- java.lang.Object
-
- org.alfresco.repo.audit.model._3.DataGenerator
-
public class DataGenerator extends java.lang.ObjectJava 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 Modifier and Type Field Description protected java.lang.Stringclazzprotected java.lang.Stringnameprotected java.lang.StringregisteredName
-
Constructor Summary
Constructors Constructor Description DataGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetClazz()Gets the value of the clazz property.java.lang.StringgetName()Gets the value of the name property.java.lang.StringgetRegisteredName()Gets the value of the registeredName property.voidsetClazz(java.lang.String value)Sets the value of the clazz property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetRegisteredName(java.lang.String value)Sets the value of the registeredName property.
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getRegisteredName
public java.lang.String getRegisteredName()
Gets the value of the registeredName property.- Returns:
- possible object is
String
-
setRegisteredName
public void setRegisteredName(java.lang.String value)
Sets the value of the registeredName property.- Parameters:
value- allowed object isString
-
getClazz
public java.lang.String getClazz()
Gets the value of the clazz property.- Returns:
- possible object is
String
-
setClazz
public void setClazz(java.lang.String value)
Sets the value of the clazz property.- Parameters:
value- allowed object isString
-
-