public static class Keyword.Builder extends Object implements IBuilder, Serializable
IBuilder
,
Serialized FormConstructor and Description |
---|
Builder()
Empty constructor
|
Builder(Keyword keyword)
Constructor which starts from an existing component.
|
Modifier and Type | Method and Description |
---|---|
Keyword |
commit()
Finalizes the data gathered for this builder instance.
|
ExtensibleAttributes.Builder |
getExtensibleAttributes()
Builder accessor for the Extensible Attributes
|
SecurityAttributes.Builder |
getSecurityAttributes()
Builder accessor for the Security Attributes
|
String |
getValue()
Builder accessor for the value attribute
|
boolean |
isEmpty()
Checks if any values have been provided for this Builder.
|
void |
setExtensibleAttributes(ExtensibleAttributes.Builder extensibleAttributes)
Builder accessor for the Extensible Attributes
|
void |
setSecurityAttributes(SecurityAttributes.Builder securityAttributes)
Builder accessor for the Security Attributes
|
void |
setValue(String value)
Builder accessor for the value attribute
|
public Builder()
public Builder(Keyword keyword)
public Keyword 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 SecurityAttributes.Builder getSecurityAttributes()
public void setSecurityAttributes(SecurityAttributes.Builder securityAttributes)
public ExtensibleAttributes.Builder getExtensibleAttributes()
public void setExtensibleAttributes(ExtensibleAttributes.Builder extensibleAttributes)
Copyright 2010 - 2019 by Brian Uri!
Generated on 09/15/2016 12:36 PM
https://ddmsence.urizone.net/