org.ajax4jsf.builder.component.methods
Class SimpleMutatorMethodBody

java.lang.Object
  extended by org.ajax4jsf.builder.model.MethodBody
      extended by org.ajax4jsf.builder.component.methods.SimpleMutatorMethodBody

public class SimpleMutatorMethodBody
extends MethodBody

Author:
Maksim Kaszynski

Constructor Summary
SimpleMutatorMethodBody(JavaMethod method, JavaField field)
           
 
Method Summary
protected  JavaField getField()
           
protected  void setField(JavaField field)
           
 java.lang.String toCode()
           
 
Methods inherited from class org.ajax4jsf.builder.model.MethodBody
addType, getMethod, getUsedClasses, setMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleMutatorMethodBody

public SimpleMutatorMethodBody(JavaMethod method,
                               JavaField field)
Method Detail

getField

protected JavaField getField()

setField

protected void setField(JavaField field)

toCode

public java.lang.String toCode()
Overrides:
toCode in class MethodBody


Copyright © 2009. All Rights Reserved.