Constructor and Description |
---|
SizeToOutputStringTransformer() |
Modifier and Type | Method and Description |
---|---|
String |
getDelim() |
List<String> |
getLbhOrder()
List of Name of property in
SizeDimensions . |
void |
setDelim(String delim) |
void |
setLbhOrder(List<String> lbhOrder)
List of Name of property in
SizeDimensions . |
Object |
transform(Object input) |
public Object transform(Object input)
transform
in interface org.apache.commons.collections.Transformer
public List<String> getLbhOrder()
SizeDimensions
. Example {"length", "width", "height"}
(L)ength x (W)idth x (H)eight order
Positions are from 0 to 2. (Size will be 3)
public void setLbhOrder(List<String> lbhOrder)
SizeDimensions
. Example {"length", "width", "height"}
(L)ength x (W)idth x (H)eight order
Positions are from 0 to 2. (Size will be 3)
public String getDelim()
public void setDelim(String delim)
Copyright © 2018. All rights reserved.