net.sf.oxclient.mappings.xml
Class Mapping

java.lang.Object
  extended by net.sf.oxclient.mappings.xml.Mapping

public class Mapping
extends Object

Author:
Björn Voß

Constructor Summary
Mapping()
           
 
Method Summary
 Class<?> getClazz()
           
 Set<Property> getProperties()
           
 void setClazz(Class<?> clazz)
           
 void setProperties(Set<Property> properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mapping

public Mapping()
Method Detail

getClazz

public Class<?> getClazz()
Returns:
the clazz

getProperties

public Set<Property> getProperties()
Returns:
the properties

setClazz

public void setClazz(Class<?> clazz)
Parameters:
clazz - the clazz to set

setProperties

public void setProperties(Set<Property> properties)
Parameters:
properties - the properties to set


Copyright © 2007. All Rights Reserved.