com.taursys.tools
Class ValueObjectPropertyInfo

java.lang.Object
  extended bycom.taursys.tools.ValueObjectPropertyInfo

public class ValueObjectPropertyInfo
extends java.lang.Object

ValueObjectInfo is ...

Version:
1.0
Author:
Marty Phelan

Constructor Summary
ValueObjectPropertyInfo()
          Constructs a new ValueObjectPropertyInfo
 
Method Summary
 int getBinding()
           
 java.lang.String getDisplayName()
           
 java.lang.String getGetSetDescription()
           
 java.lang.String getInstanceVarDeclSourceCode()
           
 java.lang.String getLongDescription()
           
 java.lang.String getPropertyName()
           
 java.lang.String getPropertyNameCapitalized()
           
 java.lang.String getPropertyType()
           
 java.lang.String getToolTip()
           
 boolean isExpose()
           
 boolean isGetter()
           
 boolean isSetter()
           
 void setBinding(int newBinding)
           
 void setDisplayName(java.lang.String newDisplayName)
           
 void setExpose(boolean newExpose)
           
 void setGetSetDescription(java.lang.String newGetSetDescription)
           
 void setGetter(boolean newGetter)
           
 void setLongDescription(java.lang.String newLongDescription)
           
 void setPropertyName(java.lang.String newPropertyName)
           
 void setPropertyType(java.lang.String newPropertyType)
           
 void setSetter(boolean newSetter)
           
 void setToolTip(java.lang.String newToolTip)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueObjectPropertyInfo

public ValueObjectPropertyInfo()
Constructs a new ValueObjectPropertyInfo

Method Detail

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.