com.groiss.store
Class PartOf

java.lang.Object
  extended by com.groiss.store.PartOf

public class PartOf
extends java.lang.Object

The PartOf Object describes a part-of relation


Field Summary
 java.lang.String classname
          The name of the class of the parts.
 java.lang.String constraint
          Only objects fulfilling the constraint are part of the composite object in the given relation.
 java.lang.String fieldname
          The name of the field in the composite object.
 java.lang.String foreignKey
          The name of the field in the part object holding the foreign key to the composite object.
 
Constructor Summary
PartOf(java.lang.String fieldname, java.lang.String classname, java.lang.String foreignKey, java.lang.String constraint)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fieldname

public java.lang.String fieldname
The name of the field in the composite object. A field of this name holds the vector of part objects.


classname

public java.lang.String classname
The name of the class of the parts.


foreignKey

public java.lang.String foreignKey
The name of the field in the part object holding the foreign key to the composite object.


constraint

public java.lang.String constraint
Only objects fulfilling the constraint are part of the composite object in the given relation.

Constructor Detail

PartOf

public PartOf(java.lang.String fieldname,
              java.lang.String classname,
              java.lang.String foreignKey,
              java.lang.String constraint)


Copyright © 2001-2006 Groiss Informatics GmbH. All Rights Reserved.