org.apache.juddi.model
Class SubscriptionMatch

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

public class SubscriptionMatch
extends java.lang.Object
implements java.io.Serializable

Author:
Jeff Faath
See Also:
Serialized Form

Constructor Summary
SubscriptionMatch()
           
SubscriptionMatch(Subscription subscription, java.lang.String entityKey)
           
 
Method Summary
 java.lang.String getEntityKey()
           
 java.lang.Long getId()
           
 Subscription getSubscription()
           
 void setEntityKey(java.lang.String entityKey)
           
 void setId(java.lang.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,
                         java.lang.String entityKey)
Method Detail

getId

public java.lang.Long getId()

setId

public void setId(java.lang.Long id)

getSubscription

public Subscription getSubscription()

setSubscription

public void setSubscription(Subscription subscription)

getEntityKey

public java.lang.String getEntityKey()

setEntityKey

public void setEntityKey(java.lang.String entityKey)


Copyright © 2004-2010. All Rights Reserved.