com.hyper9.simdk.codegen.impls
Class DerefInfoImpl

java.lang.Object
  extended by com.hyper9.simdk.codegen.impls.DerefInfoImpl
All Implemented Interfaces:
DerefInfo

public class DerefInfoImpl
extends Object
implements DerefInfo


Constructor Summary
DerefInfoImpl()
           
 
Method Summary
 String getDerefTypeName()
          Gets the dereferenced type name.
 String getMorefType()
          Gets the managed object reference type.
 String getPropertyName()
          Gets the property name.
 void setDerefTypeName(String toSet)
          Sets the dereferenced type name.
 void setMorefType(String toSet)
          Sets the managed object reference type.
 void setPropertyName(String toSet)
          Sets the property name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DerefInfoImpl

public DerefInfoImpl()
Method Detail

getDerefTypeName

public String getDerefTypeName()
Description copied from interface: DerefInfo
Gets the dereferenced type name.

Specified by:
getDerefTypeName in interface DerefInfo
Returns:
The dereferenced type name.

getMorefType

public String getMorefType()
Description copied from interface: DerefInfo
Gets the managed object reference type.

Specified by:
getMorefType in interface DerefInfo
Returns:
The managed object reference type.

getPropertyName

public String getPropertyName()
Description copied from interface: DerefInfo
Gets the property name.

Specified by:
getPropertyName in interface DerefInfo
Returns:
The property name.

setDerefTypeName

public void setDerefTypeName(String toSet)
Description copied from interface: DerefInfo
Sets the dereferenced type name.

Specified by:
setDerefTypeName in interface DerefInfo
Parameters:
toSet - The dereferenced type name.

setMorefType

public void setMorefType(String toSet)
Description copied from interface: DerefInfo
Sets the managed object reference type.

Specified by:
setMorefType in interface DerefInfo
Parameters:
toSet - The managed object reference type.

setPropertyName

public void setPropertyName(String toSet)
Description copied from interface: DerefInfo
Sets the property name.

Specified by:
setPropertyName in interface DerefInfo
Parameters:
toSet - The property name.


Copyright © 2009-2010 Hyper9. All Rights Reserved.