public class CareGiver
extends java.lang.Object
This class has the following attributes:
1. Care Giver Name (String)
2. Care Giver Family (String)
3. Care Giver Suffix (String)
4. Care Giver Prefix (String)
5. Care Giver Gender (String)
6. Care Giver Birth Time (String)
7. Care Giver Contact (List<String>)
8. Care Giver Address (List<Address>)
This class provides accessors and mutators for the elements mentioned above.
| Constructor and Description |
|---|
CareGiver()
Constructs an object of Care Giver.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Address> |
getCareGiverAddress()
Returns the List of Care Giver Address.
|
java.lang.String |
getCareGiverBirthTime()
Returns the Care Giver Birth Time.
|
java.util.List<java.lang.String> |
getCareGiverContact()
Returns the List of Care Giver Contact.
|
java.lang.String |
getCareGiverFamily()
Returns the Care Giver's Family Name.
|
java.lang.String |
getCareGiverGender()
Returns the Care Giver Gender.
|
java.lang.String |
getCareGiverName()
Returns the Care Giver Name.
|
java.lang.String |
getCareGiverPrefix()
Returns the the Care Giver Name Prefix.
|
java.lang.String |
getCareGiverSuffix()
Returns the Care Giver Name Suffix.
|
void |
setCareGiverBirthTime(java.lang.String careGiverBirthTime)
Sets the Care Giver Birth Time.
|
void |
setCareGiverFamily(java.lang.String careGiverFamily)
Sets the Care Giver's Family Name.
|
void |
setCareGiverGender(java.lang.String careGiverGender)
Sets the Care Giver Gender.
|
void |
setCareGiverName(java.lang.String careGiverName)
Sets the Care Giver Name.
|
void |
setCareGiverPrefix(java.lang.String careGiverPrefix)
Sets the the Care Giver Name Prefix.
|
void |
setCareGiverSuffix(java.lang.String careGiverSuffix)
Sets the Care Giver Name Suffix.
|
public java.lang.String getCareGiverName()
public void setCareGiverName(java.lang.String careGiverName)
careGiverName - Specifies the Care Giver Name.public java.lang.String getCareGiverFamily()
public void setCareGiverFamily(java.lang.String careGiverFamily)
careGiverFamily - Specifies the Care Giver's Family Name.public java.lang.String getCareGiverSuffix()
public void setCareGiverSuffix(java.lang.String careGiverSuffix)
careGiverSuffix - Specifies the Care Giver Name Suffix.public java.lang.String getCareGiverPrefix()
public void setCareGiverPrefix(java.lang.String careGiverPrefix)
careGiverPrefix - Specifies the Care Giver Name Prefix.public java.lang.String getCareGiverGender()
public void setCareGiverGender(java.lang.String careGiverGender)
careGiverGender - Specifies the Care Giver Gender.public java.lang.String getCareGiverBirthTime()
public void setCareGiverBirthTime(java.lang.String careGiverBirthTime)
careGiverBirthTime - Specifies the Care Giver Birth Time.public java.util.List<java.lang.String> getCareGiverContact()
public java.util.List<Address> getCareGiverAddress()