|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.soton.ecs.grimoires.server.impl.uddiv2.datamodel.KeyedReference
| Constructor Summary | |
KeyedReference()
|
|
KeyedReference(String keyName,
String keyValue,
String tModelKey)
|
|
| Method Summary | |
Object |
accept(UDDIv2DataModelVisitor v)
Grimoires specific methods and constructors |
boolean |
equals(Object obj)
|
String |
getKeyName()
Gets the keyName value for this KeyedReference. |
String |
getKeyValue()
Gets the keyValue value for this KeyedReference. |
String |
getTModelKey()
Gets the tModelKey value for this KeyedReference. |
int |
hashCode()
|
void |
setKeyName(String keyName)
Sets the keyName value for this KeyedReference. |
void |
setKeyValue(String keyValue)
Sets the keyValue value for this KeyedReference. |
void |
setTModelKey(String tModelKey)
Sets the tModelKey value for this KeyedReference. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public KeyedReference()
public KeyedReference(String keyName,
String keyValue,
String tModelKey)
| Method Detail |
public String getTModelKey()
public void setTModelKey(String tModelKey)
tModelKey - public String getKeyName()
public void setKeyName(String keyName)
keyName - public String getKeyValue()
public void setKeyValue(String keyValue)
keyValue - public boolean equals(Object obj)
public int hashCode()
public Object accept(UDDIv2DataModelVisitor v)
throws Exception
accept in interface UDDIv2DataModelVisitableException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||