|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.audit.model._3.DataGenerator
public class DataGenerator
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 Summary | |
---|---|
protected java.lang.String |
clazz
|
protected java.lang.String |
name
|
protected java.lang.String |
registeredName
|
Constructor Summary | |
---|---|
DataGenerator()
|
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 |
---|
protected java.lang.String name
protected java.lang.String registeredName
protected java.lang.String clazz
Constructor Detail |
---|
public DataGenerator()
Method Detail |
---|
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getRegisteredName()
String
public void setRegisteredName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getClazz()
String
public void setClazz(java.lang.String value)
value
- allowed object is
String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |