public class Audit
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://jboss.org}created-by" minOccurs="0"/>
<element ref="{http://jboss.org}created-time" minOccurs="0"/>
<element ref="{http://jboss.org}updated-by" minOccurs="0"/>
<element ref="{http://jboss.org}updated-time" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CreatedBy |
createdBy |
protected CreatedTime |
createdTime |
protected UpdatedBy |
updatedBy |
protected UpdatedTime |
updatedTime |
| Constructor and Description |
|---|
Audit() |
| Modifier and Type | Method and Description |
|---|---|
CreatedBy |
getCreatedBy()
Gets the value of the createdBy property.
|
CreatedTime |
getCreatedTime()
Gets the value of the createdTime property.
|
UpdatedBy |
getUpdatedBy()
Gets the value of the updatedBy property.
|
UpdatedTime |
getUpdatedTime()
Gets the value of the updatedTime property.
|
void |
setCreatedBy(CreatedBy value)
Sets the value of the createdBy property.
|
void |
setCreatedTime(CreatedTime value)
Sets the value of the createdTime property.
|
void |
setUpdatedBy(UpdatedBy value)
Sets the value of the updatedBy property.
|
void |
setUpdatedTime(UpdatedTime value)
Sets the value of the updatedTime property.
|
protected CreatedBy createdBy
protected CreatedTime createdTime
protected UpdatedBy updatedBy
protected UpdatedTime updatedTime
public CreatedBy getCreatedBy()
CreatedBypublic void setCreatedBy(CreatedBy value)
value - allowed object is
CreatedBypublic CreatedTime getCreatedTime()
CreatedTimepublic void setCreatedTime(CreatedTime value)
value - allowed object is
CreatedTimepublic UpdatedBy getUpdatedBy()
UpdatedBypublic void setUpdatedBy(UpdatedBy value)
value - allowed object is
UpdatedBypublic UpdatedTime getUpdatedTime()
UpdatedTimepublic void setUpdatedTime(UpdatedTime value)
value - allowed object is
UpdatedTime