com.github.talberto.easybeans.gen
Class PropertyDefinition
java.lang.Object
com.github.talberto.easybeans.gen.PropertyDefinition
public class PropertyDefinition
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyDefinition
public PropertyDefinition()
getType
public Class<?> getType()
setType
public void setType(Class<?> pType)
getName
public String getName()
setName
public void setName(String pName)
isReadable
public boolean isReadable()
setReadable
public void setReadable(boolean pReadable)
isWritable
public boolean isWritable()
setWritable
public void setWritable(boolean pWritable)
Copyright © 2014. All rights reserved.