org.apache.jackrabbit.ocm.mapper.model
Class ImplementDescriptor

java.lang.Object
  extended by org.apache.jackrabbit.ocm.mapper.model.ImplementDescriptor

public class ImplementDescriptor
extends Object

ImplementDescriptor is used by the mapper to read general information on a implemented interface

Author:
Lombart Christophe

Constructor Summary
ImplementDescriptor()
           
 
Method Summary
 String getInterfaceName()
           
 void setInterfaceName(String interfaceName)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImplementDescriptor

public ImplementDescriptor()
Method Detail

getInterfaceName

public String getInterfaceName()

setInterfaceName

public void setInterfaceName(String interfaceName)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.