Package com.kenshoo.pl.entity
Class EntityFieldPrototype<T>
- java.lang.Object
-
- com.kenshoo.pl.entity.EntityFieldPrototype<T>
-
- Type Parameters:
T- type of the field
public class EntityFieldPrototype<T> extends java.lang.ObjectField "prototypes" are "meta" information on fields - a markers that mark certain behaviors shared between entities. For example, tracking template field should have the same validations no matter whether it belongs to a keyword or an ad. Referring to these fields by "prototypes" allows implementing these behaviors in a generic way.
-
-
Constructor Summary
Constructors Constructor Description EntityFieldPrototype(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-