public static class Category.Builder extends Object implements IBuilder, Serializable
IBuilder
,
Serialized FormConstructor and Description |
---|
Builder()
Empty constructor
|
Builder(Category category)
Constructor which starts from an existing component.
|
Modifier and Type | Method and Description |
---|---|
Category |
commit()
Finalizes the data gathered for this builder instance.
|
String |
getCode()
Builder accessor for the code attribute
|
ExtensibleAttributes.Builder |
getExtensibleAttributes()
Builder accessor for the Extensible Attributes
|
String |
getLabel()
Builder accessor for the label attribute
|
String |
getQualifier()
Builder accessor for the qualifier attribute
|
SecurityAttributes.Builder |
getSecurityAttributes()
Builder accessor for the Security Attributes
|
boolean |
isEmpty()
Checks if any values have been provided for this Builder.
|
void |
setCode(String code)
Builder accessor for the code attribute
|
void |
setExtensibleAttributes(ExtensibleAttributes.Builder extensibleAttributes)
Builder accessor for the Extensible Attributes
|
void |
setLabel(String label)
Builder accessor for the label attribute
|
void |
setQualifier(String qualifier)
Builder accessor for the qualifier attribute
|
void |
setSecurityAttributes(SecurityAttributes.Builder securityAttributes)
Builder accessor for the Security Attributes
|
public Builder()
public Builder(Category category)
public Category 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 getQualifier()
public void setQualifier(String qualifier)
public String getCode()
public void setCode(String code)
public String getLabel()
public void setLabel(String label)
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/