com.thoughtworks.qdox.model
Class BeanProperty
java.lang.Object
com.thoughtworks.qdox.model.BeanProperty
public class BeanProperty
- extends Object
- Version:
- $Revision: 380 $
- Author:
- Aslak Hellesøy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeanProperty
public BeanProperty(String name)
getName
public 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)
Copyright © 2002-2011. All Rights Reserved.