public class TruncateAndCat extends java.lang.Object implements ObjectTransform
| Constructor and Description |
|---|
TruncateAndCat() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCatProperty() |
java.lang.String |
getTruncateProperty() |
int |
getWidth() |
void |
setCatProperty(java.lang.String newCatProperty) |
void |
setTruncateProperty(java.lang.String newTruncateProperty) |
void |
setWidth(int newWidth) |
java.lang.Object |
transform(java.lang.Object victim)
Our one method; this transforms one object into another.
|
public java.lang.Object transform(java.lang.Object victim)
ObjectTransformtransform in interface ObjectTransformpublic java.lang.String getTruncateProperty()
public void setTruncateProperty(java.lang.String newTruncateProperty)
public java.lang.String getCatProperty()
public void setCatProperty(java.lang.String newCatProperty)
public int getWidth()
public void setWidth(int newWidth)