com.mrami.libre.ClassGenerator.input
Class ObjectTypeChoiceItem

java.lang.Object
  extended bycom.mrami.libre.ClassGenerator.input.ObjectTypeChoiceItem
All Implemented Interfaces:
java.io.Serializable

public class ObjectTypeChoiceItem
extends java.lang.Object
implements java.io.Serializable

Class ObjectTypeChoiceItem.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
ObjectTypeChoiceItem()
           
 
Method Summary
 CGfieldVal getCGfieldVal()
          Returns the value of field 'CGfieldVal'.
 CGsubVal getCGsubVal()
          Returns the value of field 'CGsubVal'.
 void setCGfieldVal(CGfieldVal CGfieldVal)
          Sets the value of field 'CGfieldVal'.
 void setCGsubVal(CGsubVal CGsubVal)
          Sets the value of field 'CGsubVal'.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectTypeChoiceItem

public ObjectTypeChoiceItem()
Method Detail

getCGfieldVal

public CGfieldVal getCGfieldVal()
Returns the value of field 'CGfieldVal'.

Returns:
CGfieldVal

getCGsubVal

public CGsubVal getCGsubVal()
Returns the value of field 'CGsubVal'.

Returns:
CGsubVal

setCGfieldVal

public void setCGfieldVal(CGfieldVal CGfieldVal)
Sets the value of field 'CGfieldVal'.

Parameters:
CGfieldVal - the value of field 'CGfieldVal'.

setCGsubVal

public void setCGsubVal(CGsubVal CGsubVal)
Sets the value of field 'CGsubVal'.

Parameters:
CGsubVal - the value of field 'CGsubVal'.