Package wt.esi
Interface ESITransactionFacade
- All Superinterfaces:
wt.esi._ESITransactionFacade,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,NetFactor,ObjectMappable,Persistable,Serializable
- All Known Implementing Classes:
_ESITransaction,ESITransaction
@GenAsPersistable(interfaces=Persistable.class,
extendable=false)
public interface ESITransactionFacade
extends wt.esi._ESITransactionFacade
Utility APIs to access the ESITransaction object without
requiring a compile-time dependency on the esi/Esi module
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionGets the name of the user who created this entry.Gets the end timestamp of the transaction.intGets the unique identifier of this ESITransaction object.Gets the start timestamp of the transaction.booleanLets the caller know if this ESITransaction object is a deleted one.Methods inherited from interface wt.fc.NetFactor
getClassInfo, getConceptualClassnameMethods inherited from interface wt.fc.ObjectMappable
readExternal, writeExternalMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Method Details
-
getIdNumber
int getIdNumber()Gets the unique identifier of this ESITransaction object. Supported API: true- See Also:
-
isDeleted
boolean isDeleted()Lets the caller know if this ESITransaction object is a deleted one. Supported API: true- See Also:
-
getCreator
String getCreator()Gets the name of the user who created this entry.Supported API: true
- See Also:
-
getStartTimeStamp
Timestamp getStartTimeStamp()Gets the start timestamp of the transaction.Supported API: true
- See Also:
-
getEndTimeStamp
Timestamp getEndTimeStamp()Gets the end timestamp of the transaction.Supported API: true
- See Also:
-