net.sf.oxclient.mappings.xml
Class Mapping
java.lang.Object
net.sf.oxclient.mappings.xml.Mapping
public class Mapping
- extends Object
- Author:
- Björn Voß
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Mapping
public Mapping()
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.