|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ar.com.epere4.java2excel.parser.impl.AbstractPropertyDtd
public abstract class AbstractPropertyDtd
Abstract implementation of
PropertyDtd
.
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 |
---|
public AbstractPropertyDtd()
public AbstractPropertyDtd(java.lang.String expression, java.lang.String title)
expression
- the default value for getExpression()
.title
- the default value for getTitle()
.Method Detail |
---|
public java.lang.String getExpression()
getExpression
in interface PropertyDtd
PropertyDtd.getExpression()
public void setExpression(java.lang.String expression)
expression
- The expression to set.public java.lang.String getTitle()
getTitle
in interface PropertyDtd
PropertyDtd.getTitle()
public void setTitle(java.lang.String title)
title
- The title to set.public java.lang.String getDescription()
getDescription
in interface PropertyDtd
PropertyDtd.getDescription()
public void setDescription(java.lang.String description)
description
- The description to set.public boolean isProtectNullPointer()
isProtectNullPointer
in interface PropertyDtd
PropertyDtd.isProtectNullPointer()
public void setProtectNullPointer(boolean protectNullPointer)
protectNullPointer
- setea la propiedad PropertyDtd.isProtectNullPointer()
.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |