Package org.apache.openejb.jee.jba.cmp
Class Audit
- java.lang.Object
-
- org.apache.openejb.jee.jba.cmp.Audit
-
public class Audit extends 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected CreatedBycreatedByprotected CreatedTimecreatedTimeprotected UpdatedByupdatedByprotected UpdatedTimeupdatedTime
-
Constructor Summary
Constructors Constructor Description Audit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreatedBygetCreatedBy()Gets the value of the createdBy property.CreatedTimegetCreatedTime()Gets the value of the createdTime property.UpdatedBygetUpdatedBy()Gets the value of the updatedBy property.UpdatedTimegetUpdatedTime()Gets the value of the updatedTime property.voidsetCreatedBy(CreatedBy value)Sets the value of the createdBy property.voidsetCreatedTime(CreatedTime value)Sets the value of the createdTime property.voidsetUpdatedBy(UpdatedBy value)Sets the value of the updatedBy property.voidsetUpdatedTime(UpdatedTime value)Sets the value of the updatedTime property.
-
-
-
Field Detail
-
createdBy
protected CreatedBy createdBy
-
createdTime
protected CreatedTime createdTime
-
updatedBy
protected UpdatedBy updatedBy
-
updatedTime
protected UpdatedTime updatedTime
-
-
Method Detail
-
getCreatedBy
public CreatedBy getCreatedBy()
Gets the value of the createdBy property.- Returns:
- possible object is
CreatedBy
-
setCreatedBy
public void setCreatedBy(CreatedBy value)
Sets the value of the createdBy property.- Parameters:
value- allowed object isCreatedBy
-
getCreatedTime
public CreatedTime getCreatedTime()
Gets the value of the createdTime property.- Returns:
- possible object is
CreatedTime
-
setCreatedTime
public void setCreatedTime(CreatedTime value)
Sets the value of the createdTime property.- Parameters:
value- allowed object isCreatedTime
-
getUpdatedBy
public UpdatedBy getUpdatedBy()
Gets the value of the updatedBy property.- Returns:
- possible object is
UpdatedBy
-
setUpdatedBy
public void setUpdatedBy(UpdatedBy value)
Sets the value of the updatedBy property.- Parameters:
value- allowed object isUpdatedBy
-
getUpdatedTime
public UpdatedTime getUpdatedTime()
Gets the value of the updatedTime property.- Returns:
- possible object is
UpdatedTime
-
setUpdatedTime
public void setUpdatedTime(UpdatedTime value)
Sets the value of the updatedTime property.- Parameters:
value- allowed object isUpdatedTime
-
-