package com.aimluck.eip.cayenne.om.account.auto; /** Class _EipMInactiveApplication was generated by Cayenne. * It is probably a good idea to avoid changing this class manually, * since it may be overwritten next time code is regenerated. * If you need to make any customizations, please use subclass. */ public class _EipMInactiveApplication extends org.apache.cayenne.CayenneDataObject { public static final String NAME_PROPERTY = "name"; public static final String ID_PK_COLUMN = "ID"; public void setName(String name) { writeProperty("name", name); } public String getName() { return (String)readProperty("name"); } }