|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.ram.common.data.Artifact
com.ibm.ram.common.data.FolderArtifact
public class FolderArtifact
Contains a collection of child artifacts
| Field Summary |
|---|
| Fields inherited from class com.ibm.ram.common.data.Artifact |
|---|
FILE_DELIM, TYPE_FILE, TYPE_FOLDER, TYPE_URL |
| Constructor Summary | |
|---|---|
FolderArtifact()
|
|
| Method Summary | |
|---|---|
Artifact[] |
getChildren()
|
java.lang.String |
getType()
The type of the artifact. |
boolean |
hasChildren()
|
void |
setChildren(Artifact[] children)
|
| Methods inherited from class com.ibm.ram.common.data.Artifact |
|---|
getChecksum, getCreationDate, getLabel, getMimeType, getName, getPath, getReference, getSize, setChecksum, setCreationDate, setLabel, setMimeType, setName, setPath, setReference, setSize, setType, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FolderArtifact()
| Method Detail |
|---|
public Artifact[] getChildren()
public java.lang.String getType()
Artifact
getType in class ArtifactArtifact.TYPE_FILE,
Artifact.TYPE_FOLDER,
Artifact.TYPE_URLpublic void setChildren(Artifact[] children)
children - The list of child artifacts.public boolean hasChildren()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||