|
|||||||||
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.Version
public final class Version
Method Summary | |
---|---|
String |
getBasepath()
Get the basepath value. |
String |
getBasepath(String defaultValue)
Get the basepath value. |
String |
getCanonicalBasepath()
Get the canonical representation of the version's basepath. |
int |
getClientId()
Get the clientId value. |
int |
getClientId(int defaultValue)
Get the clientId value. |
List<CloneClass> |
getCloneClasses()
Get the value list of cloneClasses |
List<ClonePair> |
getClonePairs()
Get the value list of clonePairs |
List<Directory> |
getDirectories()
Get the value list of directories |
List<File> |
getFiles()
Get the value list of files |
Relation<Version> |
getRelation()
Get the relation this entry belongs to |
boolean |
isBasepathSet()
Tells wether the basepath value is set or not. |
boolean |
isClientIdSet()
Tells wether the clientId value is set or not. |
void |
setBasepath(String s)
Set the basepath value. |
void |
setClientId(int i)
Set the clientId 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<Version> 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 getBasepath()
public String getBasepath(String defaultValue)
public void setBasepath(String s)
s
- the valuepublic boolean isBasepathSet()
public List<ClonePair> getClonePairs()
public List<CloneClass> getCloneClasses()
public List<File> getFiles()
public List<Directory> getDirectories()
public String getCanonicalBasepath()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |