|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.elca.el4j.services.persistence.generic.dto.AbstractDto
ch.elca.el4j.services.persistence.generic.dto.AbstractStringKeyDto
AbstractStringKeyIntOptimisticLockingDto
instead.
public abstract class AbstractStringKeyDto
This class adds to the AbstractDto a primary key as a string.
AbstractStringKeyIntOptimisticLockingDto,
Serialized Form| Constructor Summary | |
|---|---|
AbstractStringKeyDto()
Deprecated. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Deprecated. |
String |
getKey()
Deprecated. |
int |
hashCode()
Deprecated. |
void |
setKey(String key)
Deprecated. |
| Methods inherited from class ch.elca.el4j.services.persistence.generic.dto.AbstractDto |
|---|
getCurrentModificationKey, getLastModificationKey, setLastModificationKey, setModificationKeyGenerator, useNextModificationKey |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractStringKeyDto()
| Method Detail |
|---|
public String getKey()
public void setKey(String key)
key - The key to set.public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||