public static class ProfileList.Builder extends Object implements IBuilder, Serializable
IBuilder
,
Serialized FormConstructor and Description |
---|
Builder()
Empty constructor
|
Builder(ProfileList profileList)
Constructor which starts from an existing component.
|
Modifier and Type | Method and Description |
---|---|
ProfileList |
commit()
Finalizes the data gathered for this builder instance.
|
List<Profile.Builder> |
getProfiles()
Builder accessor for the values
|
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(ProfileList profileList)
public ProfileList 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 List<Profile.Builder> getProfiles()
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/