|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.registry.ui.shared.ViewRegistryObject
gov.nasa.pds.registry.ui.shared.ViewServiceBinding
public class ViewServiceBinding
The display container for a service. Necessary to be able to use an object representation of Product on the client side of GWT (with a minimum of overhead).
gov.nasa.pds.registry.model.ServiceBidning
Constructor Summary | |
---|---|
ViewServiceBinding()
|
Method Summary | |
---|---|
String |
getAccessURI()
Get |
String |
getService()
Get |
List<ViewSpecificationLink> |
getSpecificationLinks()
|
String |
getTargetBinding()
|
void |
setAccessURI(String accessURI)
Set the accessURI attribute. |
void |
setService(String service)
Set the service attribute. |
void |
setSpecificationLinks(List<ViewSpecificationLink> specificationLinks)
|
void |
setTargetBinding(String targetBinding)
|
Methods inherited from class gov.nasa.pds.registry.ui.shared.ViewRegistryObject |
---|
getDescription, getGuid, getHome, getLid, getName, getObjectType, getSlots, getStatus, getVersionName, setDescription, setGuid, setHome, setLid, setName, setObjectType, setSlots, setStatus, setVersionName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ViewServiceBinding()
Method Detail |
---|
public String getAccessURI()
public void setAccessURI(String accessURI)
public String getService()
public void setService(String service)
public List<ViewSpecificationLink> getSpecificationLinks()
public void setSpecificationLinks(List<ViewSpecificationLink> specificationLinks)
public String getTargetBinding()
public void setTargetBinding(String targetBinding)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |