com.taursys.html
Class NodeDescriptor
java.lang.Object
com.taursys.html.NodeDescriptor
- public class NodeDescriptor
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodeDescriptor
public NodeDescriptor()
isTemplateNode
public boolean isTemplateNode()
getFormatDescriptor
public java.lang.String getFormatDescriptor()
- Returns:
- Returns the formatDescriptor.
setFormatDescriptor
public void setFormatDescriptor(java.lang.String formatDescriptor)
- Parameters:
formatDescriptor
- The formatDescriptor to set.
getPropertyName
public java.lang.String getPropertyName()
- Returns:
- Returns the propertyName.
setPropertyName
public void setPropertyName(java.lang.String propertyName)
- Parameters:
propertyName
- The propertyName to set.
getValueHolderAlias
public java.lang.String getValueHolderAlias()
- Returns:
- Returns the valueHolderAlias.
setValueHolderAlias
public void setValueHolderAlias(java.lang.String valueHolderAlias)
- Parameters:
valueHolderAlias
- The valueHolderAlias to set.
getFormat
public java.text.Format getFormat()
- Returns:
- Returns the format.
setFormat
public void setFormat(java.text.Format format)
- Parameters:
format
- The format to set.
getFormatPattern
public java.lang.String getFormatPattern()
- Returns:
- Returns the pattern.
setFormatPattern
public void setFormatPattern(java.lang.String pattern)
- Parameters:
pattern
- The pattern to set.
getId
public java.lang.String getId()
- Returns:
- Returns the id.
setId
public void setId(java.lang.String id)
- Parameters:
id
- The id to set.
Copyright © 2007 Martin T Phelan. All Rights Reserved.