|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.taursys.tools.ValueHolderInfo
ValueHolderInfo - Information about a ValueHolder for a new class
Constructor Summary | |
ValueHolderInfo()
Constructs a new ValueHolderInfo with all properties null. |
|
ValueHolderInfo(java.lang.String holderType,
java.lang.String containedClassName,
java.lang.String holderName,
java.lang.String holderAlias)
Constructs a new ValueHolderInfo with the given property values. |
Method Summary | |
java.lang.String |
getContainedClassName()
Get the class name of the object contained by the holder. |
java.lang.String |
getHolderAlias()
Get the alias used in html/xml document ID's for auto-binding to the holder. |
java.lang.String |
getHolderName()
Get the holder's instance variable name within the code. |
java.lang.String |
getHolderType()
Get fully qualified class name for type of holder |
java.lang.String |
getInstanceVarDeclSourceCode()
Get the instance variable declaration source code. |
java.util.Vector |
getJbInitSourceCode()
Get a vector of the source code lines to be placed in jbInit method for this holder. |
void |
setContainedClassName(java.lang.String newContainedClassName)
Set the class name of the object contained by the holder. |
void |
setHolderAlias(java.lang.String newHolderAlias)
Set the alias used in html/xml document ID's for auto-binding to the holder. |
void |
setHolderName(java.lang.String newHolderName)
Set the holder's instance variable name within the code. |
void |
setHolderType(java.lang.String holderType)
Set fully qualified class name for type of holder |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ValueHolderInfo()
public ValueHolderInfo(java.lang.String holderType, java.lang.String containedClassName, java.lang.String holderName, java.lang.String holderAlias)
holderType
- fully qualified class name for type of holderMethod Detail |
public java.lang.String getInstanceVarDeclSourceCode()
private com.taursys.model.VOValueHolder personHolder = new com.taursys.model.VOValueHolder()
public java.util.Vector getJbInitSourceCode()
public java.lang.String getHolderType()
public void setHolderType(java.lang.String holderType)
holderType
- fully qualified class name for type of holderpublic void setContainedClassName(java.lang.String newContainedClassName)
newContainedClassName
- the class name of the object contained by the holder.public java.lang.String getContainedClassName()
public void setHolderName(java.lang.String newHolderName)
newHolderName
- the holder's instance variable name within the code.public java.lang.String getHolderName()
public void setHolderAlias(java.lang.String newHolderAlias)
newHolderAlias
- the alias used in html/xml document ID's for auto-binding to the holder.public java.lang.String getHolderAlias()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |