com.thoughtworks.qdox.model
Class BeanProperty

java.lang.Object
  extended by com.thoughtworks.qdox.model.BeanProperty

public class BeanProperty
extends Object

Version:
$Revision: 380 $
Author:
Aslak Hellesøy

Constructor Summary
BeanProperty(String name)
           
 
Method Summary
 JavaMethod getAccessor()
           
 JavaMethod getMutator()
           
 String getName()
           
 Type getType()
           
 void setAccessor(JavaMethod accessor)
           
 void setMutator(JavaMethod mutator)
           
 void setType(Type type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanProperty

public BeanProperty(String name)
Method Detail

getName

public String getName()

setType

public void setType(Type type)

getType

public Type getType()

getAccessor

public JavaMethod getAccessor()

setAccessor

public void setAccessor(JavaMethod accessor)

getMutator

public JavaMethod getMutator()

setMutator

public void setMutator(JavaMethod mutator)


Copyright © 2002-2011. All Rights Reserved.