public class HierarchialDomainObjectToParentTransformer extends Object implements Function<HierarchialDomainObject,String>, org.apache.commons.collections.Transformer
HierarchialDomainObject
gets the parent hierarchy code.Constructor and Description |
---|
HierarchialDomainObjectToParentTransformer() |
Modifier and Type | Method and Description |
---|---|
String |
apply(HierarchialDomainObject input) |
Object |
transform(Object input) |
public HierarchialDomainObjectToParentTransformer()
public Object transform(Object input)
transform
in interface org.apache.commons.collections.Transformer
public String apply(HierarchialDomainObject input)
apply
in interface Function<HierarchialDomainObject,String>
Copyright © 2018. All rights reserved.