public class UserImpl extends RegistryObjectImpl implements User
Constructor and Description |
---|
UserImpl(LifeCycleManager lifeCycleManager)
Creates a new instance of UserImpl
|
Modifier and Type | Method and Description |
---|---|
Collection |
getEmailAddresses() |
Organization |
getOrganization() |
PersonName |
getPersonName() |
Collection |
getPostalAddresses() |
Collection |
getTelephoneNumbers(String str) |
String |
getType() |
URL |
getUrl() |
void |
setEmailAddresses(Collection collection) |
void |
setOrganization(Organization o) |
void |
setPersonName(PersonName pname) |
void |
setPostalAddresses(Collection collection) |
void |
setTelephoneNumbers(Collection collection) |
void |
setType(String str) |
void |
setUrl(URL uRL) |
addAssociation, addAssociations, addClassification, addClassifications, addExternalIdentifier, addExternalIdentifiers, addExternalLink, addExternalLinks, equals, getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getDescription, getExternalIdentifiers, getExternalLinks, getKey, getLifeCycleManager, getName, getObjectType, getRegistryPackages, getSubmittingOrganization, hashCode, removeAssociation, removeAssociations, removeClassification, removeClassifications, removeExternalIdentifier, removeExternalIdentifiers, removeExternalLink, removeExternalLinks, setAssociations, setClassifications, setDescription, setExternalIdentifiers, setExternalLinks, setKey, setName, toXML
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
addAssociation, addAssociations, addClassification, addClassifications, addExternalIdentifier, addExternalIdentifiers, addExternalLink, addExternalLinks, getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getDescription, getExternalIdentifiers, getExternalLinks, getKey, getLifeCycleManager, getName, getObjectType, getRegistryPackages, getSubmittingOrganization, removeAssociation, removeAssociations, removeClassification, removeClassifications, removeExternalIdentifier, removeExternalIdentifiers, removeExternalLink, removeExternalLinks, setAssociations, setClassifications, setDescription, setExternalIdentifiers, setExternalLinks, setKey, setName, toXML
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots
public UserImpl(LifeCycleManager lifeCycleManager)
public Organization getOrganization() throws JAXRException
getOrganization
in interface User
JAXRException
public PersonName getPersonName() throws JAXRException
getPersonName
in interface User
JAXRException
public Collection getPostalAddresses() throws JAXRException
getPostalAddresses
in interface User
JAXRException
public Collection getTelephoneNumbers(String str) throws JAXRException
getTelephoneNumbers
in interface User
JAXRException
public String getType() throws JAXRException
getType
in interface User
JAXRException
public URL getUrl() throws JAXRException
getUrl
in interface User
JAXRException
public void setEmailAddresses(Collection collection) throws JAXRException
setEmailAddresses
in interface User
JAXRException
public void setPersonName(PersonName pname) throws JAXRException
setPersonName
in interface User
JAXRException
public void setPostalAddresses(Collection collection) throws JAXRException
setPostalAddresses
in interface User
JAXRException
public void setTelephoneNumbers(Collection collection) throws JAXRException
setTelephoneNumbers
in interface User
JAXRException
public void setType(String str) throws JAXRException
setType
in interface User
JAXRException
public void setUrl(URL uRL) throws JAXRException
setUrl
in interface User
JAXRException
public Collection getEmailAddresses() throws JAXRException
getEmailAddresses
in interface User
JAXRException
public void setOrganization(Organization o)
Copyright © 2018 JBoss by Red Hat. All rights reserved.