|
|||||||||
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.ClonePair
public final class ClonePair
Method Summary | |
---|---|
int |
getClientId()
Get the clientId value. |
int |
getClientId(int defaultValue)
Get the clientId value. |
Fragment |
getLeft()
Get the left value. |
Fragment |
getLeft(Fragment defaultValue)
Get the left value. |
Relation<ClonePair> |
getRelation()
Get the relation this entry belongs to |
Fragment |
getRight()
Get the right value. |
Fragment |
getRight(Fragment defaultValue)
Get the right value. |
int |
getType()
Get the type value. |
int |
getType(int defaultValue)
Get the type value. |
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 |
isLeftSet()
Tells wether the left value is set or not. |
boolean |
isRightSet()
Tells wether the right value is set or not. |
boolean |
isTypeSet()
Tells wether the type 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 |
setLeft(Fragment entry)
Set the left value. |
void |
setRight(Fragment entry)
Set the right value. |
void |
setType(int i)
Set the type 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<ClonePair> 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 int getType()
public int getType(int defaultValue)
public void setType(int i)
i
- the valuepublic boolean isTypeSet()
public Fragment getLeft()
public Fragment getLeft(Fragment defaultValue)
public void setLeft(Fragment entry)
f
- the valuepublic boolean isLeftSet()
public Fragment getRight()
public Fragment getRight(Fragment defaultValue)
public void setRight(Fragment entry)
f
- the valuepublic boolean isRightSet()
public Version getVersion()
public Version getVersion(Version defaultValue)
public void setVersion(Version entry)
f
- the valuepublic boolean isVersionSet()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |