public class RegistryEntryImpl extends RegistryObjectImpl implements RegistryEntry, Versionable, Serializable
STABILITY_DYNAMIC, STABILITY_DYNAMIC_COMPATIBLE, STABILITY_STATIC, STATUS_APPROVED, STATUS_DEPRECATED, STATUS_SUBMITTED, STATUS_WITHDRAWN| Constructor and Description |
|---|
RegistryEntryImpl()
Default constructor
|
RegistryEntryImpl(Key key)
Constructor used by subclass to
initialize RegistryObject data
|
RegistryEntryImpl(Key key,
String description,
String name)
Constructor used by subclass to
initialize RegistryObject data
|
| Modifier and Type | Method and Description |
|---|---|
Date |
getExpiration()
Level 1 method
|
int |
getMajorVersion()
Level 1 method
|
int |
getMinorVersion()
Level 1 method
|
int |
getStability()
Level 1 method
|
int |
getStatus()
Level 1 method
|
String |
getUserVersion()
Level 1 method
|
void |
setExpiration(Date date)
Level 1 method
|
void |
setMajorVersion(int majorVersion)
Level 1 method
|
void |
setMinorVersion(int minorVersion)
Level 1 method
|
void |
setStability(int stability)
Level 1 method
|
void |
setUserVersion(String userVersion)
Level 1 method
|
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, toXMLgetSlot, getSlotsclone, equals, finalize, getClass, hashCode, 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 RegistryEntryImpl()
public RegistryEntryImpl(Key key, String description, String name)
public RegistryEntryImpl(Key key)
public int getStatus()
throws JAXRException
getStatus in interface RegistryEntryJAXRException - If the JAXR provider encounters an internal errorpublic int getStability()
throws JAXRException
getStability in interface RegistryEntryJAXRException - If the JAXR provider encounters an internal errorRegistryEntry.STABILITY_DYNAMICpublic void setStability(int stability)
throws JAXRException
setStability in interface RegistryEntrystability - the stability indicatorJAXRException - If the JAXR provider encounters an internal errorpublic Date getExpiration() throws JAXRException
getExpiration in interface RegistryEntryJAXRException - If the JAXR provider encounters an internal errorpublic void setExpiration(Date date) throws JAXRException
setExpiration in interface RegistryEntrydate - the expiration Date for the stability indicatorJAXRException - If the JAXR provider encounters an internal errorpublic int getMajorVersion()
throws JAXRException
getMajorVersion in interface VersionableJAXRException - If the JAXR provider encounters an internal errorpublic void setMajorVersion(int majorVersion)
throws JAXRException
setMajorVersion in interface VersionablemajorVersion - the major version numberJAXRException - If the JAXR provider encounters an internal errorpublic int getMinorVersion()
throws JAXRException
getMinorVersion in interface VersionableJAXRException - If the JAXR provider encounters an internal errorpublic void setMinorVersion(int minorVersion)
throws JAXRException
setMinorVersion in interface VersionableminorVersion - the minor version numberJAXRException - If the JAXR provider encounters an internal errorpublic String getUserVersion() throws JAXRException
getUserVersion in interface VersionableJAXRException - If the JAXR provider encounters an internal errorpublic void setUserVersion(String userVersion) throws JAXRException
setUserVersion in interface VersionableuserVersion - the user-defined version numberJAXRException - If the JAXR provider encounters an internal errorCopyright © 2005–2017 Oracle Corporation. All rights reserved.