|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_bremen.st.rcf.model.Entry
de.uni_bremen.st.rcf.model.Directory
public final class Directory
Method Summary | |
---|---|
int |
getClientId()
Get the clientId value. |
int |
getClientId(int defaultValue)
Get the clientId value. |
List<File> |
getFiles()
Get the value list of files |
String |
getPath()
Get the path value. |
String |
getPath(String defaultValue)
Get the path value. |
Relation<Directory> |
getRelation()
Get the relation this entry belongs to |
Version |
getVersion()
Get the version value. |
Version |
getVersion(Version defaultValue)
Get the version value. |
boolean |
isClientIdSet()
Tells wether the clientId value is set or not. |
boolean |
isPathSet()
Tells wether the path value is set or not. |
boolean |
isVersionSet()
Tells wether the version value is set or not. |
void |
setClientId(int i)
Set the clientId value. |
void |
setPath(String s)
Set the path value. |
void |
setVersion(Version entry)
Set the version value. |
Methods inherited from class de.uni_bremen.st.rcf.model.Entry |
---|
copy, equals, getBool, getBool, getBool, getBool, getBoolList, getBoolList, getEntry, getEntry, getEntry, getEntry, getEntryList, getEntryList, getEntryType, getFloat, getFloat, getFloat, getFloat, getFloatList, getFloatList, getId, getInt, getInt, getInt, getInt, getIntList, getIntList, getString, getString, getString, getString, getStringList, getStringList, hashCode, isSet, isSet, setBool, setBool, setEntry, setEntry, setFloat, setFloat, setInt, setInt, setString, setString, store, unset, unset |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Relation<Directory> getRelation()
Entry
getRelation
in class Entry
public int getClientId()
public int getClientId(int defaultValue)
public void setClientId(int i)
i
- the valuepublic boolean isClientIdSet()
public String getPath()
public String getPath(String defaultValue)
public void setPath(String s)
s
- the valuepublic boolean isPathSet()
public Version getVersion()
public Version getVersion(Version defaultValue)
public void setVersion(Version entry)
f
- the valuepublic boolean isVersionSet()
public List<File> getFiles()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |