com.thoughtworks.qdox.model

Class BeanProperty


public class BeanProperty
extends java.lang.Object

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

Field Summary

private JavaMethod
accessor
private JavaMethod
mutator
private String
name
private Type
type

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)

Field Details

accessor

private JavaMethod accessor

mutator

private JavaMethod mutator

name

private final String name

type

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