org.apache.juddi.model
Class TransferToken

java.lang.Object
  extended by org.apache.juddi.model.TransferToken
All Implemented Interfaces:
Serializable

public class TransferToken
extends Object
implements Serializable

Author:
Jeff Faath
See Also:
Serialized Form

Field Summary
protected  List<TransferTokenKey> transferKeys
           
 
Constructor Summary
TransferToken()
           
TransferToken(String transferToken, Date expirationDate, List<TransferTokenKey> transferKeys)
           
 
Method Summary
 Date getExpirationDate()
           
 List<TransferTokenKey> getTransferKeys()
           
 String getTransferToken()
           
 void setExpirationDate(Date expirationDate)
           
 void setTransferKeys(List<TransferTokenKey> transferKeys)
           
 void setTransferToken(String transferToken)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

transferKeys

protected List<TransferTokenKey> transferKeys
Constructor Detail

TransferToken

public TransferToken()

TransferToken

public TransferToken(String transferToken,
                     Date expirationDate,
                     List<TransferTokenKey> transferKeys)
Method Detail

getTransferToken

public String getTransferToken()

setTransferToken

public void setTransferToken(String transferToken)

getExpirationDate

public Date getExpirationDate()

setExpirationDate

public void setExpirationDate(Date expirationDate)

getTransferKeys

public List<TransferTokenKey> getTransferKeys()

setTransferKeys

public void setTransferKeys(List<TransferTokenKey> transferKeys)


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.