public interface IEntityAdaptor
Interface implemented by all entity adaptors
  • Method Details

    • code

      String code()
      Returns the code.
    • property

      IEntityPropertyAdaptor property(String propertyTypeCode)
      Returns the property by code of the property type.
    • propertyValue

      String propertyValue(String propertyTypeCode)
      Returns the property value by code of the property type.
    • propertyRendered

      String propertyRendered(String propertyTypeCode)
      Returns the property value rendered as String by code of the property type.
    • properties

      Returns collection of properties of the entity