|
|||||||||
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.File
public final class File
Method Summary | |
---|---|
String |
getAbsolutePath()
|
int |
getClientId()
Get the clientId value. |
int |
getClientId(int defaultValue)
Get the clientId value. |
Directory |
getDirectory()
Get the directory value. |
Directory |
getDirectory(Directory defaultValue)
Get the directory value. |
int |
getLoc()
Get the loc value. |
int |
getLoc(int defaultValue)
Get the loc value. |
String |
getName()
Get the name value. |
String |
getName(String defaultValue)
Get the name value. |
int |
getNumTokens()
Get the numTokens value. |
int |
getNumTokens(int defaultValue)
Get the numTokens value. |
Relation<File> |
getRelation()
Get the relation this entry belongs to |
String |
getRelativePath()
|
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 |
isDirectorySet()
Tells wether the directory value is set or not. |
boolean |
isLocSet()
Tells wether the loc value is set or not. |
boolean |
isNameSet()
Tells wether the name value is set or not. |
boolean |
isNumTokensSet()
Tells wether the numTokens 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 |
setDirectory(Directory entry)
Set the directory value. |
void |
setLoc(int i)
Set the loc value. |
void |
setName(String s)
Set the name value. |
void |
setNumTokens(int i)
Set the numTokens 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<File> 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 getName()
public String getName(String defaultValue)
public void setName(String s)
s
- the valuepublic boolean isNameSet()
public int getLoc()
public int getLoc(int defaultValue)
public void setLoc(int i)
i
- the valuepublic boolean isLocSet()
public int getNumTokens()
public int getNumTokens(int defaultValue)
public void setNumTokens(int i)
i
- the valuepublic boolean isNumTokensSet()
public Directory getDirectory()
public Directory getDirectory(Directory defaultValue)
public void setDirectory(Directory entry)
f
- the valuepublic boolean isDirectorySet()
public Version getVersion()
public Version getVersion(Version defaultValue)
public void setVersion(Version entry)
f
- the valuepublic boolean isVersionSet()
public String getRelativePath()
public String getAbsolutePath()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |