public class CardApplication extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CardApplication.CardType |
| Constructor and Description |
|---|
CardApplication() |
CardApplication(Person person,
String occupation,
boolean employed,
CardApplication.CardType cardType) |
| Modifier and Type | Method and Description |
|---|---|
CardApplication.CardType |
getCardType() |
String |
getOccupation() |
Person |
getPerson() |
boolean |
isEmployed() |
void |
setCardType(CardApplication.CardType cardType) |
void |
setEmployed(boolean employed) |
void |
setOccupation(String occupation) |
void |
setPerson(Person person) |
public CardApplication(Person person, String occupation, boolean employed, CardApplication.CardType cardType)
public CardApplication()
public Person getPerson()
public void setPerson(Person person)
public String getOccupation()
public void setOccupation(String occupation)
public boolean isEmployed()
public void setEmployed(boolean employed)
public CardApplication.CardType getCardType()
public void setCardType(CardApplication.CardType cardType)
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.