com.taursys.tools
Class ValueObjectPropertyInfo
java.lang.Object
com.taursys.tools.ValueObjectPropertyInfo
- public class ValueObjectPropertyInfo
- extends java.lang.Object
ValueObjectInfo is ...
- Version:
- 1.0
- Author:
- Marty Phelan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValueObjectPropertyInfo
public ValueObjectPropertyInfo()
- Constructs a new ValueObjectPropertyInfo
getInstanceVarDeclSourceCode
public java.lang.String getInstanceVarDeclSourceCode()
getPropertyNameCapitalized
public java.lang.String getPropertyNameCapitalized()
getPropertyName
public java.lang.String getPropertyName()
setPropertyName
public void setPropertyName(java.lang.String newPropertyName)
setPropertyType
public void setPropertyType(java.lang.String newPropertyType)
getPropertyType
public java.lang.String getPropertyType()
setBinding
public void setBinding(int newBinding)
getBinding
public int getBinding()
setGetter
public void setGetter(boolean newGetter)
isGetter
public boolean isGetter()
setSetter
public void setSetter(boolean newSetter)
isSetter
public boolean isSetter()
setExpose
public void setExpose(boolean newExpose)
isExpose
public boolean isExpose()
setDisplayName
public void setDisplayName(java.lang.String newDisplayName)
getDisplayName
public java.lang.String getDisplayName()
setToolTip
public void setToolTip(java.lang.String newToolTip)
getToolTip
public java.lang.String getToolTip()
setGetSetDescription
public void setGetSetDescription(java.lang.String newGetSetDescription)
getGetSetDescription
public java.lang.String getGetSetDescription()
setLongDescription
public void setLongDescription(java.lang.String newLongDescription)
getLongDescription
public java.lang.String getLongDescription()
Copyright © 2007 Martin T Phelan. All Rights Reserved.