org.apache.juddi.model
Class SubscriptionMatch

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

public class SubscriptionMatch
extends Object
implements Serializable

Author:
Jeff Faath
See Also:
Serialized Form

Constructor Summary
SubscriptionMatch()
           
SubscriptionMatch(Subscription subscription, String entityKey)
           
 
Method Summary
 String getEntityKey()
           
 Long getId()
           
 Subscription getSubscription()
           
 void setEntityKey(String entityKey)
           
 void setId(Long id)
           
 void setSubscription(Subscription subscription)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubscriptionMatch

public SubscriptionMatch()

SubscriptionMatch

public SubscriptionMatch(Subscription subscription,
                         String entityKey)
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getSubscription

public Subscription getSubscription()

setSubscription

public void setSubscription(Subscription subscription)

getEntityKey

public String getEntityKey()

setEntityKey

public void setEntityKey(String entityKey)


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