org.apache.juddi.model
Class DiscoveryUrl

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

public class DiscoveryUrl
extends Object
implements Serializable

Author:
Kurt T Stam, Jeff Faath
See Also:
Serialized Form

Constructor Summary
DiscoveryUrl()
           
DiscoveryUrl(BusinessEntity businessEntity, String useType, String url)
           
 
Method Summary
 BusinessEntity getBusinessEntity()
           
 Long getId()
           
 String getUrl()
           
 String getUseType()
           
 void setBusinessEntity(BusinessEntity businessEntity)
           
 void setId(Long id)
           
 void setUrl(String url)
           
 void setUseType(String useType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiscoveryUrl

public DiscoveryUrl()

DiscoveryUrl

public DiscoveryUrl(BusinessEntity businessEntity,
                    String useType,
                    String url)
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getBusinessEntity

public BusinessEntity getBusinessEntity()

setBusinessEntity

public void setBusinessEntity(BusinessEntity businessEntity)

getUseType

public String getUseType()

setUseType

public void setUseType(String useType)

getUrl

public String getUrl()

setUrl

public void setUrl(String url)


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