| 
 | Oracle Fusion Middleware extensions for Logging and Diagnostic 11g Release 1 (11.1.1.6) E22565-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DiagBObj<T>
Base interface for all diagnostics framework related business objects.
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from interface oracle.apps.fnd.appltest.diagfwk.common.DiagConstants | 
|---|
| DiagConstants.ExecutionMode, DiagConstants.Format, DiagConstants.LinkType, DiagConstants.Status | 
| Field Summary | 
|---|
| Method Summary | |
|---|---|
|  void | copyT(java.lang.Object pObj)Copies the contents of the given object into this object | 
|  java.lang.String | getCreatedBy()Returns the created by user id | 
|  java.util.Date | getCreationDate()Returns the date when this object was created | 
|  java.util.Date | getLastUpdateDate()Returns the date when this object was last updated | 
|  java.lang.String | getLastUpdatedBy()Returns the guid for the user who last updated this object | 
|  java.lang.String | getLastUpdateLogin()Returns the login guid for the user who last updated this object | 
|  boolean | isCreatedByOracle()Checks to see if this object was created by Oracle | 
|  void | setCreatedBy(java.lang.String pCreatedBy)Sets the user guid for the user who created this object | 
|  void | setCreationDate(java.util.Date pCreationDate)Sets the date when this object was created | 
|  void | setLastUpdateDate(java.util.Date pLastUpdateDate)Sets the date when this object was last updated | 
|  void | setLastUpdatedBy(java.lang.String pLastUpdatedBy)Sets the user guid for the user who last updated this object | 
|  void | setLastUpdateLogin(java.lang.String pLastUpdateLogin)Sets the login guid for the user who last updated this object | 
| Method Detail | 
|---|
java.lang.String getCreatedBy()
java.util.Date getLastUpdateDate()
java.lang.String getLastUpdatedBy()
java.lang.String getLastUpdateLogin()
java.util.Date getCreationDate()
void setCreatedBy(java.lang.String pCreatedBy)
pCreatedBy - user guid for the user who created this objectvoid setLastUpdateDate(java.util.Date pLastUpdateDate)
pLastUpdateDate - the date when this object was last updatedvoid setLastUpdatedBy(java.lang.String pLastUpdatedBy)
pLastUpdatedBy - the user guid for the user who last updated this objectvoid setLastUpdateLogin(java.lang.String pLastUpdateLogin)
pLastUpdateLogin - the login guid for the user who last updated this objectvoid setCreationDate(java.util.Date pCreationDate)
pCreationDate - the date when this object was createdvoid copyT(java.lang.Object pObj)
pObj - the contents of the given object into this objectboolean isCreatedByOracle()
| 
 | Oracle Fusion Middleware extensions for Logging and Diagnostic 11g Release 1 (11.1.1.6) E22565-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||