org.chromattic.core.mapping
Class TypeMapping
java.lang.Object
org.chromattic.core.mapping.TypeMapping
public class TypeMapping
- extends Object
- Version:
- $Revision$
- Author:
- Julien Viet
TypeMapping
public TypeMapping(org.reflext.api.ClassTypeInfo objectClass,
Set<PropertyMapping> propertyMappings,
Set<MethodMapping> methhodMappings,
String nodeTypeName,
Set<String> mixinNames)
getObjectClass
public org.reflext.api.ClassTypeInfo getObjectClass()
getMixinNames
public Set<String> getMixinNames()
getNodeTypeName
public String getNodeTypeName()
getPropertyMappings
public Set<PropertyMapping> getPropertyMappings()
getMethodMappings
public Set<MethodMapping> getMethodMappings()
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2009 eXo Platform SAS. All Rights Reserved.