com.thoughtworks.qdox.model

Class BeanProperty


public class BeanProperty
extends java.lang.Object

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)

Constructor Details

BeanProperty

public BeanProperty(String name)

Method Details

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)