Class DataGenerator

java.lang.Object
org.alfresco.repo.audit.model._3.DataGenerator

public class DataGenerator extends Object

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 Details

    • name

      protected String name
    • registeredName

      protected String registeredName
    • clazz

      protected String clazz
  • Constructor Details

    • DataGenerator

      public DataGenerator()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getRegisteredName

      public String getRegisteredName()
      Gets the value of the registeredName property.
      Returns:
      possible object is String
    • setRegisteredName

      public void setRegisteredName(String value)
      Sets the value of the registeredName property.
      Parameters:
      value - allowed object is String
    • getClazz

      public String getClazz()
      Gets the value of the clazz property.
      Returns:
      possible object is String
    • setClazz

      public void setClazz(String value)
      Sets the value of the clazz property.
      Parameters:
      value - allowed object is String