|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectGCUBELocalResource
org.gcube.dir.master.state.Collection
public class Collection
A partial implementation for local models of remote collections.
| Constructor Summary | |
|---|---|
Collection()
|
|
| Method Summary | |
|---|---|
long |
getNumberOfDocuments()
Returns the number of documents in the collection. |
long |
getNumberOfTerms()
Returns the number of terms in the collection. |
void |
onRemove()
|
void |
setNumberOfDocuments(long num)
Sets the number of documents in the collection. |
void |
setNumberOfTerms(long num)
Sets the number of terms in the collection. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Collection()
| Method Detail |
|---|
public void onRemove()
throws org.globus.wsrf.ResourceException
org.globus.wsrf.ResourceExceptionpublic long getNumberOfDocuments()
public void setNumberOfDocuments(long num)
num - the number of documents.public long getNumberOfTerms()
public void setNumberOfTerms(long num)
num - the number of terms.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||