de.uni_bremen.st.rcf.model
Class CloneClass

java.lang.Object
  extended by de.uni_bremen.st.rcf.model.Entry
      extended by de.uni_bremen.st.rcf.model.CloneClass

public final class CloneClass
extends Entry


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

getRelation

public Relation<CloneClass> getRelation()
Description copied from class: Entry
Get the relation this entry belongs to

Overrides:
getRelation in class Entry
Returns:
the Relation

getClientId

public int getClientId()
Get the clientId value.

Returns:
the value of clientId

getClientId

public int getClientId(int defaultValue)
Get the clientId value.

Returns:
the value of clientId or defaultValue if clientId is not set.

setClientId

public void setClientId(int i)
Set the clientId value.

Parameters:
i - the value

isClientIdSet

public boolean isClientIdSet()
Tells wether the clientId value is set or not.

Returns:
true if clientId is set.

getType

public int getType()
Get the type value.

Returns:
the value of type

getType

public int getType(int defaultValue)
Get the type value.

Returns:
the value of type or defaultValue if type is not set.

setType

public void setType(int i)
Set the type value.

Parameters:
i - the value

isTypeSet

public boolean isTypeSet()
Tells wether the type value is set or not.

Returns:
true if type is set.

getFragments

public List<Fragment> getFragments()
Get the value list of fragments

Returns:
the value list

getVersion

public Version getVersion()
Get the version value.

Returns:
the value of version

getVersion

public Version getVersion(Version defaultValue)
Get the version value.

Returns:
the value of version or defaultValue if version is not set.

setVersion

public void setVersion(Version entry)
Set the version value.

Parameters:
f - the value

isVersionSet

public boolean isVersionSet()
Tells wether the version value is set or not.

Returns:
true if version is set.

addFragment

public void addFragment(Fragment f)


Copyright © 2011. All Rights Reserved.