public interface LCAwareRegistryEntry extends LCAwareRegistryObject, Versionable
RegistryBean
interface that represents the LifeCylce aware JAXR RegistryEntry
.Modifier and Type | Field and Description |
---|---|
static int |
STABILITY_DYNAMIC |
static int |
STABILITY_DYNAMIC_COMPATIBLE |
static int |
STABILITY_STATIC |
static int |
STATUS_APPROVED |
static int |
STATUS_DEPRECATED |
static int |
STATUS_SUBMITTED |
static int |
STATUS_WITHDRAWN |
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getExpiration()
Gets expirationDate attribute of the RegistryEntry within the Registry.
|
int |
getStability()
Gets the stability indicator for the RegistryEntry within the Registry.
|
int |
getStatus()
Gets the life cycle status of the RegistryEntry within the registry.
|
void |
setExpiration(java.util.Date expiration)
Sets the expirationDate.
|
void |
setStability(int stability)
Sets the stability indicator for the RegistryEntry.
|
getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getExternalIdentifiers, getExternalLinks, getObjectType, getRegistryPackages, getSubmittingOrganization, setAssociations, setClassifications, setExternalIdentifiers, setExternalLinks
approveStateChange, findLCModel, getLCState, rejectStateChange, setLCState
getDescription, getKey, getName, setDescription, setName
getSlots, setSlots
getMajorVersion, getMinorVersion, getUserVersion, setMajorVersion, setMinorVersion, setUserVersion
static final int STABILITY_DYNAMIC
static final int STABILITY_DYNAMIC_COMPATIBLE
static final int STABILITY_STATIC
static final int STATUS_APPROVED
static final int STATUS_DEPRECATED
static final int STATUS_SUBMITTED
static final int STATUS_WITHDRAWN
java.util.Date getExpiration()
Date
int getStability()
int getStatus()
void setExpiration(java.util.Date expiration)
expiration
- The expiration Date
to setvoid setStability(int stability)
stability
- The stability value to set