|
|||||||||
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.CloneClass
public final class CloneClass
Method Summary | |
---|---|
void |
addFragment(Fragment f)
|
int |
getClientId()
Get the clientId value. |
int |
getClientId(int defaultValue)
Get the clientId value. |
List<Fragment> |
getFragments()
Get the value list of fragments |
Relation<CloneClass> |
getRelation()
Get the relation this entry belongs to |
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 |
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 |
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<CloneClass> 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 List<Fragment> getFragments()
public Version getVersion()
public Version getVersion(Version defaultValue)
public void setVersion(Version entry)
f
- the valuepublic boolean isVersionSet()
public void addFragment(Fragment f)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |