.. java:import:: org.motechproject.mds.util ClassName EntityInfo ========== .. java:package:: org.motechproject.mds.domain :noindex: .. java:type:: public class EntityInfo The \ ``EntityInfo``\ class contains base information about the given entity like class name or infrastructure classes name. **See also:** :java:ref:`org.motechproject.mds.service.JarGeneratorService` Methods ------- getClassName ^^^^^^^^^^^^ .. java:method:: public String getClassName() :outertype: EntityInfo getInfrastructure ^^^^^^^^^^^^^^^^^ .. java:method:: public String[] getInfrastructure() :outertype: EntityInfo getInterfaceName ^^^^^^^^^^^^^^^^ .. java:method:: public String getInterfaceName() :outertype: EntityInfo getName ^^^^^^^ .. java:method:: public String getName() :outertype: EntityInfo getRepository ^^^^^^^^^^^^^ .. java:method:: public String getRepository() :outertype: EntityInfo getServiceName ^^^^^^^^^^^^^^ .. java:method:: public String getServiceName() :outertype: EntityInfo setClassName ^^^^^^^^^^^^ .. java:method:: public void setClassName(String className) :outertype: EntityInfo setInterfaceName ^^^^^^^^^^^^^^^^ .. java:method:: public void setInterfaceName(String interfaceName) :outertype: EntityInfo setRepository ^^^^^^^^^^^^^ .. java:method:: public void setRepository(String repository) :outertype: EntityInfo setServiceName ^^^^^^^^^^^^^^ .. java:method:: public void setServiceName(String serviceName) :outertype: EntityInfo