ar.com.epere4.java2excel.parser.impl
Class AbstractPropertyDtd

java.lang.Object
  extended by ar.com.epere4.java2excel.parser.impl.AbstractPropertyDtd
All Implemented Interfaces:
PropertyDtd
Direct Known Subclasses:
PropertyDtdImpl, PropertyDtdStaticImpl

public abstract class AbstractPropertyDtd
extends java.lang.Object
implements PropertyDtd

Abstract implementation of PropertyDtd.

Since:
09/03/2006
Author:
epere4

Constructor Summary
AbstractPropertyDtd()
          Default Constructor.
AbstractPropertyDtd(java.lang.String expression, java.lang.String title)
           
 
Method Summary
 java.lang.String getDescription()
          
 java.lang.String getExpression()
          
 java.lang.String getTitle()
          
 boolean isProtectNullPointer()
          
 void setDescription(java.lang.String description)
           
 void setExpression(java.lang.String expression)
           
 void setProtectNullPointer(boolean protectNullPointer)
           
 void setTitle(java.lang.String title)
           
 java.lang.String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface ar.com.epere4.java2excel.parser.PropertyDtd
evaluateExpression
 

Constructor Detail

AbstractPropertyDtd

public AbstractPropertyDtd()
Default Constructor.

Since:
09/03/2006

AbstractPropertyDtd

public AbstractPropertyDtd(java.lang.String expression,
                           java.lang.String title)
Parameters:
expression - the default value for getExpression().
title - the default value for getTitle().
Since:
09/03/2006
Method Detail

getExpression

public java.lang.String getExpression()

Specified by:
getExpression in interface PropertyDtd
Returns:
Returns the name.
See Also:
PropertyDtd.getExpression()

setExpression

public void setExpression(java.lang.String expression)
Parameters:
expression - The expression to set.

getTitle

public java.lang.String getTitle()

Specified by:
getTitle in interface PropertyDtd
Returns:
the property title.
Since:
18/02/2006
See Also:
PropertyDtd.getTitle()

setTitle

public void setTitle(java.lang.String title)
Parameters:
title - The title to set.
Since:
18/02/2006

getDescription

public java.lang.String getDescription()

Specified by:
getDescription in interface PropertyDtd
Returns:
Returns the description.
See Also:
PropertyDtd.getDescription()

setDescription

public void setDescription(java.lang.String description)
Parameters:
description - The description to set.

isProtectNullPointer

public boolean isProtectNullPointer()

Specified by:
isProtectNullPointer in interface PropertyDtd
Returns:
true if null pointer protection is active.
See Also:
PropertyDtd.isProtectNullPointer()

setProtectNullPointer

public void setProtectNullPointer(boolean protectNullPointer)
Parameters:
protectNullPointer - setea la propiedad PropertyDtd.isProtectNullPointer().
Since:
18/02/2006

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object
See Also:
Object.toString()


Copyright © 2006 epere4. All Rights Reserved.