|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.jee.jba.cmp.Audit
public class Audit
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 | |
---|---|
protected CreatedBy |
createdBy
|
protected CreatedTime |
createdTime
|
protected UpdatedBy |
updatedBy
|
protected UpdatedTime |
updatedTime
|
Constructor Summary | |
---|---|
Audit()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected CreatedBy createdBy
protected CreatedTime createdTime
protected UpdatedBy updatedBy
protected UpdatedTime updatedTime
Constructor Detail |
---|
public Audit()
Method Detail |
---|
public CreatedBy getCreatedBy()
CreatedBy
public void setCreatedBy(CreatedBy value)
value
- allowed object is
CreatedBy
public CreatedTime getCreatedTime()
CreatedTime
public void setCreatedTime(CreatedTime value)
value
- allowed object is
CreatedTime
public UpdatedBy getUpdatedBy()
UpdatedBy
public void setUpdatedBy(UpdatedBy value)
value
- allowed object is
UpdatedBy
public UpdatedTime getUpdatedTime()
UpdatedTime
public void setUpdatedTime(UpdatedTime value)
value
- allowed object is
UpdatedTime
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |