Class EntityFieldPrototype<T>

  • Type Parameters:
    T - type of the field

    public class EntityFieldPrototype<T>
    extends java.lang.Object
    Field "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.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • EntityFieldPrototype

        public EntityFieldPrototype​(java.lang.String name)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object