com.hyper9.simdk.codegen.impls
Class PropertyMappingImpl

java.lang.Object
  extended by com.hyper9.simdk.codegen.impls.PropertyMappingImpl
All Implemented Interfaces:
PropertyMapping

public class PropertyMappingImpl
extends Object
implements PropertyMapping


Constructor Summary
PropertyMappingImpl()
           
 
Method Summary
 MetaProperty getLeftSide()
          Gets the left side of this mapping..
 MetaProperty getRightSide()
          Gets the right side of this mapping.
 void setLeftSide(MetaProperty toSet)
          Sets the left side of this mapping..
 void setRightSide(MetaProperty toSet)
          Sets the right side of this mapping.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyMappingImpl

public PropertyMappingImpl()
Method Detail

getRightSide

public MetaProperty getRightSide()
Description copied from interface: PropertyMapping
Gets the right side of this mapping.

Specified by:
getRightSide in interface PropertyMapping
Returns:
The right side of this mapping.

getLeftSide

public MetaProperty getLeftSide()
Description copied from interface: PropertyMapping
Gets the left side of this mapping..

Specified by:
getLeftSide in interface PropertyMapping
Returns:
The left side of this mapping.

setRightSide

public void setRightSide(MetaProperty toSet)
Description copied from interface: PropertyMapping
Sets the right side of this mapping.

Specified by:
setRightSide in interface PropertyMapping
Parameters:
toSet - The right side of this mapping.

setLeftSide

public void setLeftSide(MetaProperty toSet)
Description copied from interface: PropertyMapping
Sets the left side of this mapping..

Specified by:
setLeftSide in interface PropertyMapping
Parameters:
toSet - The left side of this mapping.


Copyright © 2009-2010 Hyper9. All Rights Reserved.