Interface EntityNormalizeInvocation

All Superinterfaces:
EntityInvocation<Void>

public interface EntityNormalizeInvocation extends EntityInvocation<Void>
  • Method Details

    • getEntity

      Entity getEntity()
    • setEntity

      void setEntity(Entity entity)
    • getNormalizePropertyList

      List<String> getNormalizePropertyList()
    • setNormalizePropertyList

      void setNormalizePropertyList(List<String> normalizePropertyList)