com.thoughtworks.qdox.model
Class BeanProperty
java.lang.Object
com.thoughtworks.qdox.model.BeanProperty
- public class BeanProperty
- extends java.lang.Object
- Version:
- $Revision: 1.3 $
- Author:
- Aslak Hellesøy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
private final java.lang.String name
accessor
private JavaMethod accessor
mutator
private JavaMethod mutator
type
private Type type
BeanProperty
public BeanProperty(java.lang.String name)
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)