public static class ResourceManagement.Builder extends Object implements IBuilder, Serializable
IBuilder, 
Serialized Form| Constructor and Description | 
|---|
| Builder()Empty constructor | 
| Builder(ResourceManagement resourceManagement)Constructor which starts from an existing component. | 
| Modifier and Type | Method and Description | 
|---|---|
| ResourceManagement | commit()Finalizes the data gathered for this builder instance. | 
| List<ProcessingInfo.Builder> | getProcessingInfos()Builder accessor for the processingInfos | 
| RecordsManagementInfo.Builder | getRecordsManagementInfo()Builder accessor for the recordsManagementInfo | 
| RevisionRecall.Builder | getRevisionRecall()Builder accessor for the revisionRecall | 
| SecurityAttributes.Builder | getSecurityAttributes()Builder accessor for the Security Attributes | 
| List<TaskingInfo.Builder> | getTaskingInfos()Builder accessor for the taskingInfos | 
| boolean | isEmpty()Checks if any values have been provided for this Builder. | 
| void | setRecordsManagementInfo(RecordsManagementInfo.Builder recordsManagementInfo)Builder accessor for the recordsManagementInfo | 
| void | setRevisionRecall(RevisionRecall.Builder revisionRecall)Builder accessor for the revisionRecall | 
| void | setSecurityAttributes(SecurityAttributes.Builder securityAttributes)Builder accessor for the Security Attributes | 
public Builder()
public Builder(ResourceManagement resourceManagement)
public ResourceManagement commit() throws InvalidDDMSException
IBuildercommit in interface IBuilderInvalidDDMSException - if any required information is missing or malformedIBuilder.commit()public boolean isEmpty()
IBuilderisEmpty in interface IBuilderIBuilder.isEmpty()public RecordsManagementInfo.Builder getRecordsManagementInfo()
public void setRecordsManagementInfo(RecordsManagementInfo.Builder recordsManagementInfo)
public RevisionRecall.Builder getRevisionRecall()
public void setRevisionRecall(RevisionRecall.Builder revisionRecall)
public List<TaskingInfo.Builder> getTaskingInfos()
public List<ProcessingInfo.Builder> getProcessingInfos()
public SecurityAttributes.Builder getSecurityAttributes()
public void setSecurityAttributes(SecurityAttributes.Builder securityAttributes)
Copyright 2010 - 2019 by Brian Uri!
Generated on 09/15/2016 12:36 PM
https://ddmsence.urizone.net/