com.thoughtworks.qdox.model
Class BeanProperty

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

public class BeanProperty
extends java.lang.Object

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

Field Summary
private  JavaMethod accessor
           
private  JavaMethod mutator
           
private  java.lang.String name
           
private  Type type
           
 
Constructor Summary
BeanProperty(java.lang.String name)
           
 
Method Summary
 JavaMethod getAccessor()
           
 JavaMethod getMutator()
           
 java.lang.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
 

Field Detail

name

private final java.lang.String name

accessor

private JavaMethod accessor

mutator

private JavaMethod mutator

type

private Type type
Constructor Detail

BeanProperty

public BeanProperty(java.lang.String name)
Method Detail

getName

public java.lang.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)