public class SpouseData extends PersonalData implements ISpouseData
| Modifier and Type | Field and Description |
|---|---|
private int |
connectionsInHerHomeTown |
private int |
connectionsInYourHomeTown |
private int |
popularityInHerHomeTown |
private int |
popularityInYourHomeTown |
private String |
portraitResourceName |
| Constructor and Description |
|---|
SpouseData(String name,
String lastName,
boolean male,
ICity birthplace,
org.joda.time.DateTime birthDate,
int popHer,
int popYour,
int conHer,
int conYour,
String portraitResourceName) |
getAgeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConnectionsInHerHomeTown, getConnectionsInYourHomeTown, getPopularityInHerHomeTown, getPopularityInYourHomeTown, getPortraitResourceNamegetAge, getBirthDate, getBirthPlace, getLastName, getName, isMaleprivate final int popularityInHerHomeTown
private final int popularityInYourHomeTown
private final int connectionsInHerHomeTown
private final int connectionsInYourHomeTown
private final String portraitResourceName
Copyright © 2011-2017 Sahits GmbH. All Rights Reserved.