org.apache.juddi.model
Class TransferTokenKey
java.lang.Object
org.apache.juddi.model.TransferTokenKey
- All Implemented Interfaces:
- Serializable
public class TransferTokenKey
- extends Object
- implements Serializable
- Author:
- Jeff Faath, Kurt T Stam
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransferTokenKey
public TransferTokenKey()
TransferTokenKey
public TransferTokenKey(TransferToken transferToken,
String entityKey)
getId
public Long getId()
setId
public void setId(Long id)
getTransferToken
public TransferToken getTransferToken()
setTransferToken
public void setTransferToken(TransferToken transferToken)
getEntityKey
public String getEntityKey()
setEntityKey
public void setEntityKey(String entityKey)
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.