public abstract class _PostCode extends BaseEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
ID_PK_COLUMN |
static String |
LOCALITY_PROPERTY |
static String |
POST_CODE_PROPERTY |
static String |
STATE_PROPERTY |
| Constructor and Description |
|---|
_PostCode() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLocality() |
String |
getPostCode() |
String |
getState() |
void |
setLocality(String locality) |
void |
setPostCode(String postCode) |
void |
setState(String state) |
getId, isNewaddToManyTarget, appendProperties, decodeFromXML, encodeAsXML, fetchFinished, getDataContext, getSnapshotVersion, readNestedProperty, readProperty, readPropertyDirectly, removeToManyTarget, setDataContext, setObjectContext, setPersistenceState, setReverseRelationship, setSnapshotVersion, setToOneTarget, toString, toStringBuffer, unsetReverseRelationship, validateForDelete, validateForInsert, validateForSave, validateForUpdate, willConnect, writeProperty, writePropertyDirectlygetMapKey, getObjectContext, getObjectId, getObjEntity, getPersistenceState, setObjectIdpublic static final String LOCALITY_PROPERTY
public static final String POST_CODE_PROPERTY
public static final String STATE_PROPERTY
public static final String ID_PK_COLUMN