public abstract static class AbstractRoleEntity.Builder extends Object implements IBuilder, Serializable
Builders which are based upon this abstract class should implement the commit() method, returning the appropriate concrete object type.
IBuilder
,
Serialized FormModifier | Constructor and Description |
---|---|
protected |
Builder()
Empty constructor
|
protected |
Builder(AbstractRoleEntity entity)
Constructor which starts from an existing component.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
getEmails()
Builder accessor for the emails
|
ExtensibleAttributes.Builder |
getExtensibleAttributes()
Builder accessor for the Extensible Attributes
|
List<String> |
getNames()
Builder accessor for the names
|
List<String> |
getPhones()
Builder accessor for the phones
|
boolean |
isEmpty()
Helper method to determine if any values have been entered for this producer.
|
void |
setEmails(List<String> emails)
Builder accessor for the emails
|
void |
setExtensibleAttributes(ExtensibleAttributes.Builder extensibleAttributes)
Builder accessor for the Extensible Attributes
|
void |
setNames(List<String> names)
Builder accessor for the names
|
void |
setPhones(List<String> phones)
Builder accessor for the phones
|
protected Builder()
protected Builder(AbstractRoleEntity entity)
public boolean isEmpty()
public List<String> getNames()
public void setNames(List<String> names)
public List<String> getPhones()
public void setPhones(List<String> phones)
public List<String> getEmails()
public void setEmails(List<String> emails)
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/