com.thoughtworks.qdox.model

Class BeanProperty

public class BeanProperty extends Object

Version: $Revision: 380 $

Author: Aslak Hellesøy

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

Field Detail

accessor

private JavaMethod accessor

mutator

private JavaMethod mutator

name

private final String name

type

private 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)