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

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

public class GenerateValue
extends KeyedAuditDefinition

Java class for GenerateValue complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GenerateValue">
   <complexContent>
     <extension base="{http://www.alfresco.org/repo/audit/model/3.2}KeyedAuditDefinition">
       <attribute name="dataGenerator" use="required" type="{http://www.alfresco.org/repo/audit/model/3.2}NameAttribute" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String dataGenerator
           
 
Fields inherited from class org.alfresco.repo.audit.model._3.KeyedAuditDefinition
key
 
Constructor Summary
GenerateValue()
           
 
Method Summary
 java.lang.String getDataGenerator()
          Gets the value of the dataGenerator property.
 void setDataGenerator(java.lang.String value)
          Sets the value of the dataGenerator property.
 
Methods inherited from class org.alfresco.repo.audit.model._3.KeyedAuditDefinition
getKey, setKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dataGenerator

protected java.lang.String dataGenerator
Constructor Detail

GenerateValue

public GenerateValue()
Method Detail

getDataGenerator

public java.lang.String getDataGenerator()
Gets the value of the dataGenerator property.

Returns:
possible object is String

setDataGenerator

public void setDataGenerator(java.lang.String value)
Sets the value of the dataGenerator property.

Parameters:
value - allowed object is String


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