|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object olg.csv.bean.impl.PropertyFormatter olg.csv.bean.impl.PropertyFormatter.ConcatePropertyReader
private static final class PropertyFormatter.ConcatePropertyReader
Allows to concate severals characteristics of an object into a single string.
Field Summary | |
---|---|
private AbstractStringFilter |
filtre
The filtre used to filter the concated strings. |
private List<PropertyFormatter> |
properties
The list of PropertyFormatter used to concate their results. |
Fields inherited from class olg.csv.bean.impl.PropertyFormatter |
---|
name |
Constructor Summary | |
---|---|
PropertyFormatter.ConcatePropertyReader(List<PropertyFormatter> properties,
AbstractStringFilter filtre)
|
Method Summary | |
---|---|
String |
getFullName()
Return the full name of the property. |
String |
getName()
Returns the name of the property. |
String |
toString(Object object)
Returns a string representation of the property. |
Methods inherited from class olg.csv.bean.impl.PropertyFormatter |
---|
equals, getConcatePropertyReader, getDelegatePropertyReader, getPropertyReader, hashCode |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final List<PropertyFormatter> properties
private final AbstractStringFilter filtre
Constructor Detail |
---|
PropertyFormatter.ConcatePropertyReader(List<PropertyFormatter> properties, AbstractStringFilter filtre)
properties
- The list of PropertyFormatter used to concate their
results.filtre
- The filtre used to filter the concated strings.Method Detail |
---|
public String toString(Object object)
PropertyFormatter
Throws a PropertyException when errors occurs during the formatting.
toString
in class PropertyFormatter
object
- Object from which product a string representation of its
property
public String getName()
getName
in class PropertyFormatter
public String getFullName()
PropertyFormatter
getFullName
in class PropertyFormatter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |