ch.sahits.game.openpatrician.model.personal
Interface ISpouseData

All Superinterfaces:
IPersonalData
All Known Implementing Classes:
SpouseData

public interface ISpouseData
extends IPersonalData

Interface defining the personal data of the spouse

Author:
Andi Hotz, (c) Sahits GmbH, 2012 Created on Jul 25, 2012

Method Summary
 int getConnectionsInHerHomeTown()
          Retrieve the connectivity to the counsilmen in her home town
 int getConnectionsInYourHomeTown()
          Retrieve the connectivity to the counsilmen in your home town
 int getNumberOfChildren()
          Retrieve the number of children you have with the spouse
 int getPopularityInHerHomeTown()
          Retrieve her popularity in her home town
 int getPopularityInYourHomeTown()
          Retrieve her popularity in your home town
 BufferedImage getPortrait()
          Retrieve an optional portrait
 void newChild()
          New child is born to you
 
Methods inherited from interface ch.sahits.game.openpatrician.model.personal.IPersonalData
getAge, getBirthDate, getBirthPlace, getLastName, getName, isMale
 

Method Detail

getPortrait

BufferedImage getPortrait()
Retrieve an optional portrait

Returns:

getPopularityInHerHomeTown

int getPopularityInHerHomeTown()
Retrieve her popularity in her home town

Returns:

getPopularityInYourHomeTown

int getPopularityInYourHomeTown()
Retrieve her popularity in your home town

Returns:

getConnectionsInHerHomeTown

int getConnectionsInHerHomeTown()
Retrieve the connectivity to the counsilmen in her home town

Returns:

getConnectionsInYourHomeTown

int getConnectionsInYourHomeTown()
Retrieve the connectivity to the counsilmen in your home town

Returns:

getNumberOfChildren

int getNumberOfChildren()
Retrieve the number of children you have with the spouse

Returns:

newChild

void newChild()
New child is born to you



Copyright © 2011-2012 Sahits GmbH. All Rights Reserved.