|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResourceInfo
Stores information about a CDOResource
without being coupled to the lifecycle
of that CDOResource
.
This interface is not expected to be implemeted by clients.
CDOResource
Method Summary | |
---|---|
java.lang.String |
getPath()
Returns the path of the implicitely associated CDOResource . |
int |
getRID()
Returns the RID of the implicitely associated CDOResource . |
boolean |
isExisting()
Returns true if the implicitely associated CDOResource
exists in the CDO repository, false otherwise. |
void |
setExisting(boolean existing)
For internal use only. |
void |
setPath(java.lang.String path)
For internal use only. |
Method Detail |
---|
boolean isExisting()
true
if the implicitely associated CDOResource
exists in the CDO repository, false
otherwise.
true
if the implicitely associated CDOResource
exists in the CDO repository, false
otherwise.void setExisting(boolean existing)
java.lang.String getPath()
CDOResource
.
CDOResource
.void setPath(java.lang.String path)
int getRID()
RID
of the implicitely associated CDOResource
.
RID
of the implicitely associated CDOResource
.
|
Copyright (c) 2004, 2005, 2006 Eike Stepper, Germany. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |