org.apache.juddi.model
Class ServiceProjection
java.lang.Object
org.apache.juddi.model.ServiceProjection
- All Implemented Interfaces:
- java.io.Serializable
public class ServiceProjection
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- Jeff Faath
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceProjection
public ServiceProjection()
ServiceProjection
public ServiceProjection(BusinessEntity businessEntity,
BusinessService businessService)
getId
public ServiceProjectionId getId()
setId
public void setId(ServiceProjectionId id)
getBusinessEntity
public BusinessEntity getBusinessEntity()
setBusinessEntity
public void setBusinessEntity(BusinessEntity businessEntity)
getBusinessService
public BusinessService getBusinessService()
setBusinessService
public void setBusinessService(BusinessService businessService)
Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.