|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.centrasite.appl.framework.beans.DynamicRegistryBean
com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryObjectImpl
com.softwareag.centrasite.appl.framework.beans.standard.impl.ExtrinsicObjectImpl
public class ExtrinsicObjectImpl
Constructor Summary | |
---|---|
ExtrinsicObjectImpl()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object other)
|
int |
getMajorVersion()
Gets the major revision number for this version of the Versionable object. |
java.lang.String |
getMimeType()
Gets the mime type associated with this object. |
int |
getMinorVersion()
Gets the minor revision number for this version of the Versionable object. |
javax.activation.DataHandler |
getRepositoryItem()
Gets the repository item for this object. |
java.lang.String |
getUserVersion()
Gets the user-specified revision number for this version of the Versionable object. |
int |
hashCode()
|
boolean |
isOpaque()
Determines whether the ExtrinsicObject is opaque (not readable) by the registry operator. |
void |
setMajorVersion(int majorVersion)
Sets the major revision number for this version of the Versionable object. |
void |
setMimeType(java.lang.String mimeType)
Sets the mime type associated with this object. |
void |
setMinorVersion(int minorVersion)
Sets the minor revision number for this version of the Versionable object. |
void |
setOpaque(boolean isOpaque)
Sets whether the ExtrinsicObject is opaque (not readable) by the registry. |
void |
setRepositoryItem(javax.activation.DataHandler repositoryItem)
Sets the repository item for this object. |
void |
setUserVersion(java.lang.String userVersion)
Sets the user specified revision number for this version of the Versionable object. |
Methods inherited from class com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryObjectImpl |
---|
getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getExternalIdentifiers, getExternalLinks, getObjectType, getRegistryPackages, getSlots, getSubmittingOrganization, setAssociatedObjects, setAssociations, setAuditTrail, setClassifications, setExternalIdentifiers, setExternalLinks, setObjectType, setRegistryPackages, setSlots, setSubmittingOrganization |
Methods inherited from class com.softwareag.centrasite.appl.framework.beans.DynamicRegistryBean |
---|
getCheckpointName, getDescription, getIdentity, getKey, getName, isRevision, setCheckpointName, setDescription, setIdentity, setKey, setName, toString |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.softwareag.centrasite.appl.framework.beans.standard.RegistryObject |
---|
getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getExternalIdentifiers, getExternalLinks, getObjectType, getRegistryPackages, getSubmittingOrganization, setAssociations, setClassifications, setExternalIdentifiers, setExternalLinks, setSubmittingOrganization |
Methods inherited from interface com.softwareag.centrasite.appl.framework.beans.RegistryBean |
---|
getDescription, getKey, getName, setDescription, setName |
Methods inherited from interface com.softwareag.centrasite.appl.framework.beans.standard.ExtensibleObject |
---|
getSlots, setSlots |
Constructor Detail |
---|
public ExtrinsicObjectImpl()
Method Detail |
---|
public java.lang.String getMimeType()
getMimeType
in interface ExtrinsicObject
public javax.activation.DataHandler getRepositoryItem()
getRepositoryItem
in interface ExtrinsicObject
public boolean isOpaque()
isOpaque
in interface ExtrinsicObject
public void setMimeType(java.lang.String mimeType)
setMimeType
in interface ExtrinsicObject
public void setOpaque(boolean isOpaque)
setOpaque
in interface ExtrinsicObject
public void setRepositoryItem(javax.activation.DataHandler repositoryItem)
setRepositoryItem
in interface ExtrinsicObject
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
public void setMinorVersion(int minorVersion)
setMinorVersion
in interface Versionable
public void setUserVersion(java.lang.String userVersion)
setUserVersion
in interface Versionable
public boolean equals(java.lang.Object other)
equals
in class RegistryObjectImpl
public int hashCode()
hashCode
in class RegistryObjectImpl
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |