uk.ac.ic.doc.automed
Class TransformationPropertyRow

java.lang.Object
  extended by uk.ac.ic.doc.automed.TransformationPropertyRow

 class TransformationPropertyRow
extends java.lang.Object


Field Summary
private static CompoundHashMap cache
           
(package private)  int fsid
           
(package private)  java.lang.String name
           
private static java.util.HashSet transformationPropertyKeysRead
           
(package private)  int tsid
           
(package private)  java.lang.String value
           
 
Constructor Summary
private TransformationPropertyRow()
           
 
Method Summary
(package private) static void assertRow(int fsid, int tsid, java.lang.String name, java.lang.String value)
           
static TransformationPropertyRow get(int fsid, int tsid, java.lang.String name)
           
(package private) static void retract(int fsid, int tsid, java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cache

private static CompoundHashMap cache

transformationPropertyKeysRead

private static java.util.HashSet transformationPropertyKeysRead

fsid

int fsid

tsid

int tsid

name

java.lang.String name

value

java.lang.String value
Constructor Detail

TransformationPropertyRow

private TransformationPropertyRow()
Method Detail

retract

static void retract(int fsid,
                    int tsid,
                    java.lang.String name)

assertRow

static void assertRow(int fsid,
                      int tsid,
                      java.lang.String name,
                      java.lang.String value)

get

public static TransformationPropertyRow get(int fsid,
                                            int tsid,
                                            java.lang.String name)
                                     throws NotFoundException
Throws:
NotFoundException