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 |
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)
Copyright © 2002-2004 ThoughtWorks, Inc. All Rights Reserved.