org.apache.ojb.broker.cloneable
Class CloneableGroup

java.lang.Object
  extended byorg.apache.ojb.broker.cloneable.CloneableGroup
All Implemented Interfaces:
java.lang.Cloneable

public class CloneableGroup
extends java.lang.Object
implements java.lang.Cloneable

implements Cloneable so that it can be used in TwoLevelCache

Version:
$Id: CloneableGroup.java,v 1.1 2003/10/28 09:15:20 oliverm Exp $
Author:
Oliver Matz

Constructor Summary
CloneableGroup()
           
 
Method Summary
 java.lang.Object clone()
          called by reflection in TwoLevelCache.
 java.lang.String getName()
          mapped to column KategorieName
 void setName(java.lang.String name)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CloneableGroup

public CloneableGroup()
Method Detail

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
called by reflection in TwoLevelCache.

Returns:
Throws:
java.lang.CloneNotSupportedException

getName

public final java.lang.String getName()
mapped to column KategorieName


setName

public final void setName(java.lang.String name)

toString

public java.lang.String toString()


Authors: Thomas Mahler and others. (C) 2000 - 2003 Apache Software Foundation
All rights reserved. Published under the Apache License.
http://db.apache.org/ojb
Version: 1.0.rc5, 2003-12-14