public interface Persistent
Modifier and Type | Method and Description |
---|---|
Number |
getPersistedVersion()
Gets the version.
|
Serializable |
getPrimaryKey()
Gets the primary key.
|
void |
setPersistedVersion(Number aVersion)
Sets the version.
|
void |
setPrimaryKey(Serializable aKey)
Sets the primary key.
|
Serializable getPrimaryKey()
setPrimaryKey(Serializable)
void setPrimaryKey(Serializable aKey)
aKey
- Primary key.getPrimaryKey()
Number getPersistedVersion()
#setPersistedVersion(int)
void setPersistedVersion(Number aVersion)
aVersion
- Version.getPersistedVersion()
Copyright © 2024. All rights reserved.