Class RegistryEntryImpl
- java.lang.Object
-
- com.sun.xml.registry.uddi.infomodel.ExtensibleObjectImpl
-
- com.sun.xml.registry.uddi.infomodel.RegistryObjectImpl
-
- com.sun.xml.registry.uddi.infomodel.RegistryEntryImpl
-
- All Implemented Interfaces:
Serializable,javax.xml.registry.infomodel.ExtensibleObject,javax.xml.registry.infomodel.RegistryEntry,javax.xml.registry.infomodel.RegistryObject,javax.xml.registry.infomodel.Versionable
- Direct Known Subclasses:
ClassificationSchemeImpl,ExtrinsicObjectImpl,RegistryPackageImpl,ServiceImpl
public class RegistryEntryImpl extends RegistryObjectImpl implements javax.xml.registry.infomodel.RegistryEntry, javax.xml.registry.infomodel.Versionable, Serializable
Implementation of RegistryEntry interface- Author:
- Bobby Bissett
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RegistryEntryImpl()Default constructorRegistryEntryImpl(javax.xml.registry.infomodel.Key key)Constructor used by subclass to initialize RegistryObject dataRegistryEntryImpl(javax.xml.registry.infomodel.Key key, String description, String name)Constructor used by subclass to initialize RegistryObject data
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetExpiration()Level 1 methodintgetMajorVersion()Level 1 methodintgetMinorVersion()Level 1 methodintgetStability()Level 1 methodintgetStatus()Level 1 methodStringgetUserVersion()Level 1 methodvoidsetExpiration(Date date)Level 1 methodvoidsetMajorVersion(int majorVersion)Level 1 methodvoidsetMinorVersion(int minorVersion)Level 1 methodvoidsetStability(int stability)Level 1 methodvoidsetUserVersion(String userVersion)Level 1 method-
Methods inherited from class com.sun.xml.registry.uddi.infomodel.RegistryObjectImpl
addAssociation, addAssociations, addClassification, addClassifications, addExternalIdentifier, addExternalIdentifiers, addExternalLink, addExternalLinks, addSlot, addSlots, areAssociationsLoaded, getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getConnection, getDescription, getExternalIdentifiers, getExternalLinks, getKey, getLifeCycleManager, getName, getObjectType, getRegistryPackages, getRegistryService, getServiceId, getSubmittingOrganization, isDeleted, isLoaded, isModified, isNew, isRetrieved, removeAssociation, removeAssociations, removeClassification, removeClassifications, removeExternalIdentifier, removeExternalIdentifiers, removeExternalLink, removeExternalLinks, removeSlot, removeSlots, setAssociations, setAssociationsLoaded, setClassifications, setDescription, setExternalIdentifiers, setExternalLinks, setIsDeleted, setIsLoaded, setIsModified, setIsNew, setIsRetrieved, setKey, setLifeCycleManager, setName, setObjectType, setRegistryService, setServiceId, setStatusFlags, setSubmittingOrganization, toXML
-
Methods inherited from class com.sun.xml.registry.uddi.infomodel.ExtensibleObjectImpl
getSlot, getSlots
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface javax.xml.registry.infomodel.ExtensibleObject
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots
-
Methods inherited from interface javax.xml.registry.infomodel.RegistryObject
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
-
-
-
-
Constructor Detail
-
RegistryEntryImpl
public RegistryEntryImpl()
Default constructor
-
RegistryEntryImpl
public RegistryEntryImpl(javax.xml.registry.infomodel.Key key, String description, String name)Constructor used by subclass to initialize RegistryObject data
-
RegistryEntryImpl
public RegistryEntryImpl(javax.xml.registry.infomodel.Key key)
Constructor used by subclass to initialize RegistryObject data
-
-
Method Detail
-
getStatus
public int getStatus() throws javax.xml.registry.JAXRExceptionLevel 1 method- Specified by:
getStatusin interfacejavax.xml.registry.infomodel.RegistryEntry- Throws:
javax.xml.registry.JAXRException
-
getStability
public int getStability() throws javax.xml.registry.JAXRExceptionLevel 1 method- Specified by:
getStabilityin interfacejavax.xml.registry.infomodel.RegistryEntry- Throws:
javax.xml.registry.JAXRException
-
setStability
public void setStability(int stability) throws javax.xml.registry.JAXRExceptionLevel 1 method- Specified by:
setStabilityin interfacejavax.xml.registry.infomodel.RegistryEntry- Throws:
javax.xml.registry.JAXRException
-
getExpiration
public Date getExpiration() throws javax.xml.registry.JAXRException
Level 1 method- Specified by:
getExpirationin interfacejavax.xml.registry.infomodel.RegistryEntry- Throws:
javax.xml.registry.JAXRException
-
setExpiration
public void setExpiration(Date date) throws javax.xml.registry.JAXRException
Level 1 method- Specified by:
setExpirationin interfacejavax.xml.registry.infomodel.RegistryEntry- Throws:
javax.xml.registry.JAXRException
-
getMajorVersion
public int getMajorVersion() throws javax.xml.registry.JAXRExceptionLevel 1 method- Specified by:
getMajorVersionin interfacejavax.xml.registry.infomodel.Versionable- Throws:
javax.xml.registry.JAXRException
-
setMajorVersion
public void setMajorVersion(int majorVersion) throws javax.xml.registry.JAXRExceptionLevel 1 method- Specified by:
setMajorVersionin interfacejavax.xml.registry.infomodel.Versionable- Throws:
javax.xml.registry.JAXRException
-
getMinorVersion
public int getMinorVersion() throws javax.xml.registry.JAXRExceptionLevel 1 method- Specified by:
getMinorVersionin interfacejavax.xml.registry.infomodel.Versionable- Throws:
javax.xml.registry.JAXRException
-
setMinorVersion
public void setMinorVersion(int minorVersion) throws javax.xml.registry.JAXRExceptionLevel 1 method- Specified by:
setMinorVersionin interfacejavax.xml.registry.infomodel.Versionable- Throws:
javax.xml.registry.JAXRException
-
getUserVersion
public String getUserVersion() throws javax.xml.registry.JAXRException
Level 1 method- Specified by:
getUserVersionin interfacejavax.xml.registry.infomodel.Versionable- Throws:
javax.xml.registry.JAXRException
-
setUserVersion
public void setUserVersion(String userVersion) throws javax.xml.registry.JAXRException
Level 1 method- Specified by:
setUserVersionin interfacejavax.xml.registry.infomodel.Versionable- Throws:
javax.xml.registry.JAXRException
-
-