de.uni_bremen.st.rcf.model
Class Directory

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

public final class Directory
extends Entry


Method Summary
 int getClientId()
          Get the clientId value.
 int getClientId(int defaultValue)
          Get the clientId value.
 List<File> getFiles()
          Get the value list of files
 String getPath()
          Get the path value.
 String getPath(String defaultValue)
          Get the path value.
 Relation<Directory> getRelation()
          Get the relation this entry belongs to
 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 isPathSet()
          Tells wether the path 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 setPath(String s)
          Set the path 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<Directory> 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.

getPath

public String getPath()
Get the path value.

Returns:
the value of path

getPath

public String getPath(String defaultValue)
Get the path value.

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

setPath

public void setPath(String s)
Set the path value.

Parameters:
s - the value

isPathSet

public boolean isPathSet()
Tells wether the path value is set or not.

Returns:
true if path is set.

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.

getFiles

public List<File> getFiles()
Get the value list of files

Returns:
the value list


Copyright © 2011. All Rights Reserved.