com.thoughtworks.qdox.model

Class BeanProperty

public class BeanProperty extends Object

Version: $Revision: 380 $

Author: Aslak Hellesøy

Constructor Summary
BeanProperty(String name)
Method Summary
JavaMethodgetAccessor()
JavaMethodgetMutator()
StringgetName()
TypegetType()
voidsetAccessor(JavaMethod accessor)
voidsetMutator(JavaMethod mutator)
voidsetType(Type type)

Constructor Detail

BeanProperty

public BeanProperty(String name)

Method Detail

getAccessor

public JavaMethod getAccessor()

getMutator

public JavaMethod getMutator()

getName

public String getName()

getType

public Type getType()

setAccessor

public void setAccessor(JavaMethod accessor)

setMutator

public void setMutator(JavaMethod mutator)

setType

public void setType(Type type)