uk.ac.soton.ecs.grimoires.server.impl.uddiv2.datamodel
Class TModelBag

java.lang.Object
  extended byuk.ac.soton.ecs.grimoires.server.impl.uddiv2.datamodel.TModelBag
All Implemented Interfaces:
Serializable, UDDIv2DataModelVisitable

public class TModelBag
extends Object
implements Serializable, UDDIv2DataModelVisitable

See Also:
Serialized Form

Constructor Summary
TModelBag()
           
TModelBag(String[] tModelKey)
           
 
Method Summary
 Object accept(UDDIv2DataModelVisitor v)
          Grimoires specific methods and constructors
 boolean equals(Object obj)
           
 String[] getTModelKey()
          Gets the tModelKey value for this TModelBag.
 String getTModelKey(int i)
           
 int hashCode()
           
 void setTModelKey(int i, String _value)
           
 void setTModelKey(String[] tModelKey)
          Sets the tModelKey value for this TModelBag.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TModelBag

public TModelBag()

TModelBag

public TModelBag(String[] tModelKey)
Method Detail

getTModelKey

public String[] getTModelKey()
Gets the tModelKey value for this TModelBag.

Returns:
tModelKey

setTModelKey

public void setTModelKey(String[] tModelKey)
Sets the tModelKey value for this TModelBag.

Parameters:
tModelKey -

getTModelKey

public String getTModelKey(int i)

setTModelKey

public void setTModelKey(int i,
                         String _value)

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

accept

public Object accept(UDDIv2DataModelVisitor v)
              throws Exception
Grimoires specific methods and constructors

Specified by:
accept in interface UDDIv2DataModelVisitable
Throws:
Exception