public static class Person.Builder extends AbstractRoleEntity.Builder
IBuilder,
Serialized Form| Constructor and Description |
|---|
Person.Builder()
Empty constructor
|
Person.Builder(Person person)
Constructor which starts from an existing component.
|
| Modifier and Type | Method and Description |
|---|---|
Person |
commit()
Finalizes the data gathered for this builder instance.
|
String |
getAffliation()
Builder accessor for the affliation
|
String |
getSurname()
Builder accessor for the surname
|
String |
getUserID()
Builder accessor for the userID
|
boolean |
isEmpty()
Helper method to determine if any values have been entered for this Person.
|
void |
setAffliation(String affliation)
Builder accessor for the affliation
|
void |
setSurname(String surname)
Builder accessor for the surname
|
void |
setUserID(String userID)
Builder accessor for the userID
|
getEmails, getExtensibleAttributes, getNames, getPhones, setEmails, setExtensibleAttributes, setNames, setPhonespublic Person.Builder()
public Person.Builder(Person person)
public Person commit() throws InvalidDDMSException
IBuilderInvalidDDMSException - if any required information is missing or malformedIBuilder.commit()public boolean isEmpty()
isEmpty in interface IBuilderisEmpty in class AbstractRoleEntity.Builderpublic String getSurname()
public void setSurname(String surname)
public String getUserID()
public void setUserID(String userID)
public String getAffliation()
public void setAffliation(String affliation)
Copyright 2010 - 2013 by Brian Uri!
Generated on 12/15/2013 10:22 AM
http://ddmsence.urizone.net/