org.alfresco.repo.audit.model._3
Class DataExtractor

java.lang.Object
  extended by org.alfresco.repo.audit.model._3.DataExtractor

public class DataExtractor
extends java.lang.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>
 


Field Summary
protected  java.lang.String clazz
           
protected  java.lang.String name
           
protected  java.lang.String registeredName
           
 
Constructor Summary
DataExtractor()
           
 
Method Summary
 java.lang.String getClazz()
          Gets the value of the clazz property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getRegisteredName()
          Gets the value of the registeredName property.
 void setClazz(java.lang.String value)
          Sets the value of the clazz property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setRegisteredName(java.lang.String value)
          Sets the value of the registeredName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name

registeredName

protected java.lang.String registeredName

clazz

protected java.lang.String clazz
Constructor Detail

DataExtractor

public DataExtractor()
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 is String

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 is String

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 is String


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.