public static class NoticeAttributes.Builder
extends Object
implements Serializable
This class does not implement the IBuilder interface, because the behavior of commit() is at odds with the standard commit() method. As an attribute group, an empty attribute group will always be returned instead of null.
IBuilder
,
Serialized FormConstructor and Description |
---|
Builder()
Empty constructor
|
Builder(NoticeAttributes attributes)
Constructor which starts from an existing component.
|
Modifier and Type | Method and Description |
---|---|
NoticeAttributes |
commit()
Finalizes the data gathered for this builder instance.
|
Boolean |
getExternalNotice()
Builder accessor for the externalNotice attribute
|
String |
getNoticeDate()
Builder accessor for the noticeDate attribute
|
String |
getNoticeReason()
Builder accessor for the noticeReason attribute
|
String |
getNoticeType()
Builder accessor for the noticeType attribute
|
String |
getUnregisteredNoticeType()
Builder accessor for the unregisteredNoticeType attribute
|
boolean |
isEmpty()
Checks if any values have been provided for this Builder.
|
void |
setExternalNotice(Boolean externalNotice)
Builder accessor for the externalNotice attribute
|
void |
setNoticeDate(String noticeDate)
Builder accessor for the noticeDate attribute
|
void |
setNoticeReason(String noticeReason)
Builder accessor for the noticeReason attribute
|
void |
setNoticeType(String noticeType)
Builder accessor for the noticeType attribute
|
void |
setUnregisteredNoticeType(String unregisteredNoticeType)
Builder accessor for the unregisteredNoticeType attribute
|
public Builder()
public Builder(NoticeAttributes attributes)
public NoticeAttributes commit() throws InvalidDDMSException
InvalidDDMSException
- if any required information is missing or malformedpublic boolean isEmpty()
public String getNoticeType()
public void setNoticeType(String noticeType)
public String getNoticeReason()
public void setNoticeReason(String noticeReason)
public String getNoticeDate()
public void setNoticeDate(String noticeDate)
public String getUnregisteredNoticeType()
public void setUnregisteredNoticeType(String unregisteredNoticeType)
public Boolean getExternalNotice()
public void setExternalNotice(Boolean externalNotice)
Copyright 2010 - 2019 by Brian Uri!
Generated on 09/15/2016 12:36 PM
https://ddmsence.urizone.net/