|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.adobe.idp.dsc.registry.component.ModifyComponentInfo
public class ModifyComponentInfo
An object used to modify a component's information, which includes its identifier, version, and archive.
Constructor Summary | |
---|---|
ModifyComponentInfo()
|
Method Summary | |
---|---|
java.lang.Object |
getArchive()
Retrieves the component archive. |
java.lang.String |
getId()
Retrieves the component identifier. |
java.lang.String |
getVersion()
Retrieves the component version. |
boolean |
isArchiveSet()
Determines whether the component archive has been set. |
void |
setArchive(byte[] aByteArray)
Sets the component archive. |
void |
setArchive(Document aDoc)
Sets the component archive. |
void |
setComponentId(java.lang.String aComponentId)
Sets the component identifier. |
void |
setVersion(java.lang.String aVersion)
Sets the component version. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ModifyComponentInfo()
Method Detail |
---|
public void setComponentId(java.lang.String aComponentId)
aComponentId
- The component identifier.public java.lang.String getId()
public void setVersion(java.lang.String aVersion)
aComponentId
- The component version.public java.lang.String getVersion()
public void setArchive(Document aDoc)
aDoc
- A Document
representing the component archive.public void setArchive(byte[] aByteArray)
aDoc
- A byte array representing the component archive.public java.lang.Object getArchive()
public boolean isArchiveSet()
true
if the component archive has been set, false
otherwise.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |