public class PersonalInfo extends Object
| Constructor and Description |
|---|
PersonalInfo() |
PersonalInfo(String name,
Integer age) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Integer |
getAge() |
Date |
getDateOfBirth() |
LocalDateTime |
getDateOfConception() |
Calendar |
getDateOfDeath() |
Calendar |
getDateOfGraduation() |
String |
getDescription() |
List<String> |
getKnownAddresses() |
String |
getName() |
void |
setAge(Integer age) |
void |
setDateOfBirth(Date dateOfBirth) |
void |
setDateOfConception(LocalDateTime dateOfConception) |
void |
setDateOfDeath(Calendar dateOfDeath) |
void |
setDateOfGraduation(Calendar dateOfGraduation) |
void |
setDescription(String description) |
void |
setName(String name) |
public String getName()
public void setName(String name)
public Integer getAge()
public void setAge(Integer age)
public LocalDateTime getDateOfConception()
public void setDateOfConception(LocalDateTime dateOfConception)
public Date getDateOfBirth()
public void setDateOfBirth(Date dateOfBirth)
public Calendar getDateOfDeath()
public void setDateOfDeath(Calendar dateOfDeath)
public Calendar getDateOfGraduation()
public void setDateOfGraduation(Calendar dateOfGraduation)
public String getDescription()
public void setDescription(String description)
Copyright © 2022 MuleSoft, Inc.. All rights reserved.