ch.elca.el4j.services.persistence.generic.dto
Class AbstractStringKeyDto

java.lang.Object
  extended by ch.elca.el4j.services.persistence.generic.dto.AbstractDto
      extended by ch.elca.el4j.services.persistence.generic.dto.AbstractStringKeyDto
All Implemented Interfaces:
Serializable

Deprecated. Please use AbstractStringKeyIntOptimisticLockingDto instead.

public abstract class AbstractStringKeyDto
extends AbstractDto

This class adds to the AbstractDto a primary key as a string.

Author:
Martin Zeltner (MZE)
See Also:
AbstractStringKeyIntOptimisticLockingDto, Serialized Form
File-location:
AbstractStringKeyDto
Last check-in date:
2009-08-04 13:59:45 +0200 (Di, 04. Aug 2009) by swismer for revision 3873

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

AbstractStringKeyDto

public AbstractStringKeyDto()
Deprecated. 
Method Detail

getKey

public String getKey()
Deprecated. 
Returns:
Returns the key.

setKey

public void setKey(String key)
Deprecated. 
Parameters:
key - The key to set.

hashCode

public int hashCode()
Deprecated. 

Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Deprecated. 

Overrides:
equals in class Object


Copyright © 2005-2011 ELCA. All Rights Reserved.