public interface OrdDomainState
Modifier and Type | Method and Description |
---|---|
int |
getTierInfo()
Gets the tier number information that this object lives in.
|
boolean |
isAddedToTransaction()
Internal: Applications should not use this method.
|
boolean |
isConnected()
Determines whether the domain object has an internal JDBC connection
to the database.
|
void |
removeListenerFromTransaction()
Internal: Applications should not use this method.
|
void |
setAddToTransactionState(boolean value)
Internal: Applications should not use this method.
|
void |
setConnected(boolean value)
Internal: Applications should not use this method.
|
boolean isConnected()
true
if the there exists an internal JDBC
connection; otherwise, returns false
void setConnected(boolean value)
int getTierInfo()
The returned value indicates the tier information.
void removeListenerFromTransaction()
boolean isAddedToTransaction()
void setAddToTransactionState(boolean value)