com.github.talberto.easybeans.gen
Class PropertyDefinition

java.lang.Object
  extended by com.github.talberto.easybeans.gen.PropertyDefinition

public class PropertyDefinition
extends Object


Constructor Summary
PropertyDefinition()
           
 
Method Summary
 String getName()
           
 Class<?> getType()
           
 boolean isReadable()
           
 boolean isWritable()
           
 void setName(String pName)
           
 void setReadable(boolean pReadable)
           
 void setType(Class<?> pType)
           
 void setWritable(boolean pWritable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyDefinition

public PropertyDefinition()
Method Detail

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.