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, toXMLaddSlot, addSlots, getSlot, getSlots, removeSlot, removeSlotsclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitaddAssociation, 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, toXMLaddSlot, addSlots, getSlot, getSlots, removeSlot, removeSlotspublic UserImpl(LifeCycleManager lifeCycleManager)
public Organization getOrganization() throws JAXRException
getOrganization in interface UserJAXRExceptionpublic PersonName getPersonName() throws JAXRException
getPersonName in interface UserJAXRExceptionpublic Collection getPostalAddresses() throws JAXRException
getPostalAddresses in interface UserJAXRExceptionpublic Collection getTelephoneNumbers(String str) throws JAXRException
getTelephoneNumbers in interface UserJAXRExceptionpublic String getType() throws JAXRException
getType in interface UserJAXRExceptionpublic URL getUrl() throws JAXRException
getUrl in interface UserJAXRExceptionpublic void setEmailAddresses(Collection collection) throws JAXRException
setEmailAddresses in interface UserJAXRExceptionpublic void setPersonName(PersonName pname) throws JAXRException
setPersonName in interface UserJAXRExceptionpublic void setPostalAddresses(Collection collection) throws JAXRException
setPostalAddresses in interface UserJAXRExceptionpublic void setTelephoneNumbers(Collection collection) throws JAXRException
setTelephoneNumbers in interface UserJAXRExceptionpublic void setType(String str) throws JAXRException
setType in interface UserJAXRExceptionpublic void setUrl(URL uRL) throws JAXRException
setUrl in interface UserJAXRExceptionpublic Collection getEmailAddresses() throws JAXRException
getEmailAddresses in interface UserJAXRExceptionpublic void setOrganization(Organization o)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.