public static class RevisionRecall.Builder extends Object implements IBuilder, Serializable
IBuilder
,
Serialized FormConstructor and Description |
---|
Builder()
Empty constructor
|
Builder(RevisionRecall recall)
Constructor which starts from an existing component.
|
Modifier and Type | Method and Description |
---|---|
RevisionRecall |
commit()
Finalizes the data gathered for this builder instance.
|
List<Details.Builder> |
getDetails()
Builder accessor for the details
|
List<Link.Builder> |
getLinks()
Builder accessor for the links
|
String |
getNetwork()
Builder accessor for the network
|
String |
getOtherNetwork()
Builder accessor for the otherNetwork
|
Integer |
getRevisionID()
Builder accessor for the revisionID
|
String |
getRevisionType()
Builder accessor for the revisionType
|
SecurityAttributes.Builder |
getSecurityAttributes()
Builder accessor for the Security Attributes
|
String |
getValue()
Builder accessor for the value
|
XLinkAttributes.Builder |
getXLinkAttributes()
Builder accessor for the XLink Attributes
|
boolean |
isEmpty()
Checks if any values have been provided for this Builder.
|
void |
setNetwork(String network)
Builder accessor for the network
|
void |
setOtherNetwork(String otherNetwork)
Builder accessor for the otherNetwork
|
void |
setRevisionID(Integer revisionID)
Builder accessor for the revisionID
|
void |
setRevisionType(String revisionType)
Builder accessor for the revisionType
|
void |
setSecurityAttributes(SecurityAttributes.Builder securityAttributes)
Builder accessor for the Security Attributes
|
void |
setValue(String value)
Builder accessor for the value
|
void |
setXLinkAttributes(XLinkAttributes.Builder xlinkAttributes)
Builder accessor for the XLink Attributes
|
public Builder()
public Builder(RevisionRecall recall)
public RevisionRecall commit() throws InvalidDDMSException
IBuilder
commit
in interface IBuilder
InvalidDDMSException
- if any required information is missing or malformedIBuilder.commit()
public boolean isEmpty()
IBuilder
isEmpty
in interface IBuilder
IBuilder.isEmpty()
public String getValue()
public void setValue(String value)
public List<Link.Builder> getLinks()
public List<Details.Builder> getDetails()
public Integer getRevisionID()
public void setRevisionID(Integer revisionID)
public String getRevisionType()
public void setRevisionType(String revisionType)
public String getNetwork()
public void setNetwork(String network)
public String getOtherNetwork()
public void setOtherNetwork(String otherNetwork)
public XLinkAttributes.Builder getXLinkAttributes()
public void setXLinkAttributes(XLinkAttributes.Builder xlinkAttributes)
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/