public class RegistryPackageImpl extends RegistryObjectImpl implements RegistryPackage
RegistryPackage
.Constructor and Description |
---|
RegistryPackageImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
int |
getMajorVersion()
Gets the major revision number for this version of the Versionable
object.
|
int |
getMinorVersion()
Gets the minor revision number for this version of the Versionable
object.
|
java.util.Set<RegistryBean> |
getRegistryObjects()
Gets the collection of member RegistryObjects of this RegistryPackage.
|
java.lang.String |
getUserVersion()
Gets the user-specified revision number for this version of the
Versionable object.
|
int |
hashCode() |
void |
setMajorVersion(int majorVersion)
Sets the major revision number for this version of the Versionable
object.
|
void |
setMinorVersion(int minorVersion)
Sets the minor revision number for this version of the Versionable
object.
|
void |
setRegistryObjects(java.util.Set<RegistryBean> registryBeans)
Sets the collection of member RegistryObjects of this RegistryPackage.
|
void |
setUserVersion(java.lang.String userVersion)
Sets the user specified revision number for this version of the
Versionable object.
|
getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getExternalIdentifiers, getExternalLinks, getObjectType, getRegistryPackages, getSlots, getSubmittingOrganization, setAssociatedObjects, setAssociations, setAuditTrail, setClassifications, setExternalIdentifiers, setExternalLinks, setObjectType, setRegistryPackages, setSlots, setSubmittingOrganization
getCheckpointName, getDescription, getIdentity, getKey, getName, isRevision, setCheckpointName, setDescription, setIdentity, setKey, setName, toString
getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getExternalIdentifiers, getExternalLinks, getObjectType, getRegistryPackages, getSubmittingOrganization, setAssociations, setClassifications, setExternalIdentifiers, setExternalLinks, setSubmittingOrganization
getDescription, getKey, getName, setDescription, setName
getSlots, setSlots
public java.util.Set<RegistryBean> getRegistryObjects()
getRegistryObjects
in interface RegistryPackage
public int getMajorVersion()
getMajorVersion
in interface Versionable
public int getMinorVersion()
getMinorVersion
in interface Versionable
public java.lang.String getUserVersion()
getUserVersion
in interface Versionable
public void setMajorVersion(int majorVersion)
setMajorVersion
in interface Versionable
majorVersion
- the major revision number.public void setMinorVersion(int minorVersion)
setMinorVersion
in interface Versionable
minorVersion
- the minor revision number.public void setUserVersion(java.lang.String userVersion)
setUserVersion
in interface Versionable
userVersion
- the user specified revision number.public boolean equals(java.lang.Object other)
equals
in class RegistryObjectImpl
public int hashCode()
hashCode
in class RegistryObjectImpl
public void setRegistryObjects(java.util.Set<RegistryBean> registryBeans)
setRegistryObjects
in interface RegistryPackage
registryBeans
- the collection of member RegistryObjects.