public static class NoticeList.Builder extends Object implements IBuilder, Serializable
IBuilder,
Serialized Form| Constructor and Description |
|---|
Builder()
Empty constructor
|
Builder(NoticeList notice)
Constructor which starts from an existing component.
|
| Modifier and Type | Method and Description |
|---|---|
NoticeList |
commit()
Finalizes the data gathered for this builder instance.
|
List<Notice.Builder> |
getNotices()
Builder accessor for the notices
|
SecurityAttributes.Builder |
getSecurityAttributes()
Builder accessor for the securityAttributes
|
boolean |
isEmpty()
Checks if any values have been provided for this Builder.
|
void |
setSecurityAttributes(SecurityAttributes.Builder securityAttributes)
Builder accessor for the securityAttributes
|
public Builder()
public Builder(NoticeList notice)
public NoticeList 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 List<Notice.Builder> getNotices()
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/