public static class RecordKeeper.Builder extends Object implements IBuilder, Serializable
IBuilder, 
Serialized Form| Constructor and Description | 
|---|
| Builder()Empty constructor | 
| Builder(RecordKeeper keeper)Constructor which starts from an existing component. | 
| Modifier and Type | Method and Description | 
|---|---|
| RecordKeeper | commit()Finalizes the data gathered for this builder instance. | 
| Organization.Builder | getOrganization()Builder accessor for the organization builder | 
| String | getRecordKeeperID()Builder accessor for the recordKeeperID | 
| boolean | isEmpty()Helper method to determine if any values have been entered. | 
| void | setOrganization(Organization.Builder organization)Builder accessor for the organization builder | 
| void | setRecordKeeperID(String recordKeeperID)Builder accessor for the recordKeeperID | 
public Builder()
public Builder(RecordKeeper keeper)
public RecordKeeper commit() throws InvalidDDMSException
IBuildercommit in interface IBuilderInvalidDDMSException - if any required information is missing or malformedIBuilder.commit()public boolean isEmpty()
public String getRecordKeeperID()
public void setRecordKeeperID(String recordKeeperID)
public Organization.Builder getOrganization()
public void setOrganization(Organization.Builder organization)
Copyright 2010 - 2019 by Brian Uri!
Generated on 09/15/2016 12:36 PM
https://ddmsence.urizone.net/