Package org.alfresco.repo.audit.model._3
Class DataExtractor
- java.lang.Object
-
- org.alfresco.repo.audit.model._3.DataExtractor
-
public class DataExtractor extends Object
Java class for DataExtractor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataExtractor"> <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>
-
-
Constructor Summary
Constructors Constructor Description DataExtractor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClazz()Gets the value of the clazz property.StringgetName()Gets the value of the name property.StringgetRegisteredName()Gets the value of the registeredName property.voidsetClazz(String value)Sets the value of the clazz property.voidsetName(String value)Sets the value of the name property.voidsetRegisteredName(String value)Sets the value of the registeredName property.
-
-
-
Method Detail
-
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 isString
-
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 isString
-
getClazz
public String getClazz()
Gets the value of the clazz property.- Returns:
- possible object is
String
-
-